Skip to content

Commit

Permalink
Update to 1.21.4 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Will <[email protected]>
  • Loading branch information
eclipseisoffline and PotatoPresident authored Dec 22, 2024
1 parent 531aba0 commit c2cf304
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

modImplementation include("xyz.nucleoid:server-translations-api:${project.translation_version}")

modImplementation include("me.lucko:fabric-permissions-api:0.2-SNAPSHOT")
modImplementation include("me.lucko:fabric-permissions-api:${project.permissions_api_version}")

modImplementation include("eu.pb4:common-protection-api:1.0.0")
}
Expand Down
11 changes: 6 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.1
loader_version=0.16.7
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9
# Mod Properties
mod_version=1.1.14
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.106.1+1.21.3
fabric_version=0.110.5+1.21.4
translation_version=2.4.0+1.21.2-rc1
permissions_api_version=0.3.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 @@ -23,8 +23,8 @@
"htm.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.7",
"fabricloader": ">=0.16.9",
"fabric": "*",
"minecraft": ">=1.21.2 <=1.21.3"
"minecraft": ">=1.21.4"
}
}

0 comments on commit c2cf304

Please sign in to comment.