[PORT] Update game versions

This commit is contained in:
2024-08-21 22:58:01 +02:00
parent aea07af3d5
commit fcc1c816e7
2 changed files with 3 additions and 3 deletions

View File

@@ -31,9 +31,9 @@
"${mod_id}.fabric.mixins.json" "${mod_id}.fabric.mixins.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.15.0", "fabricloader": ">=0.16.2",
"fabric-api": "*", "fabric-api": "*",
"minecraft": ">=1.21", "minecraft": ">=1.21.2",
"java": ">=21" "java": ">=21"
} }
} }

View File

@@ -19,7 +19,7 @@ issueTrackerURL = "https://github.com/firstdarkdev/craterLib/issues"
[[dependencies.${ mod_id }]] [[dependencies.${ mod_id }]]
modId = "neoforge" modId = "neoforge"
type="required" type="required"
versionRange = "[21.0,)" versionRange = "[*,)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"