Shorten config names and descriptions

This commit is contained in:
Patrick
2022-06-23 18:32:24 +04:00
parent fae71725fa
commit 411b0333fe

View File

@@ -10,8 +10,8 @@ public interface EasyGiantsFoundryConfig extends Config {
@ConfigItem( @ConfigItem(
keyName = "giantsFoundryStageNotification", keyName = "giantsFoundryStageNotification",
name = "Enable stage notifications", name = "Notify stage changes",
description = "Configures whether to notify you when you are about to finish a stage.", description = "Notifies just before completing a stage",
position = 0 position = 0
) )
default boolean showGiantsFoundryStageNotifications() default boolean showGiantsFoundryStageNotifications()
@@ -21,8 +21,8 @@ public interface EasyGiantsFoundryConfig extends Config {
@ConfigItem( @ConfigItem(
keyName = "giantsFoundryHeatNotification", keyName = "giantsFoundryHeatNotification",
name = "Enable heat notifications", name = "Notify heat changes",
description = "Configures whether to notify you when you are about to run out of heat.", description = "Notifies just before overheating/cooling when using tools",
position = 1 position = 1
) )
default boolean showGiantsFoundryHeatNotifications() default boolean showGiantsFoundryHeatNotifications()