Littlie more work on AESU
This commit is contained in:
parent
4d68b34143
commit
50c2599305
4 changed files with 3 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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()
|
||||
|
|
BIN
src/main/resources/assets/techreborn/textures/gui/aesu.png
Normal file
BIN
src/main/resources/assets/techreborn/textures/gui/aesu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Add table
Reference in a new issue