feat: add quiltflower
This commit is contained in:
parent
47e8b22a87
commit
12ee6eae37
@ -6,6 +6,7 @@ plugins {
|
||||
id("architectury-plugin") version "3.4-SNAPSHOT"
|
||||
id("dev.architectury.loom") version "1.2-SNAPSHOT" apply false
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
|
||||
id("io.github.juuxel.loom-quiltflower") version ("1.10.0") apply false
|
||||
}
|
||||
|
||||
architectury {
|
||||
@ -14,6 +15,7 @@ architectury {
|
||||
|
||||
subprojects {
|
||||
apply(plugin = "dev.architectury.loom")
|
||||
apply(plugin = "io.github.juuxel.loom-quiltflower")
|
||||
|
||||
val loom = project.extensions.getByName<LoomGradleExtensionAPI>("loom")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user