Add rolling machine recipes
This commit is contained in:
parent
090de63608
commit
686dd71caf
7 changed files with 213 additions and 1 deletions
|
@ -11,7 +11,7 @@ import techreborn.tiles.TileRollingMachine;
|
|||
|
||||
public class GuiRollingMachine extends GuiContainer {
|
||||
|
||||
private static final ResourceLocation texture = new ResourceLocation(
|
||||
public static final ResourceLocation texture = new ResourceLocation(
|
||||
"techreborn", "textures/gui/rolling_machine.png");
|
||||
TileRollingMachine rollingMachine;
|
||||
ContainerRollingMachine containerRollingMachine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue