Skip to content

Commit

Permalink
Update to 1.21.3 and update cloth config api
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Oct 23, 2024
1 parent a3acd46 commit dad9a5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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 @@ -36,7 +36,7 @@
"accessWidener": "moonrise.accesswidener",
"depends": {
"fabricloader": ">=${loader_version}",
"minecraft": ">1.21.1 <1.21.3",
"minecraft": ">1.21.1 <1.21.4",
"fabric-command-api-v2": "*"
},
"custom": {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.daemon=false
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.2
minecraft_version=1.21.3
loader_version=0.16.7
supported_minecraft_versions=1.21.2
neoforge_version=21.2.0-beta
fabric_api_version=0.106.1+1.21.2
supported_minecraft_versions=1.21.3
neoforge_version=21.3.0-beta
fabric_api_version=0.106.1+1.21.3
snakeyaml_version=2.2
concurrentutil_version=0.0.2-SNAPSHOT
cloth_version=15.0.140
cloth_version=16.0.141
modmenu_version=12.0.0-beta.1
# version ids from modrinth
fabric_lithium_version=mc1.21.1-0.14.0-beta.1
Expand Down
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 @@ -24,7 +24,7 @@ side = "BOTH"
[[dependencies.moonrise]]
modId = "minecraft"
type = "required"
versionRange = "(1.21.1,1.21.3)"
versionRange = "(1.21.1,1.21.4)"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit dad9a5c

Please sign in to comment.