mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
Higher LogicBlock schem priority
This commit is contained in:
parent
05dc13c922
commit
e992be1bfb
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue