Fix Iron Furnace GUI

This commit is contained in:
drcrazy 2019-08-11 23:56:43 +03:00
parent a906fad739
commit 4012a69fab
40 changed files with 83 additions and 63 deletions

View file

@ -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;