From 69c4c7a3b82692ec7ac2c6d29287bf3c96509d90 Mon Sep 17 00:00:00 2001 From: CDAGaming Date: Fri, 21 Aug 2020 19:36:15 -0500 Subject: [PATCH] Added the license field that forge is forcing --- src/launch/resources/META-INF/mods.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/launch/resources/META-INF/mods.toml b/src/launch/resources/META-INF/mods.toml index 7b45a66db..60f15841d 100644 --- a/src/launch/resources/META-INF/mods.toml +++ b/src/launch/resources/META-INF/mods.toml @@ -6,7 +6,8 @@ # The name of the mod loader type to load - for regular FML @Mod mods it should be javafml modLoader="javafml" #mandatory # A version range to match for said mod loader - for regular FML @Mod it will be the forge version -loaderVersion="[32,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. +loaderVersion="[33,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. +license="https://raw.githubusercontent.com/cabaletta/baritone/1.16.2/LICENSE" # A URL to refer people to when problems occur with this mod issueTrackerURL="https://github.com/cabaletta/baritone/issues" #optional # A list of mods - how many allowed here is determined by the individual mod loader