Update to 1.19 rc 1

This commit is contained in:
Semmieboy YT 2022-06-02 20:11:13 +02:00
parent 0e28e33bf9
commit f01a6a40e3
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19-pre5
yarn_mappings=1.19-pre5+build.3
minecraft_version=1.19-rc1
yarn_mappings=1.19-rc1+build.2
loader_version=0.14.6
# Mod Properties
mod_version=1.2.0
@ -11,4 +11,4 @@ maven_group=semmieboy_yt
archives_base_name=disc_jockey
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.54.0+1.19
fabric_version=0.55.0+1.19

View File

@ -26,6 +26,6 @@
],
"depends": {
"fabric": "*",
"minecraft": "1.19-beta.5"
"minecraft": ">=1.19-beta.5 <=1.19-rc.1"
}
}