Skip to content

Commit

Permalink
change version range
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Jan 20, 2025
1 parent a0a9b2a commit 536e44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="lowcodefml"
loaderVersion="[50,)"
loaderVersion="[54,)"
license="Apache-2.0"
issueTrackerURL="${github_repo}/issues"
logoFile="assets/${mod_id}/icon.png"
Expand All @@ -15,4 +15,4 @@ displayURL="http://modrinth.com/mod/${modrinth_id}"
[[dependencies.${mod_id}]]
modId="minecraft"
mandatory=true
versionRange="[1.20.5,)"
versionRange="[1.21.2,)"
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ config="${mod_id}.mixins.json"
[[dependencies.${mod_id}]]
modId="minecraft"
mandatory=true
versionRange="(1.20.5,)"
versionRange="(1.21.2,)"

0 comments on commit 536e44c

Please sign in to comment.