/* * Copyright (C) 2022 NotEnoughUpdates contributors * * This file is part of NotEnoughUpdates. * * NotEnoughUpdates is free software: you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * NotEnoughUpdates is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with NotEnoughUpdates. If not, see <https://www.gnu.org/licenses/>. */packageio.github.moulberry.notenoughupdates.miscgui;importcom.google.gson.JsonArray;importcom.google.gson.JsonElement;importcom.google.gson.JsonObject;importcom.google.gson.JsonPrimitive;importio.github.moulberry.notenoughupdates.NotEnoughUpdates;importio.github.moulberry.notenoughupdates.autosubscribe.NEUAutoSubscribe;importio.github.moulberry.notenoughupdates.core.BackgroundBlur;importio.github.moulberry.notenoughupdates.util.ItemUtils;importio.github.moulberry.notenoughupdates.util.SkyBlockTime;importio.github.moulberry.notenoughupdates.util.Utils;importnet.minecraft.client.Minecraft;importnet.minecraft.client.audio.PositionedSoundRecord;importnet.minecraft.client.gui.FontRenderer;importnet.minecraft.client.gui.Gui;importnet.minecraft.client.gui.ScaledResolution;importnet.minecraft.client.gui.inventory.GuiChest;importnet.minecraft.client.gui.inventory.GuiContainer;importnet.minecraft.client.renderer.GlStateManager;importnet.minecraft.init.Items;importnet.minecraft.inventory.ContainerChest;importnet.minecraft.item.ItemStack;importnet.minecraft.nbt.NBTTagCompound;importnet.minecraft.util.EnumChatFormatting;importnet.minecraft.util.ResourceLocation;importnet.minecraft.util.Tuple;importnet.minecraftforge.client.ClientCommandHandler;import