Skip to content

Commit

Permalink
Updated cloth config dep, added for neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Dec 1, 2023
1 parent d32b0cf commit 589b93f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yarn_mappings=1.20.2+build.4:v2
enabled_platforms=fabric,forge,neoforge

# Common
cloth_config_version=11.1.106
cloth_config_version=12.0.111
mixin_extras_version=0.2.1
devauth_version=1.1.2

Expand Down
12 changes: 12 additions & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ dependencies {
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }

// Mixin extras (https://github.com/LlamaLad7/MixinExtras)
implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:${rootProject.mixin_extras_version}"))
implementation(include("io.github.llamalad7:mixinextras-neoforge:${rootProject.mixin_extras_version}"))

// Cloth config (https://www.curseforge.com/minecraft/mc-mods/cloth-config)
modImplementation("me.shedaniel.cloth:cloth-config-neoforge:${rootProject.cloth_config_version}")
}

processResources {
Expand Down Expand Up @@ -90,4 +94,12 @@ repositories {
name = 'NeoForged'
url = 'https://maven.neoforged.net/'
}

maven {
url = "https://maven.theillusivec4.top/"
}

maven { url "https://www.cursemaven.com" }


}

0 comments on commit 589b93f

Please sign in to comment.