machine.activeContainer = this;
craftingInventory = machine.getCraftingInventory();
internalInventory = machine.getInternalInventory();
craftMatrix = new InventoryCraftingAuto(this, 3, 3);
craftResult = new InventoryCraftResult();
// Internal inventory
for (int i = 0; i < 2; i++) {
for (int k = 0; k < 9; k++) {
addSlot(new Slot(internalInventory, MachineCarpenter.SLOT_INVENTORY_1 + k + i * 9, 8 + k * 18, 90 + i * 18));