aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-12-09 19:13:03 +0100
committerLinnea Gräf <nea@nea.moe>2024-12-09 19:13:03 +0100
commit1aa9a14eec09d2f2417806babcfc5bdf2c68a7fb (patch)
treeac2571dfdbd7d7c25ae61f5e048e521fdd0a7ab3 /build.gradle.kts
parent911db95dd026194ee6324c83e8f183479242f2b5 (diff)
downloadFirmament-1aa9a14eec09d2f2417806babcfc5bdf2c68a7fb.tar.gz
Firmament-1aa9a14eec09d2f2417806babcfc5bdf2c68a7fb.tar.bz2
Firmament-1aa9a14eec09d2f2417806babcfc5bdf2c68a7fb.zip
WIP: fix scissoringHEADmaster
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 46fe2f7..e56d273 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -224,7 +224,7 @@ val explosiveEnhancementSourceSet =
val wildfireGenderSourceSet = createIsolatedSourceSet("wildfireGender")
val modmenuSourceSet = createIsolatedSourceSet("modmenu", isEnabled = false)
val reiSourceSet = createIsolatedSourceSet("rei")
-val moulconfigSourceSet = createIsolatedSourceSet("moulconfig", isEnabled = false)
+val moulconfigSourceSet = createIsolatedSourceSet("moulconfig")
val customTexturesSourceSet = createIsolatedSourceSet("texturePacks", "texturePacks")
dependencies {