Update to 1.20.1

This commit is contained in:
Semmieboy YT 2023-06-12 20:46:26 +02:00
parent 6a9ea0fb77
commit 5fbb54de7f
3 changed files with 9 additions and 9 deletions

View File

@ -20,15 +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:11.0.97") { modApi("me.shedaniel.cloth:cloth-config-fabric:11.0.99") {
exclude(group: "net.fabricmc.fabric-api") exclude(group: "net.fabricmc.fabric-api")
} }
include("me.shedaniel.cloth:cloth-config-fabric:11.0.97") { include("me.shedaniel.cloth:cloth-config-fabric:11.0.99") {
exclude(group: "net.fabricmc.fabric-api") exclude(group: "net.fabricmc.fabric-api")
} }
modApi("com.terraformersmc:modmenu:7.0.0-beta.2") modApi("com.terraformersmc:modmenu:7.0.1")
} }
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.20-pre1 minecraft_version=1.20.1
yarn_mappings=1.20-pre1+build.7 yarn_mappings=1.20.1+build.1
loader_version=0.14.19 loader_version=0.14.21
# Mod Properties # Mod Properties
mod_version=1.2.4 mod_version=1.2.5
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.80.3+1.20 fabric_version=0.83.0+1.20.1

View File

@ -26,7 +26,7 @@
], ],
"depends": { "depends": {
"fabric": "*", "fabric": "*",
"minecraft": "1.20-beta.1", "minecraft": "1.20.*",
"cloth-config": "*" "cloth-config": "*"
} }
} }