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,10 +25,11 @@
package techreborn.client.gui;
import net.minecraft.entity.player.PlayerEntity;
import reborncore.client.containerBuilder.builder.BuiltContainer;
import reborncore.client.gui.builder.GuiBase;
import techreborn.blockentity.ChargeOMatBlockEntity;
public class GuiChargeBench extends GuiBase {
public class GuiChargeBench extends GuiBase<BuiltContainer> {
ChargeOMatBlockEntity blockEntity;