mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 18:57:39 +07:00
Higher LogicBlock schem priority
This commit is contained in:
parent
05dc13c922
commit
e992be1bfb
@ -39,6 +39,7 @@ public class LogicBlock extends Block{
|
||||
solid = true;
|
||||
configurable = true;
|
||||
group = BlockGroup.logic;
|
||||
schematicPriority = 5;
|
||||
|
||||
config(byte[].class, (LogicBuild build, byte[] data) -> build.readCompressed(data, true));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user