Skip to content

Commit

Permalink
Update to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsupermanhd committed Aug 9, 2022
1 parent 251633d commit b66ca6d
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
@@ -1,12 +1,12 @@
org.gradle.jvmargs=-Xmx2G

# Fabric (https://fabricmc.net/versions.html)
minecraft_version=1.19.1
yarn_mappings=1.19.1+build.6
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
loader_version=0.14.9

# Mod Properties
mod_version=1.3.2
mod_version=1.3.3
maven_group=meteordevelopment.addons
archives_base_name=villager-roller

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"depends": {
"java": ">=17",
"minecraft": "1.19.1",
"minecraft": "1.19.2",
"meteor-client": ">0.4.5"
}
}

0 comments on commit b66ca6d

Please sign in to comment.