Fix inventory position

This commit is contained in:
Raoul Van den Berge
2016-10-30 11:55:43 +01:00
parent 02b7bebe1f
commit 9c2aed7b93

View File

@@ -14,7 +14,7 @@ public class ContainerExternalStorage extends ContainerBase {
addSlotToContainer(new SlotSpecimenType(tile, i, 8 + (18 * i), 20));
}
addPlayerInventory(8, 129);
addPlayerInventory(8, 141);
}
@Override