un-bundle Mod Menu

This commit is contained in:
octarine-noise
2020-02-17 15:55:14 +01:00
parent 4c439dccd2
commit 01f697d2d3
5 changed files with 38 additions and 29 deletions

View File

@@ -31,10 +31,10 @@ dependencies {
"modImplementation"("net.fabricmc.fabric-api:fabric-api:${properties["fabricVersion"]}")
"modImplementation"("net.fabricmc:fabric-language-kotlin:${properties["fabricKotlinVersion"]}")
listOf("modImplementation", "include").map { configuration ->
configuration("me.shedaniel.cloth:config-2:${project.properties["clothConfigVersion"]}")
configuration("io.github.prospector:modmenu:${project.properties["modMenuVersion"]}")
configuration("me.zeroeightsix:fiber:0.8.0-2")
"modImplementation"("io.github.prospector:modmenu:${properties["modMenuVersion"]}")
listOf("modImplementation", "include").forEach { configuration ->
configuration("me.shedaniel.cloth:config-2:${properties["clothConfigVersion"]}")
configuration("me.zeroeightsix:fiber:${properties["fiberVersion"]}")
}
// Canvas Renderer