Switched to the new rollingmachine gui
This commit is contained in:
parent
c6405da0dd
commit
ed99503fb2
3 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ import techreborn.tiles.TileRollingMachine;
|
||||||
public class GuiRollingMachine extends GuiContainer {
|
public class GuiRollingMachine extends GuiContainer {
|
||||||
|
|
||||||
private static final ResourceLocation texture = new ResourceLocation(
|
private static final ResourceLocation texture = new ResourceLocation(
|
||||||
"techreborn", "textures/gui/rollingmachine.png");
|
"techreborn", "textures/gui/rolling_machine.png");
|
||||||
TileRollingMachine rollingMachine;
|
TileRollingMachine rollingMachine;
|
||||||
|
|
||||||
public GuiRollingMachine(EntityPlayer player,
|
public GuiRollingMachine(EntityPlayer player,
|
||||||
|
|
|
@ -170,7 +170,6 @@ public class ModBlocks {
|
||||||
|
|
||||||
storage = new BlockStorage(Material.rock);
|
storage = new BlockStorage(Material.rock);
|
||||||
GameRegistry.registerBlock(storage, ItemBlockStorage.class, "techreborn.storage");
|
GameRegistry.registerBlock(storage, ItemBlockStorage.class, "techreborn.storage");
|
||||||
LogHelper.info("TechReborns Blocks Loaded");
|
|
||||||
|
|
||||||
HighAdvancedMachineBlock = new BlockHighlyAdvancedMachine(Material.rock);
|
HighAdvancedMachineBlock = new BlockHighlyAdvancedMachine(Material.rock);
|
||||||
GameRegistry.registerBlock(HighAdvancedMachineBlock, "highlyadvancedmachine");
|
GameRegistry.registerBlock(HighAdvancedMachineBlock, "highlyadvancedmachine");
|
||||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue