Update to 1.20.2

This commit is contained in:
Semmieboy YT 2023-09-23 11:22:22 +02:00
parent 9a92547019
commit dafb03aca5
2 changed files with 6 additions and 10 deletions

View File

@ -20,15 +20,11 @@ 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.99") { include modApi("me.shedaniel.cloth:cloth-config-fabric:12.0.109") {
exclude(group: "net.fabricmc.fabric-api") exclude(group: "net.fabricmc.fabric-api")
} }
include("me.shedaniel.cloth:cloth-config-fabric:11.0.99") { modApi("com.terraformersmc:modmenu:8.0.0-beta.2")
exclude(group: "net.fabricmc.fabric-api")
}
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.1 minecraft_version=1.20.2
yarn_mappings=1.20.1+build.1 yarn_mappings=1.20.2+build.1
loader_version=0.14.21 loader_version=0.14.22
# Mod Properties # Mod Properties
mod_version=1.3.0 mod_version=1.3.0
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.83.0+1.20.1 fabric_version=0.89.1+1.20.2