Add rolling machine recipes

This commit is contained in:
mezz 2015-12-31 03:20:04 -08:00
parent 090de63608
commit 686dd71caf
7 changed files with 213 additions and 1 deletions

View file

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