Fixed stairs

This commit is contained in:
thatsIch
2015-09-29 15:47:55 +02:00
parent 8b921a7b79
commit 59dbfb1452
169 changed files with 1470 additions and 1095 deletions
@@ -298,9 +298,10 @@ public class ContainerMEMonitorable extends AEBaseContainer implements IConfigMa
}
@Override
public void addCraftingToCrafters( ICrafting c )
public void onCraftGuiOpened( ICrafting c )
{
super.addCraftingToCrafters( c );
super.onCraftGuiOpened( c );
this.queueInventory( c );
}