Skip to content

Commit

Permalink
launch 1.20.1 correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Boxadactle committed Dec 20, 2024
1 parent 15b0aed commit 69402f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Changes
- Correctly launches 1.20.1
- Correctly launches 1.20.1 (actually)
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": ">=1.20",
"boxlib": "10.*",
"boxlib": "<12",
"fabric": "*"
},
"recommends": {
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ side="BOTH"
[[dependencies.coordinatesdisplay]]
modId="boxlib"
mandatory=true
versionRange="[10.0.0,11.0.0)"
versionRange="[10.0.0,12.0.0)"
ordering="NONE"
side="CLIENT"
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true

# Mod properties
mod_version = 9.2.0
mod_version = 9.2.1
maven_group = dev.boxadactle
archives_name = CoordinatesDisplay
enabled_platforms = fabric,forge
Expand All @@ -17,7 +17,7 @@ fabric_api_version = 0.92.2+1.20.1
forge_version = 47.3.11

modmenu_version = 7.0.1
boxlib_version = 10.4.0
boxlib_version = 11.3.2

# publishing
game_versions = 1.20,1.20.1
Expand Down

0 comments on commit 69402f2

Please sign in to comment.