first
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
val IS_CI = System.getenv("CI") == "true"
|
||||
|
||||
plugins {
|
||||
id("dev.kikugie.stonecutter")
|
||||
id("net.neoforged.moddev") version "2.0.124" apply false
|
||||
id("net.neoforged.moddev.legacyforge") version "2.0.124" apply false
|
||||
id("org.quiltmc.loom.remap") version "1.14-SNAPSHOT" apply false
|
||||
id("net.minecraftforge.accesstransformers") version "5.0.2" apply false
|
||||
id("net.minecraftforge.gradle") version "7.0.0-beta.55" apply false
|
||||
id("net.minecraftforge.jarjar") version "0.2.3" apply false
|
||||
}
|
||||
|
||||
if (IS_CI) stonecutter active null
|
||||
else stonecutter active "1.21.1" /* [SC] DO NOT EDIT */
|
||||
Reference in New Issue
Block a user