Add chemical reactor recipes

This commit is contained in:
mezz 2015-12-30 23:30:09 -08:00
parent bb82e2cfb2
commit c187f931ce
6 changed files with 154 additions and 1 deletions

View file

@ -10,7 +10,7 @@ import techreborn.tiles.TileChemicalReactor;
public class GuiChemicalReactor extends GuiContainer {
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/chemical_reactor.png");
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/chemical_reactor.png");
TileChemicalReactor chemicalReactor;
ContainerChemicalReactor containerChemicalReactor;