Inital Just Enough Items support
This commit is contained in:
parent
3367e990be
commit
3fb7dd102b
10 changed files with 257 additions and 35 deletions
src/main/java/techreborn/client/gui
|
@ -20,7 +20,7 @@ import java.io.IOException;
|
|||
|
||||
public class GuiFusionReactor extends GuiContainer {
|
||||
|
||||
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/fusion_reactor.png");
|
||||
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/fusion_reactor.png");
|
||||
|
||||
ContainerFusionReactor containerFusionReactor;
|
||||
TileEntityFusionController fusionController;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue