Fix Iron Furnace GUI
This commit is contained in:
parent
a906fad739
commit
4012a69fab
40 changed files with 83 additions and 63 deletions
|
@ -25,11 +25,12 @@
|
|||
package techreborn.client.gui;
|
||||
|
||||
import net.minecraft.entity.player.PlayerEntity;
|
||||
import reborncore.client.containerBuilder.builder.BuiltContainer;
|
||||
import reborncore.client.gui.builder.GuiBase;
|
||||
import reborncore.client.gui.guibuilder.GuiBuilder;
|
||||
import techreborn.blockentity.generator.advanced.GasTurbineBlockEntity;
|
||||
|
||||
public class GuiGasTurbine extends GuiBase {
|
||||
public class GuiGasTurbine extends GuiBase<BuiltContainer> {
|
||||
|
||||
GasTurbineBlockEntity blockEntity;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue