fix build
This commit is contained in:
parent
976ab95b3b
commit
4e0809c863
10
build.gradle
10
build.gradle
|
@ -18,6 +18,8 @@ repositories {
|
||||||
// for more information about repositories.
|
// for more information about repositories.
|
||||||
maven { url 'https://maven.siphalor.de/' }
|
maven { url 'https://maven.siphalor.de/' }
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
|
maven { url "https://maven.shedaniel.me/" }
|
||||||
|
maven { url "https://maven.terraformersmc.com/releases/" }
|
||||||
}
|
}
|
||||||
|
|
||||||
loom {
|
loom {
|
||||||
|
@ -44,12 +46,20 @@ dependencies {
|
||||||
// Uncomment the following line to enable the deprecated Fabric API modules.
|
// Uncomment the following line to enable the deprecated Fabric API modules.
|
||||||
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
|
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
|
||||||
|
|
||||||
|
|
||||||
include(modApi(platform("de.siphalor.tweed4:tweed4-bom-$project.minecraft_major_version:$project.tweed_version")))
|
include(modApi(platform("de.siphalor.tweed4:tweed4-bom-$project.minecraft_major_version:$project.tweed_version")))
|
||||||
// Pick any modules you want to use, e.g.:
|
// Pick any modules you want to use, e.g.:
|
||||||
include(modApi("de.siphalor.tweed4:tweed4-base-$project.minecraft_major_version"))
|
include(modApi("de.siphalor.tweed4:tweed4-base-$project.minecraft_major_version"))
|
||||||
include(modApi("de.siphalor.tweed4:tweed4-annotated-$project.minecraft_major_version"))
|
include(modApi("de.siphalor.tweed4:tweed4-annotated-$project.minecraft_major_version"))
|
||||||
include(modApi("de.siphalor.tweed4:tweed4-data-$project.minecraft_major_version"))
|
include(modApi("de.siphalor.tweed4:tweed4-data-$project.minecraft_major_version"))
|
||||||
include(modApi("de.siphalor.tweed4:tweed4-data-hjson-$project.minecraft_major_version"))
|
include(modApi("de.siphalor.tweed4:tweed4-data-hjson-$project.minecraft_major_version"))
|
||||||
|
//include(modApi("de.siphalor.tweed4:tweed4-tailor-cloth-$project.minecraft_major_version"))
|
||||||
|
include(modApi("de.siphalor.tweed4:tweed4-tailor-screen-$project.minecraft_major_version"))
|
||||||
|
|
||||||
|
|
||||||
|
modImplementation("me.shedaniel.cloth:cloth-config-fabric:$project.cloth_config_version") {
|
||||||
|
exclude(group: "net.fabricmc.fabric-api")
|
||||||
|
}
|
||||||
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
|
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,9 @@ loader_version=0.14.21
|
||||||
fabric_version=0.84.0+1.20.1
|
fabric_version=0.84.0+1.20.1
|
||||||
|
|
||||||
#Mod properties
|
#Mod properties
|
||||||
mod_version = 0.9.0
|
mod_version = 0.10.0
|
||||||
maven_group = quimufu.simple_creator
|
maven_group = quimufu.simple_creator
|
||||||
archives_base_name = simple_creator
|
archives_base_name = simple_creator
|
||||||
|
|
||||||
tweed_version=1.3.0+mc1.20-pre1
|
tweed_version=1.3.0+mc1.20-pre1
|
||||||
|
cloth_config_version=11.0.99
|
Loading…
Reference in New Issue
Block a user