Add assembling machine recipes

This commit is contained in:
mezz 2015-12-30 21:40:21 -08:00
parent 4b804c3521
commit 05d8a5c787
7 changed files with 173 additions and 3 deletions

View file

@ -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;