Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
75d92707b7
commit
d9dc59f678
|
@ -76,7 +76,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
if (isForge) {
|
if (isForge) {
|
||||||
this@with.getDeclaredMethod("getForge").invoke(this@configure).let { forgeObject ->
|
this@with.getDeclaredMethod("getForge").invoke(this@configure).let { forgeObject ->
|
||||||
forgeObject.javaClass.getMethod("mixinConfigs", Array<String>::class.java).invoke(forgeObject, (javaClass.getMethod("getMixinSourceSets").invoke(this) as Collection<SourceSet>).map { it.name.apply { println(this) } }.toTypedArray())
|
forgeObject.javaClass.getMethod("mixinConfigs", Array<String>::class.java).invoke(forgeObject, arrayOf("snowygui-common.mixins.json", "snowygui-forge.mixins.json"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue