Add chemical reactor recipes
This commit is contained in:
parent
bb82e2cfb2
commit
c187f931ce
6 changed files with 154 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue