Mega repair AI

This commit is contained in:
Anuken
2020-09-15 10:39:45 -04:00
parent 757e0fbda0
commit 1327a2bef4
7 changed files with 46 additions and 20 deletions

View File

@@ -34,7 +34,6 @@ public class LogicBlock extends Block{
update = true;
solid = true;
configurable = true;
sync = true;
config(byte[].class, (LogicBuild build, byte[] data) -> build.readCompressed(data, true));