Fix 'metal_age' achv working if crafting

This commit is contained in:
Wuzzy 2024-04-14 16:51:43 +02:00
parent 85f59a9786
commit 9f57303697

View File

@ -85,7 +85,7 @@ achievements.register_achievement(
title = S("Metal Age"),
description = S("Put a mineral and some fuel in a furnace to smelt an ingot."),
times = 1,
craftitem = "rp_default:ingot_wrought_iron",
item_icon = "rp_default:ingot_wrought_iron",
difficulty = 4,
})