Fix various issues relating to armor [Fixes #1952]
This commit is contained in:
parent
bcc9368bf9
commit
960b064b5a
22 changed files with 138 additions and 127 deletions
|
@ -34,12 +34,12 @@ import net.minecraft.util.Util;
|
|||
import reborncore.client.gui.builder.widget.GuiButtonExtended;
|
||||
import reborncore.common.network.NetworkManager;
|
||||
import techreborn.config.TechRebornConfig;
|
||||
import techreborn.items.ItemManual;
|
||||
import techreborn.items.ManualItem;
|
||||
import techreborn.packets.ServerboundPackets;
|
||||
|
||||
public class GuiManual extends Screen {
|
||||
|
||||
ItemManual manual;
|
||||
ManualItem manual;
|
||||
PlayerEntity player;
|
||||
|
||||
private static final Identifier texture = new Identifier("techreborn", "textures/gui/manual.png");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue