Split GuiType into ClientGuiType to remove some horrid code.
This commit is contained in:
parent
c72f519248
commit
7065f5efae
117 changed files with 411 additions and 253 deletions
|
@ -27,7 +27,7 @@ package techreborn.client.gui;
|
|||
import net.minecraft.client.util.math.MatrixStack;
|
||||
import net.minecraft.entity.player.PlayerEntity;
|
||||
import reborncore.client.gui.builder.GuiBase;
|
||||
import reborncore.client.screen.builder.BuiltScreenHandler;
|
||||
import reborncore.common.screen.BuiltScreenHandler;
|
||||
import techreborn.blockentity.machine.misc.ChargeOMatBlockEntity;
|
||||
|
||||
public class GuiChargeBench extends GuiBase<BuiltScreenHandler> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue