Skip to content

Commit

Permalink
Updated for 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverNucleus committed Aug 6, 2022
1 parent c8726f2 commit 2406a84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
loader_version=0.14.8

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

fabric_version=0.57.0+1.19
fabric_version=0.58.6+1.19.2
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"armorrenderlib.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.6",
"fabric": ">=0.57.0",
"minecraft": "1.19",
"fabricloader": ">=0.14.8",
"fabric": ">=0.58.6",
"minecraft": "1.19.2",
"java": ">=17"
}
}

0 comments on commit 2406a84

Please sign in to comment.