From 4bfadffadc0884063b48f87f778c6ea345992565 Mon Sep 17 00:00:00 2001 From: PrairieAstronomer Date: Fri, 1 Jul 2022 14:04:33 -0600 Subject: [PATCH] Fixed Minor Formating in Advancement Definitions --- mods/HUD/mcl_achievements/init.lua | 8 ++++---- mods/HUD/mcl_achievements/locale/template.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mods/HUD/mcl_achievements/init.lua b/mods/HUD/mcl_achievements/init.lua index 5fa43544c..c6235963a 100644 --- a/mods/HUD/mcl_achievements/init.lua +++ b/mods/HUD/mcl_achievements/init.lua @@ -228,7 +228,7 @@ awards.register_achievement("mcl:whatAdeal", { -- Triggered in mcl_fishing awards.register_achievement("mcl:fishyBusiness", { title = S("Fishy Business"), - description = S("Catch a fish. \nHint: Catch a fish, salmon, clownfish, or pufferfish."), + description = S("Catch a fish.\nHint: Catch a fish, salmon, clownfish, or pufferfish."), icon = "mcl_fishing_fishing_rod.png", }) @@ -241,9 +241,9 @@ awards.register_achievement("mcl:countryLode", { -- Triggered in mcl_smithing_table awards.register_achievement("mcl:seriousDedication", { - title = S("Serious Dedication"), - description = S("Use a Netherite Ingot to upgrade a hoe, and then completely reevaluate your life choices"), - icon = "farming_tool_netheritehoe.png", + title = S("Serious Dedication"), + description = S("Use a Netherite Ingot to upgrade a hoe, and then completely reevaluate your life choices."), + icon = "farming_tool_netheritehoe.png", }) -- NON-PC ACHIEVEMENTS (XBox, Pocket Edition, etc.) diff --git a/mods/HUD/mcl_achievements/locale/template.txt b/mods/HUD/mcl_achievements/locale/template.txt index 80105f1f9..240d97a28 100644 --- a/mods/HUD/mcl_achievements/locale/template.txt +++ b/mods/HUD/mcl_achievements/locale/template.txt @@ -64,8 +64,8 @@ Charge a Respawn Anchor to the maximum.= What A Deal!= Successfully trade with a Villager.= Fishy Business= -Catch a fish. @nHint: Catch a fish, salmon, clownfish, or pufferfish.= +Catch a fish.@nHint: Catch a fish, salmon, clownfish, or pufferfish.= Country Lode,@nTake Me Home= Use a compass on a Lodestone.= Serious Dedication= -Use a Netherite Ingot to upgrade a hoe, and then completely reevaluate your life choices= +Use a Netherite Ingot to upgrade a hoe, and then completely reevaluate your life choices.=