Update mappings + dependencies
This commit is contained in:
parent
1426e49164
commit
83f0eefa15
147 changed files with 224 additions and 223 deletions
|
@ -81,7 +81,7 @@ public class TileAlchemyTable extends TileInventory implements ISidedInventory,
|
|||
super.deserialize(tag);
|
||||
|
||||
isSlave = tag.getBoolean("isSlave");
|
||||
direction = EnumFacing.getFront(tag.getInteger(Constants.NBT.DIRECTION));
|
||||
direction = EnumFacing.byIndex(tag.getInteger(Constants.NBT.DIRECTION));
|
||||
connectedPos = new BlockPos(tag.getInteger(Constants.NBT.X_COORD), tag.getInteger(Constants.NBT.Y_COORD), tag.getInteger(Constants.NBT.Z_COORD));
|
||||
|
||||
burnTime = tag.getInteger("burnTime");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue