aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-05-28 22:25:27 +0200
committerLinnea Gräf <nea@nea.moe>2024-05-28 22:25:27 +0200
commitfac6103658b2c8d6bab3598606d57041cfe16e0c (patch)
treefe7b5079075762c5028616802eed96a9e88f10f8 /src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt
parent8c66016bb3041793961375178d470546519e0e69 (diff)
downloadfirmament-fac6103658b2c8d6bab3598606d57041cfe16e0c.tar.gz
firmament-fac6103658b2c8d6bab3598606d57041cfe16e0c.tar.bz2
firmament-fac6103658b2c8d6bab3598606d57041cfe16e0c.zip
Add armor texture overrides
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt')
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt b/src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt
index 7c2d5ab..63ebf89 100644
--- a/src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt
+++ b/src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt
@@ -35,6 +35,7 @@ object CustomSkyBlockTextures : FirmamentFeature {
val skullsEnabled by toggle("skulls-enabled") { true }
val cacheDuration by integer("cache-duration", 0, 20) { 1 }
val enableModelOverrides by toggle("model-overrides") { true }
+ val enableArmorOverrides by toggle("armor-overrides") { true }
}
override val config: ManagedConfig