Add centrifuge recipes

This commit is contained in:
mezz 2015-12-30 23:13:02 -08:00
parent ff571d5444
commit bb82e2cfb2
6 changed files with 177 additions and 5 deletions

View file

@ -10,7 +10,7 @@ import techreborn.tiles.TileCentrifuge;
public class GuiCentrifuge extends GuiContainer {
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/industrial_centrifuge.png");
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/industrial_centrifuge.png");
TileCentrifuge centrifuge;