Fixes #3817: Missing 1k Crafting Storage and Monitor from Network Status (#3818)

This commit is contained in:
yueh
2018-11-11 13:11:45 +01:00
committed by GitHub
parent 78e1126c38
commit d3dd137570
2 changed files with 14 additions and 0 deletions
@@ -42,6 +42,9 @@ public class TileCraftingStorageTile extends TileCraftingTile
switch( storage )
{
case 1:
is = blocks.craftingStorage1k().maybeStack( 1 );
break;
case 4:
is = blocks.craftingStorage4k().maybeStack( 1 );
break;