Add assembling machine recipes
This commit is contained in:
parent
4b804c3521
commit
05d8a5c787
7 changed files with 173 additions and 3 deletions
|
@ -10,7 +10,7 @@ import techreborn.tiles.TileAssemblingMachine;
|
|||
|
||||
public class GuiAssemblingMachine extends GuiContainer {
|
||||
|
||||
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/assembling_machine.png");
|
||||
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/assembling_machine.png");
|
||||
|
||||
TileAssemblingMachine assemblingmachine;
|
||||
ContainerAssemblingMachine containerAssemblingMachine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue