diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-31 17:36:37 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-31 17:36:37 +0100 |
commit | a50de1601873d5c750c88bef9468b24fdd923ef0 (patch) | |
tree | 91d6cbda46e169752d32cf204a7341abbf047e6b /build.gradle.kts | |
parent | 7424fe24993c3697a51c28b4a861c9c9174d8181 (diff) | |
download | Firmament-a50de1601873d5c750c88bef9468b24fdd923ef0.tar.gz Firmament-a50de1601873d5c750c88bef9468b24fdd923ef0.tar.bz2 Firmament-a50de1601873d5c750c88bef9468b24fdd923ef0.zip |
fix: YACL
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 51c981d..1a31f16 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -219,11 +219,11 @@ val configuredSourceSet = createIsolatedSourceSet("configured", isEnabled = false) // Wait for update (also low prio, because configured sucks) val sodiumSourceSet = createIsolatedSourceSet("sodium", isEnabled = false) val citResewnSourceSet = createIsolatedSourceSet("citresewn", isEnabled = false) // TODO: Wait for update -val yaclSourceSet = createIsolatedSourceSet("yacl", isEnabled = false) +val yaclSourceSet = createIsolatedSourceSet("yacl") val explosiveEnhancementSourceSet = createIsolatedSourceSet("explosiveEnhancement", isEnabled = false) // TODO: wait for their port val wildfireGenderSourceSet = createIsolatedSourceSet("wildfireGender") -val modmenuSourceSet = createIsolatedSourceSet("modmenu", isEnabled = false) +val modmenuSourceSet = createIsolatedSourceSet("modmenu") val reiSourceSet = createIsolatedSourceSet("rei") val moulconfigSourceSet = createIsolatedSourceSet("moulconfig") val customTexturesSourceSet = createIsolatedSourceSet("texturePacks", "texturePacks") |