Update to 1.19 rc 2

This commit is contained in:
Semmieboy YT 2022-06-05 16:08:00 +02:00
parent 4c4398d2cd
commit 3c601145d5
3 changed files with 6 additions and 4 deletions

View File

@ -12,6 +12,8 @@ repositories {
}
dependencies {
// TODO: Add cloth config as a jar-in-jar mod
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"

View File

@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19-rc1
yarn_mappings=1.19-rc1+build.2
minecraft_version=1.19-rc2
yarn_mappings=1.19-rc2+build.1
loader_version=0.14.6
# Mod Properties
mod_version=1.2.0
maven_group=semmieboy_yt
maven_group=semmiedev
archives_base_name=disc_jockey
# Dependencies
# check this on https://modmuss50.me/fabric.html

View File

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