SnowyGUI/forge/build.gradle.kts

8 lines
474 B
Plaintext
Raw Normal View History

2021-04-08 10:18:46 +02:00
architectury { platformSetupLoomIde(); forge() }
dependencies {
forge("net.minecraftforge:forge:${rootProject.architectury.minecraft}-${rootProject.property("forge_version")}")
implementation(project(path = ":common")) { isTransitive = false }
add("developmentForge", project(path = ":common")) { isTransitive = false }
shadowC(project(path = ":common", configuration = "transformProductionForge")) { isTransitive = false }
}; loom { useFabricMixin = true }