Shorten config names and descriptions
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user