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

@ -28,7 +28,7 @@ import net.minecraft.client.util.math.MatrixStack;
import net.minecraft.entity.player.PlayerEntity;
import reborncore.client.gui.builder.GuiBase;
import reborncore.client.gui.guibuilder.GuiBuilder;
import reborncore.client.screen.builder.BuiltScreenHandler;
import reborncore.common.screen.BuiltScreenHandler;
import techreborn.blockentity.generator.advanced.GasTurbineBlockEntity;
public class GuiGasTurbine extends GuiBase<BuiltScreenHandler> {