Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsupermanhd committed Jun 12, 2023
1 parent ab753cd commit a6b847d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
org.gradle.jvmargs=-Xmx4G

# Fabric (https://fabricmc.net/versions.html)
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.18
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21

# Mod Properties
mod_version=1.3.8
mod_version=1.3.9
maven_group=maxsuperman.addons
archives_base_name=villager-roller

meteor_version=0.5.3-SNAPSHOT
meteor_version=0.5.4-SNAPSHOT
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.4",
"minecraft": "1.20",
"meteor-client": ">0.4.5"
}
}

0 comments on commit a6b847d

Please sign in to comment.