Skip to content

Commit

Permalink
"Updated" to 1.19, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
apace100 committed Jun 5, 2022
1 parent 7111137 commit 95f1379
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
Expand Up @@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.2
loader_version=0.13.3
minecraft_version=1.19-rc2
yarn_mappings=1.19-rc2+build.1
loader_version=0.14.6
# Mod Properties
mod_version=1.0.0+1.18.2
mod_version=1.0.0+1.19
maven_group=de.dafuqs
archives_base_name=additionalentityattributes
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.48.0+1.18.2
fabric_version=0.55.1+1.19
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"depends": {
"fabricloader": ">=0.13.3",
"fabric": "*",
"minecraft": ">=1.18.2"
"minecraft": ">=1.19-rc.2"
}
}

0 comments on commit 95f1379

Please sign in to comment.