Skip to content

Commit

Permalink
Updated to use newer Fabric API
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverNucleus committed Aug 12, 2022
1 parent 2406a84 commit 9f792b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
}

processResources {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ org.gradle.jvmargs=-Xmx1G

minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
loader_version=0.14.8
loader_version=0.14.9

mod_version = 0.2.1
mod_version = 0.2.2
maven_group = com.github.clevernucleus
archives_base_name = armorrenderlib

fabric_version=0.58.6+1.19.2
fabric_api_version=0.59.0+1.19.2
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"armorrenderlib.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.8",
"fabric": ">=0.58.6",
"fabricloader": ">=0.14.9",
"fabric-api": ">=0.59.0",
"minecraft": "1.19.2",
"java": ">=17"
}
Expand Down

0 comments on commit 9f792b4

Please sign in to comment.