Updated to 1.21
Removed support for Forge Added support for NeoForge Added a new location for Visual Speed Type (WIP) slight bug Made Cloth Config an optional dependency (as of version 6.2)
This commit is contained in:
@@ -18,6 +18,7 @@ configurations {
|
||||
repositories {
|
||||
maven { url "https://maven.shedaniel.me/" }
|
||||
maven { url "https://maven.terraformersmc.com/releases/" }
|
||||
maven { url "https://maven.nucleoid.xyz/" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -26,8 +27,9 @@ dependencies {
|
||||
// Remove the next line if you don't want to depend on the API
|
||||
modApi "dev.architectury:architectury-fabric:${rootProject.architectury_version}"
|
||||
|
||||
modApi "me.shedaniel.cloth:cloth-config-fabric:11.1.106"
|
||||
modApi "com.terraformersmc:modmenu:7.1.0"
|
||||
modApi "me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_config_version}"
|
||||
modApi "com.terraformersmc:modmenu:11.0.0"
|
||||
modApi "eu.pb4:placeholder-api:2.4.0-pre.2+1.21"
|
||||
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
|
||||
|
||||
Reference in New Issue
Block a user