From bfeb7ea31e6a91dbeb2c0faca1f5a8bfbb71249b Mon Sep 17 00:00:00 2001 From: Superkat32 Date: Tue, 3 Oct 2023 20:13:40 -0400 Subject: [PATCH] en_us.json improvements FIX: Added missing config option en_us.json entries REFACTOR: Updated some tooltips to be easier to read on bigger GUI sizes(notably the longer tooltips) REFACTOR: Updated the title language entry ever so slightly --- .../assets/realisticsleep/lang/en_us.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/main/resources/assets/realisticsleep/lang/en_us.json b/src/main/resources/assets/realisticsleep/lang/en_us.json index 4cda765..f58263f 100644 --- a/src/main/resources/assets/realisticsleep/lang/en_us.json +++ b/src/main/resources/assets/realisticsleep/lang/en_us.json @@ -1,19 +1,22 @@ { - "text.autoconfig.realisticsleep.title": "Realistic Sleep mod config", - "text.autoconfig.realisticsleep.option.dawnMessage": "Dawn message", - "text.autoconfig.realisticsleep.option.dawnMessage.@Tooltip": "The message that will be displayed to all players on the action bar after sleeping through the night.", + "text.autoconfig.realisticsleep.title": "Realistic Sleep Config", + "text.autoconfig.realisticsleep.option.sendDawnMessage": "Send dawn message?", + "text.autoconfig.realisticsleep.option.sendDawnMessage.@Tooltip": "Send a message to all players at dawn.", + "text.autoconfig.realisticsleep.option.dawnMessage.@Tooltip": "The message displayed to all players at dawn.", "text.autoconfig.realisticsleep.option.sendSleepingMessage": "Send sleeping message?", - "text.autoconfig.realisticsleep.option.sendSleepingMessage.@Tooltip": "Toggles the \"x/y players are sleeping through this night (time until dawn: z)\" message on the actionbar.", + "text.autoconfig.realisticsleep.option.sendSleepingMessage.@Tooltip": "Toggles the \"players are sleeping through this night...\" message.", + "text.autoconfig.realisticsleep.option.showTimeUntilDawn": "Show time until dawn?", + "text.autoconfig.realisticsleep.option.showTimeUntilDawn.@Tooltip": "Displays the seconds until dawn.", "text.autoconfig.realisticsleep.option.sendNotEnoughPlayersSleepingMessage": "Send not enough players sleeping message?", - "text.autoconfig.realisticsleep.option.sendNotEnoughPlayersSleepingMessage.@Tooltip": "Toggles the \"x/y players are currently sleeping. z/w players are required to sleep through the night.\" message on the actionbar.", + "text.autoconfig.realisticsleep.option.sendNotEnoughPlayersSleepingMessage.@Tooltip": "Toggles the amount of players who need to sleep to skip to dawn message.", "text.autoconfig.realisticsleep.option.sleepSpeedCurve": "Sleep speed curve", - "text.autoconfig.realisticsleep.option.sleepSpeedCurve.@Tooltip": "The curve which is used to determine the multiplier of the speed of the night as time progresses.", + "text.autoconfig.realisticsleep.option.sleepSpeedCurve.@Tooltip": "The curve used to determine the speed multiplier of the night as time progresses.", "text.autoconfig.realisticsleep.option.sleepSpeedMultiplier": "Sleep speed multiplier", "text.autoconfig.realisticsleep.option.sleepSpeedMultiplier.@Tooltip": "How many times faster the night should go.", "text.autoconfig.realisticsleep.option.blockEntityTickSpeedMultiplier": "Block entity tick speed multiplier", "text.autoconfig.realisticsleep.option.blockEntityTickSpeedMultiplier.@Tooltip": "How many times faster block entities like furnaces should tick.", "text.autoconfig.realisticsleep.option.chunkTickSpeedMultiplier": "Chunk tick speed multiplier", - "text.autoconfig.realisticsleep.option.chunkTickSpeedMultiplier.@Tooltip": "How many times faster chunks should tick. There's a reason this is disabled by default, enable at your own risk. Insane TPS loss is guaranteed.", + "text.autoconfig.realisticsleep.option.chunkTickSpeedMultiplier.@Tooltip": "How many times faster chunks should tick. Enable at your own risk. Insane TPS loss is guaranteed!!!!!", "text.autoconfig.realisticsleep.option.raidTickSpeedMultiplier": "Raid tick speed multiplier", "text.autoconfig.realisticsleep.option.raidTickSpeedMultiplier.@Tooltip": "How many times faster raid timers should tick .", "text.autoconfig.realisticsleep.option.entityTickSpeedMultiplier": "Entity tick speed multiplier",