File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ repositories {
2121 name = " Terraformers"
2222 url = " https://maven.terraformersmc.com/"
2323 }
24+ maven { url " https://maven.shedaniel.me/" }
2425}
2526
2627loom {
@@ -49,6 +50,10 @@ dependencies {
4950 implementation include(' com.electronwill.night-config:toml:3.6.6' )
5051 implementation include(' com.electronwill.night-config:json:3.6.6' )
5152 modImplementation(" com.terraformersmc:modmenu:${ project.modmenu_version} " )
53+ modApi(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_version} " ) {
54+ exclude(group : " net.fabricmc.fabric-api" )
55+ }
56+ include " me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_version} "
5257}
5358
5459processResources {
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ deps.nightautoconfig_version=1.0.6-fabric.1.21
2020deps.modmenu =13.0.3
2121deps.cicada =0.13.0+1.21.4
2222deps.cardinal-components-api =6.3.1
23- modmenu_version =13.0.3
23+ modmenu_version =13.0.3
24+ cloth_version =18.0.145
You can’t perform that action at this time.
0 commit comments