1
0
Fork 0

Fix a typo in Acquire Hardware achievement

This commit is contained in:
uqers 2023-05-18 02:14:19 +00:00
parent 00a950721d
commit 9f39adcc9e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ awards.register_achievement("mcl:skysTheLimit", {
-- Smelting achivements: These are awarded when picking up an item from a furnace
-- output. They are given in mcl_furnaces.
awards.register_achievement("mcl:acquireIron", {
title = S("Aquire Hardware"),
title = S("Acquire Hardware"),
description = S("Take an iron ingot from a furnace's output slot.\nHint: To smelt an iron ingot, put a fuel (like coal) and iron ore into a furnace."),
icon = "default_steel_ingot.png",
type = "Advancement",