We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8433e5 commit f018b51Copy full SHA for f018b51
1 file changed
src/main/resources/META-INF/mods.toml
@@ -9,7 +9,7 @@ modLoader="javafml" #mandatory
9
loaderVersion="[36,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
10
# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
11
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
12
-license="All rights reserved"
+license="MIT"
13
# A URL to refer people to when problems occur with this mod
14
#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional
15
# A list of mods - how many allowed here is determined by the individual mod loader
0 commit comments