Add Industrial Electrolyzer recipes

This commit is contained in:
mezz 2015-12-31 01:40:56 -08:00
parent ef1ee67c06
commit 3fde850448
6 changed files with 159 additions and 3 deletions

View file

@ -10,7 +10,7 @@ import techreborn.tiles.TileIndustrialElectrolyzer;
public class GuiIndustrialElectrolyzer extends GuiContainer {
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/industrial_electrolyzer.png");
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/industrial_electrolyzer.png");
TileIndustrialElectrolyzer eletrolyzer;