diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-09 19:13:03 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-09 19:13:03 +0100 |
commit | 1aa9a14eec09d2f2417806babcfc5bdf2c68a7fb (patch) | |
tree | ac2571dfdbd7d7c25ae61f5e048e521fdd0a7ab3 /build.gradle.kts | |
parent | 911db95dd026194ee6324c83e8f183479242f2b5 (diff) | |
download | Firmament-1aa9a14eec09d2f2417806babcfc5bdf2c68a7fb.tar.gz Firmament-1aa9a14eec09d2f2417806babcfc5bdf2c68a7fb.tar.bz2 Firmament-1aa9a14eec09d2f2417806babcfc5bdf2c68a7fb.zip |
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
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 { |