aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-08-24 14:52:07 +0200
committerLinnea Gräf <nea@nea.moe>2025-08-24 14:52:07 +0200
commitd186e876bb330230c5d869f754649764e7420163 (patch)
tree55c93e28f3afabb2ef29f56f4a5f2944101674ce /src/main/resources
parentd4b02f2a0c24220a3eb6d25775f53c8f6c796b47 (diff)
downloadFirmament-d186e876bb330230c5d869f754649764e7420163.tar.gz
Firmament-d186e876bb330230c5d869f754649764e7420163.tar.bz2
Firmament-d186e876bb330230c5d869f754649764e7420163.zip
feat: add party API
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 115778f..437d5dc 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -70,6 +70,7 @@
"dependencies": [
"roughlyenoughitems(recommended){modrinth:rei}"
]
- }
+ },
+ "firmament:hide_from_modlist": true
}
}