3233343536373839404142
public ContainerBore(InventoryPlayer playerInv, EntityTunnelBore bore) { super(bore); this.bore = bore; addSlot(new SlotBore(bore, 0, 17, 36)); for (int i = 0; i < 6; i++) { addSlot(fuel = new SlotFuel(bore, i + 1, 62 + i * 18, 36)); }