[CHORE] Update for 1.21
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[1,)"
|
||||
license="MIT"
|
||||
issueTrackerURL="https://github.com/minecraftforge/"
|
||||
issueTrackerURL="https://github.com/neoforged/"
|
||||
|
||||
[[mods]]
|
||||
modId="${mod_id}"
|
||||
version="${version}"
|
||||
displayName="${mod_name}"
|
||||
#updateJSONURL="https://change.me.example.invalid/updates.json"
|
||||
displayURL="https://minecraftforge.net"
|
||||
displayURL="https://neoforged.net"
|
||||
logoFile="assets/examplemod/icon.png"
|
||||
credits="Thanks for this example mod goes to Java"
|
||||
authors="${mod_author}"
|
||||
@@ -22,14 +22,14 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mollis lacinia magn
|
||||
|
||||
[[dependencies.${mod_id}]]
|
||||
modId="neoforge"
|
||||
mandatory=true
|
||||
versionRange="[20.2,)"
|
||||
type="required"
|
||||
versionRange="[21.0.0-beta,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
[[dependencies.${mod_id}]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.20.2,1.21)"
|
||||
type="required"
|
||||
versionRange="[1.21,1.21.1)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
Reference in New Issue
Block a user