package dev.redstudio.witherconfig; import net.minecraftforge.fml.common.Mod; import static dev.redstudio.witherconfig.utils.ModReference.ID; import static dev.redstudio.witherconfig.utils.ModReference.NAME; import static dev.redstudio.witherconfig.utils.ModReference.VERSION; // /$$ /$$ /$$ /$$ /$$ /$$$$$$ /$$$$$$ /$$ // | $$ /$ | $$|__/ | $$ | $$ /$$__ $$ /$$__ $$|__/ // | $$ /$$$| $$ /$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$ | $$ \__/ /$$$$$$ /$$$$$$$ | $$ \__/ /$$ /$$$$$$ // | $$/$$ $$ $$| $$|_ $$_/ | $$__ $$ /$$__ $$ /$$__ $$ | $$ /$$__ $$| $$__ $$| $$$$ | $$ /$$__ $$ // | $$$$_ $$$$| $$ | $$ | $$ \ $$| $$$$$$$$| $$ \__/ | $$ | $$ \ $$| $$ \ $$| $$_/ | $$| $$ \ $$ // | $$$/ \ $$$| $$ | $$ /$$| $$ | $$| $$_____/| $$ | $$ $$| $$ | $$| $$ | $$| $$ | $$| $$ | $$ // | $$/ \ $$| $$ | $$$$/| $$ | $$| $$$$$$$| $$ | $$$$$$/| $$$$$$/| $$ | $$| $$ | $$| $$$$$$$ // |__/ \__/|__/ \___/ |__/ |__/ \_______/|__/ \______/ \______/ |__/ |__/|__/ |__/ \____ $$ // /$$ \ $$ // | $$$$$$/ // \______/ @Mod(modid = ID, name = NAME, version = VERSION, updateJSON = "https://raw.githubusercontent.com/Desoroxxx/Wither-Config/main/update.json") public final class WitherConfig { }