Update to 1.20.2
This commit is contained in:
parent
9a92547019
commit
dafb03aca5
@ -20,15 +20,11 @@ dependencies {
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
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")
|
||||
}
|
||||
|
||||
include("me.shedaniel.cloth:cloth-config-fabric:11.0.99") {
|
||||
exclude(group: "net.fabricmc.fabric-api")
|
||||
}
|
||||
|
||||
modApi("com.terraformersmc:modmenu:7.0.1")
|
||||
modApi("com.terraformersmc:modmenu:8.0.0-beta.2")
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
@ -2,13 +2,13 @@
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.20.1
|
||||
yarn_mappings=1.20.1+build.1
|
||||
loader_version=0.14.21
|
||||
minecraft_version=1.20.2
|
||||
yarn_mappings=1.20.2+build.1
|
||||
loader_version=0.14.22
|
||||
# Mod Properties
|
||||
mod_version=1.3.0
|
||||
maven_group=semmiedev
|
||||
archives_base_name=disc_jockey
|
||||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.83.0+1.20.1
|
||||
fabric_version=0.89.1+1.20.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user