Split GuiType into ClientGuiType to remove some horrid code.

This commit is contained in:
modmuss50 2022-03-02 01:06:05 +00:00
parent c72f519248
commit 7065f5efae
117 changed files with 411 additions and 253 deletions

View file

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