Skip to content

Commit

Permalink
Update to MC 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KadTheHunter committed Dec 2, 2024
1 parent 3660be8 commit 6b9131b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
org.gradle.jvmargs=-Xmx4G

# Fabric Properties (https://fabricmc.net/versions.html)
minecraft_version=1.21
yarn_mappings=1.21+build.7
loader_version=0.15.11
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.9

# Mod Properties (to automatically tag on linux: 'git tag $(grep -oP '^mod_version = \K.*' gradle.properties)')
mod_version = 1.2.6
mod_version = 1.2.7
maven_group = net.clayborn
archives_base_name = accurate-block-placement

# Dependencies
fabric_version=0.100.4+1.21
fabric_version=0.110.0+1.21.3
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],

"depends": {
"minecraft": ">=1.20.5",
"fabricloader": ">=0.15.11",
"minecraft": ">=1.21.3",
"fabricloader": ">=0.16.9",
"fabric-api": "*",
"java": ">=21"
}
Expand Down

0 comments on commit 6b9131b

Please sign in to comment.