diff options
Diffstat (limited to 'technic_chests/mithril_chest.lua')
-rw-r--r-- | technic_chests/mithril_chest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic_chests/mithril_chest.lua b/technic_chests/mithril_chest.lua index 69e7f17..bd2b981 100644 --- a/technic_chests/mithril_chest.lua +++ b/technic_chests/mithril_chest.lua @@ -19,7 +19,7 @@ minetest.register_craft({ minetest.register_craft({ output = 'technic:mithril_locked_chest 1', recipe = { - {'technic:wrought_iron_ingot'}, + {'default:steel_ingot'}, {'technic:mithril_chest'}, } }) |