Skip to content

Commit

Permalink
Update versions to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipseisoffline committed Dec 5, 2024
1 parent c46514c commit 8dd395d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.4-pre3
yarn_mappings=1.21.4-pre3+build.2
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9
# Mod Properties
mod_version=1.1.15
maven_group=us.potatoboy
archives_base_name=htm
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.110.2+1.21.4
fabric_version=0.110.5+1.21.4
translation_version=2.4.0+1.21.2-rc1
permissions_api_version=0.3.3
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"depends": {
"fabricloader": ">=0.16.9",
"fabric": "*",
"fabric": "1.21.4",
"minecraft": "1.21.4-beta.3"
}
}

0 comments on commit 8dd395d

Please sign in to comment.