{
this.tileEntity = AdvBatteryBox;
this.addSlotToContainer(new SlotUniversalElectricItem(AdvBatteryBox, 0, -11, 24));
this.addSlotToContainer(new SlotUniversalElectricItem(AdvBatteryBox, 1, -11, 48));
// Link slot
this.addSlotToContainer(new SlotSpecific(AdvBatteryBox, 2, 129, 31, ItemLinkCard.class));
// 1st Upgrade slot
this.addSlotToContainer(new SlotSpecific(AdvBatteryBox, 3, 129, 9, IModifier.class));
// 2nd Upgrade slot
this.addSlotToContainer(new SlotSpecific(AdvBatteryBox, 4, 151, 9, IModifier.class));
// 3rd Upgrade slot
this.addSlotToContainer(new SlotSpecific(AdvBatteryBox, 5, 173, 9, IModifier.class));
int var3;
for (var3 = 0; var3 < 3; ++var3)
{