feat: Add descriptions for config options
This commit is contained in:
@@ -44,6 +44,7 @@ abstract class ManagedConfig(
|
||||
;
|
||||
|
||||
val labelText: Text = Text.translatable("firmament.config.category.${name.lowercase()}")
|
||||
val description: Text = Text.translatable("firmament.config.category.${name.lowercase()}.description")
|
||||
val configs: MutableList<ManagedConfig> = mutableListOf()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user