Add missing mixins to Forge
Add issues url to the mod Add water hunting to avians
This commit is contained in:
@@ -147,6 +147,7 @@ tasks {
|
||||
"mod_license" to commonMod.license,
|
||||
"mod_version" to commonMod.version,
|
||||
"mod_authors" to commonMod.author,
|
||||
"issue_url" to commonMod.issueUrl,
|
||||
"mod_description" to commonMod.description
|
||||
))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
modLoader = "javafml" #mandatory
|
||||
loaderVersion = "${neoforge_loader_version_range}" #mandatory
|
||||
license = "${license}" # Review your options at https://choosealicense.com/.
|
||||
#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional
|
||||
issueTrackerURL= "${issue_url}" #optional
|
||||
|
||||
[[mods]] #mandatory
|
||||
modId = "${mod_id}" #mandatory
|
||||
|
||||
Reference in New Issue
Block a user