Update to 1.19

This commit is contained in:
Semmieboy YT 2022-06-07 18:43:31 +02:00
parent 2fa831d6d9
commit 564e012e0c
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-rc2
yarn_mappings=1.19-rc2+build.1
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6
# Mod Properties
mod_version=1.2.0
@ -11,4 +11,4 @@ maven_group=semmiedev
archives_base_name=disc_jockey
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.55.0+1.19
fabric_version=0.55.1+1.19

View File

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