Fix various issues relating to armor [Fixes #1952]

This commit is contained in:
Prospector 2020-01-12 19:17:35 -08:00
parent bcc9368bf9
commit 960b064b5a
22 changed files with 138 additions and 127 deletions

View file

@ -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");