Block tweaks
This commit is contained in:
@@ -30,6 +30,7 @@ public class CanvasBlock extends Block{
|
||||
|
||||
configurable = true;
|
||||
destructible = true;
|
||||
canOverdrive = false;
|
||||
solid = true;
|
||||
|
||||
config(byte[].class, (CanvasBuild build, byte[] bytes) -> {
|
||||
|
||||
@@ -38,6 +38,7 @@ public class LogicDisplay extends Block{
|
||||
super(name);
|
||||
update = true;
|
||||
solid = true;
|
||||
canOverdrive = false;
|
||||
group = BlockGroup.logic;
|
||||
drawDisabled = false;
|
||||
envEnabled = Env.any;
|
||||
|
||||
@@ -17,6 +17,7 @@ public class MemoryBlock extends Block{
|
||||
group = BlockGroup.logic;
|
||||
drawDisabled = false;
|
||||
envEnabled = Env.any;
|
||||
canOverdrive = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user