Fix machine type bug

This commit is contained in:
Aidan Brady 2014-02-15 13:24:34 -05:00
parent 996b5fcf56
commit 1bf35e9314

View file

@ -189,6 +189,7 @@ public class TileEntityFactory extends TileEntityElectricBlock implements IPerip
inventory[2] = null;
inventory[3] = getMachineStack();
recipeType = toSet.ordinal();
gasTank.setGas(null);
worldObj.notifyBlocksOfNeighborChange(xCoord, yCoord, zCoord, getBlockType().blockID);