Changed license in toml

This commit is contained in:
Andrew 2022-07-12 03:06:23 +07:00
parent 60a6e88cc3
commit 173335b851
2 changed files with 161 additions and 601 deletions

View file

@ -9,7 +9,7 @@ modLoader="javafml" #mandatory
loaderVersion="[36,)" #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.
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
license="All rights reserved"
license="LGPL-3"
# 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
@ -19,7 +19,7 @@ modId="rdmover" #mandatory
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
# see the associated build.gradle script for how to populate this completely automatically during a build
version="1.0.1" #mandatory
version="1.0.2" #mandatory
# A display name for the mod
displayName="RDMover" #mandatory
# A URL to query for updates for this mod. See the JSON update specification <here>