Fix machine type bug
This commit is contained in:
parent
996b5fcf56
commit
1bf35e9314
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue