Add industrial sawmill recipes

This commit is contained in:
mezz 2015-12-31 02:11:24 -08:00
parent 123042a069
commit ad0b45cd2a
7 changed files with 173 additions and 4 deletions

View file

@ -11,7 +11,7 @@ import techreborn.tiles.TileIndustrialSawmill;
public class GuiIndustrialSawmill extends GuiContainer {
private static final ResourceLocation texture = new ResourceLocation(
public static final ResourceLocation texture = new ResourceLocation(
"techreborn", "textures/gui/industrial_sawmill.png");
TileIndustrialSawmill sawmill;