Add grinder recipes

This commit is contained in:
mezz 2015-12-31 00:56:09 -08:00
parent c187f931ce
commit 5addee32e6
14 changed files with 205 additions and 13 deletions

View file

@ -10,7 +10,7 @@ import techreborn.tiles.TileGrinder;
public class GuiGrinder extends GuiContainer {
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/industrial_grinder.png");
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/industrial_grinder.png");
TileGrinder grinder;
ContainerGrinder containerGrinder;