Add missing mixins to Forge

Add issues url to the mod
Add water hunting to avians
This commit is contained in:
2026-06-06 17:46:33 -04:00
parent 4d2921a925
commit 4447ee8ec4
9 changed files with 268 additions and 45 deletions
+1
View File
@@ -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