Littlie more work on AESU

This commit is contained in:
Gig 2015-05-09 20:47:05 +01:00
parent 4d68b34143
commit 50c2599305
4 changed files with 3 additions and 6 deletions

View file

@ -28,8 +28,8 @@ public class ContainerAesu extends TechRebornContainer {
this.player = player;
// input
this.addSlotToContainer(new Slot(tileaesu.inventory, 0, 56, 25));
this.addSlotToContainer(new Slot(tileaesu.inventory, 1, 56, 43));
this.addSlotToContainer(new Slot(tileaesu.inventory, 0, 128, 14));
this.addSlotToContainer(new Slot(tileaesu.inventory, 1, 128, 50));
int i;

View file

@ -43,8 +43,5 @@ public class GuiAesu extends GuiContainer {
int p_146979_2_)
{
this.fontRendererObj.drawString(StatCollector.translateToLocal("tile.techreborn.aesu.name"), 40, 6, 4210752);
this.fontRendererObj.drawString(
I18n.format("container.inventory", new Object[0]), 8,
this.ySize - 96 + 2, 4210752);
}
}

View file

@ -58,7 +58,7 @@ public class TileAesu extends TileMachineBase implements IWrenchable, IEnergyTil
@Override
public ItemStack getWrenchDrop(EntityPlayer entityPlayer)
{
return new ItemStack(ModBlocks.AlloySmelter, 1);
return new ItemStack(ModBlocks.Aesu, 1);
}
public boolean isComplete()

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB