forked from VoxeLibre/VoxeLibre
Fixed Minor Formating in Advancement Definitions
This commit is contained in:
parent
f998f3bc05
commit
4bfadffadc
|
@ -242,7 +242,7 @@ 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"),
|
||||
description = S("Use a Netherite Ingot to upgrade a hoe, and then completely reevaluate your life choices."),
|
||||
icon = "farming_tool_netheritehoe.png",
|
||||
})
|
||||
|
||||
|
|
|
@ -68,4 +68,4 @@ 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.=
|
||||
|
|
Loading…
Reference in New Issue