Hide construct/legacy blocks
This commit is contained in:
@@ -41,6 +41,7 @@ public class ConstructBlock extends Block{
|
||||
health = 20;
|
||||
consumesTap = true;
|
||||
solidifes = true;
|
||||
inEditor = false;
|
||||
consBlocks[size - 1] = this;
|
||||
sync = true;
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@ public class LegacyBlock extends Block{
|
||||
|
||||
public LegacyBlock(String name){
|
||||
super(name);
|
||||
inEditor = false;
|
||||
}
|
||||
|
||||
/** Removes this block from the world, or replaces it with something else. */
|
||||
|
||||
Reference in New Issue
Block a user