Misc balance, tweaks, configuration...

This commit is contained in:
Anuken
2022-10-28 15:13:52 -04:00
parent cc79568cbd
commit b9892335d4
6 changed files with 20 additions and 16 deletions

View File

@@ -56,7 +56,8 @@ public class CoreBlock extends StorageBlock{
//support everything
replaceable = false;
rebuildable = false;
//TODO should AI ever rebuild this?
//rebuildable = false;
}
@Remote(called = Loc.server)