Various bugfixes / Fixed persistent inventory, block crashes

This commit is contained in:
Anuken
2018-07-08 23:59:02 -04:00
parent a0e94577fc
commit 1e8206757d
14 changed files with 102 additions and 31 deletions
@@ -117,6 +117,7 @@ public class CraftingBlocks extends BlockList implements ContentList {
liquidPerItem = 50f;
itemCapacity = 50;
size = 2;
hasPower = true;
consumes.power(0.1f);
consumes.item(Items.titanium);