Add gender mod integration for custom armor

Closes https://github.com/nea89o/Firmament/issues/33
This commit is contained in:
Linnea Gräf
2024-07-06 01:31:14 +02:00
parent c3d32559e4
commit 429eed9da3
3 changed files with 46 additions and 0 deletions

View File

@@ -142,6 +142,8 @@ dependencies {
modCompileOnly(libs.jarvis.api)
include(libs.jarvis.fabric)
modCompileOnly(libs.femalegender)
// Actual dependencies
modCompileOnly(libs.rei.api) {
exclude(module = "architectury")