Temporarily remove the dynamic gui system until i have the energy to properly implement it

This commit is contained in:
Aria 2023-03-02 17:49:07 -07:00
parent be1f961175
commit a989d1fe65
7 changed files with 71 additions and 61 deletions

View file

@ -6,9 +6,7 @@ import java.util.UUID;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.nbt.ListTag;
import net.minecraft.nbt.NbtUtils;
import net.minecraft.nbt.Tag;
import net.minecraft.server.level.ServerPlayer;
import net.minecraft.world.item.ItemStack;
public class OpenGUIRequest {