aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-12-09 13:48:52 +0100
committerLinnea Gräf <nea@nea.moe>2024-12-09 13:48:52 +0100
commit706a03807b12ddd5e7c46a72fc27aa30e1f9b60f (patch)
tree48f34b1f5ac0cd1f8c281fb9b49c845ced7eddf0 /build.gradle.kts
parent4ae0fd617489a4a18edfbdd6343d88add8b234a7 (diff)
downloadFirmament-706a03807b12ddd5e7c46a72fc27aa30e1f9b60f.tar.gz
Firmament-706a03807b12ddd5e7c46a72fc27aa30e1f9b60f.tar.bz2
Firmament-706a03807b12ddd5e7c46a72fc27aa30e1f9b60f.zip
WIP: re-add gender mod
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 12f8d52..46fe2f7 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -221,7 +221,7 @@ val citResewnSourceSet = createIsolatedSourceSet("citresewn", isEnabled = false)
val yaclSourceSet = createIsolatedSourceSet("yacl", isEnabled = false)
val explosiveEnhancementSourceSet =
createIsolatedSourceSet("explosiveEnhancement", isEnabled = false) // TODO: wait for their port
-val wildfireGenderSourceSet = createIsolatedSourceSet("wildfireGender", isEnabled = false) // TODO: wait on their port
+val wildfireGenderSourceSet = createIsolatedSourceSet("wildfireGender")
val modmenuSourceSet = createIsolatedSourceSet("modmenu", isEnabled = false)
val reiSourceSet = createIsolatedSourceSet("rei")
val moulconfigSourceSet = createIsolatedSourceSet("moulconfig", isEnabled = false)
@@ -268,6 +268,7 @@ dependencies {
include(libs.jarvis.fabric)
(wildfireGenderSourceSet.modImplementationConfigurationName)(libs.femalegender)
+ (wildfireGenderSourceSet.implementationConfigurationName)(customTexturesSourceSet.output)
(configuredSourceSet.modImplementationConfigurationName)(libs.configured)
(sodiumSourceSet.modImplementationConfigurationName)(libs.sodium)