This commit is contained in:
Anuken
2021-10-15 11:40:55 -04:00
parent d8cf65e24c
commit 9a5ac14bc3
5 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ public class StaticTree extends StaticWall{
public StaticTree(String name){
super(name);
variants = 0;
}
@Override

View File

@@ -25,6 +25,7 @@ public class PayloadBlock extends Block{
update = true;
sync = true;
group = BlockGroup.payloads;
envEnabled |= Env.space;
}