Add implosion compressor recipes
This commit is contained in:
parent
5addee32e6
commit
aed7b5c0c4
6 changed files with 169 additions and 3 deletions
|
@ -10,7 +10,7 @@ import techreborn.tiles.TileImplosionCompressor;
|
|||
|
||||
public class GuiImplosionCompressor extends GuiContainer {
|
||||
|
||||
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/implosion_compressor.png");
|
||||
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/implosion_compressor.png");
|
||||
|
||||
TileImplosionCompressor compresser;
|
||||
ContainerImplosionCompressor containerImplosionCompressor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue