Armor Advancement Definitions (Commented out, but ready for me to use later)

This commit is contained in:
PrairieAstronomer 2022-06-03 10:38:51 -06:00
parent 6c9fc8c963
commit cd75d6ffd2
1 changed files with 19 additions and 0 deletions

View File

@ -234,6 +234,25 @@ awards.register_achievement("mcl:fishyBusiness", {
icon = "mcl_fishing_fishing_rod.png",
})
-- Armor Advancements
--[[awards.register_achievement("mcl:suitUp", {
title = S("Suit Up"),
description = S("Protect yourself with a piece of iron armor."),
icon = "mcl_armor_inv_chestplate_iron.png",
})]]--
--[[awards.register_achievement("mcl:coverMeDiamonds", {
title = S("Cover Me with Diamonds"),
description = S("Diamond armor saves lives."),
icon = "mcl_armor_inv_chestplate_diamond.png",
})]]--
--[[awards.register_achievement("mcl:coverMeDebris", {
title = S("Cover Me in Debris"),
description = S("Get a full suit of Netherite armor."),
icon = "mcl_armor_inv_chestplate_netherite.png",
})]]--
-- NON-PC ACHIEVEMENTS (XBox, Pocket Edition, etc.)
if non_pc_achievements then