energyIndicator = new MJEnergyIndicator(TileRollingMachine.MAX_ENERGY);
addWidget(new IndicatorWidget(energyIndicator, 157, 19, 176, 12, 6, 48));
addSlot(new SlotRollingMachine(craftResult, 0, 93, 27));
addSlot(new SlotOutput(tile, 0, 124, 35));
for (int l = 0; l < 3; l++) {
for (int k1 = 0; k1 < 3; k1++) {
addSlot(new SlotUnshiftable(craftMatrix, k1 + l * 3, 30 + k1 * 18, 17 + l * 18));
}