Update to 1.19.1

This commit is contained in:
Semmieboy YT 2022-07-30 11:11:39 +02:00
parent 70d826b4a9
commit 0078f0e786
3 changed files with 9 additions and 7 deletions

View File

@ -20,13 +20,15 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway. // Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modApi("me.shedaniel.cloth:cloth-config-fabric:7.0.65") { modApi("me.shedaniel.cloth:cloth-config-fabric:8.0.75") {
exclude(group: "net.fabricmc.fabric-api") exclude(group: "net.fabricmc.fabric-api")
} }
include("me.shedaniel.cloth:cloth-config-fabric:7.0.65") { include("me.shedaniel.cloth:cloth-config-fabric:8.0.75") {
exclude(group: "net.fabricmc.fabric-api") exclude(group: "net.fabricmc.fabric-api")
} }
modApi("com.terraformersmc:modmenu:4.0.5")
} }
processResources { processResources {

View File

@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.1-pre3 minecraft_version=1.19.1
yarn_mappings=1.19.1-pre3+build.1 yarn_mappings=1.19.1+build.4
loader_version=0.14.8 loader_version=0.14.8
# Mod Properties # Mod Properties
mod_version=1.2.0 mod_version=1.2.1
maven_group=semmiedev maven_group=semmiedev
archives_base_name=disc_jockey archives_base_name=disc_jockey
# Dependencies # Dependencies
# check this on https://modmuss50.me/fabric.html # check this on https://modmuss50.me/fabric.html
fabric_version=0.57.1+1.19.1 fabric_version=0.58.5+1.19.1

View File

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