Update to 1.19.1
This commit is contained in:
parent
70d826b4a9
commit
0078f0e786
@ -20,13 +20,15 @@ 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:7.0.65") {
|
||||
modApi("me.shedaniel.cloth:cloth-config-fabric:8.0.75") {
|
||||
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")
|
||||
}
|
||||
|
||||
modApi("com.terraformersmc:modmenu:4.0.5")
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
@ -2,13 +2,13 @@
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.19.1-pre3
|
||||
yarn_mappings=1.19.1-pre3+build.1
|
||||
minecraft_version=1.19.1
|
||||
yarn_mappings=1.19.1+build.4
|
||||
loader_version=0.14.8
|
||||
# Mod Properties
|
||||
mod_version=1.2.0
|
||||
mod_version=1.2.1
|
||||
maven_group=semmiedev
|
||||
archives_base_name=disc_jockey
|
||||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.57.1+1.19.1
|
||||
fabric_version=0.58.5+1.19.1
|
||||
|
@ -26,7 +26,7 @@
|
||||
],
|
||||
"depends": {
|
||||
"fabric": "*",
|
||||
"minecraft": ">=1.19-beta.5 <=1.19.1-rc.1",
|
||||
"minecraft": ">=1.19-beta.5 <=1.19.1",
|
||||
"modmenu": "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user