From 2c41698b3d6225bd60b9695a48ee38c50b136e57 Mon Sep 17 00:00:00 2001 From: cpw Date: Mon, 27 Jul 2020 20:09:45 -0400 Subject: [PATCH] Update coremods and spi, include mandatory license field in metadata. Added at top level of mods.toml file. Signed-off-by: cpw --- src/main/resources/META-INF/mods.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 490e8bf..8d888bc 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -7,6 +7,8 @@ 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. +# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties +license="CHOOSE YOUR LICENSE" # A URL to refer people to when problems occur with this mod issueTrackerURL="http://my.issue.tracker/" #optional # A list of mods - how many allowed here is determined by the individual mod loader