Skip to content

Commit

Permalink
Make run on 1.20.2 and expand version range.
Browse files Browse the repository at this point in the history
  • Loading branch information
UltrusBot committed Feb 9, 2024
1 parent 32cac1c commit 7d350b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Updated to 1.20.3 / 1.20.4
- Update fabric.mod.json to enable 1.20.2 in minecraft version range.
9 changes: 1 addition & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.20
quilt_mappings=1
loader_version=0.14.21

mod_version = 1.5.1
mod_version = 1.5.2
maven_group = me.ultrusmods
archives_base_name = extrasponges

fabric_version=0.83.0+1.20
test_release=false

2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": ">=1.20.3"
"minecraft": ">=1.20.2"
}
}

0 comments on commit 7d350b3

Please sign in to comment.