Rename *steel* itemstrings to *iron*
This commit is contained in:
parent
b5a4adc2e3
commit
f905c32289
20 changed files with 80 additions and 97 deletions
|
@ -26,5 +26,5 @@ minetest.register_tool("mcl_fire:flint_and_steel", {
|
|||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
output = 'mcl_fire:flint_and_steel',
|
||||
recipe = { 'mcl_core:steel_ingot', 'mcl_core:flint'},
|
||||
recipe = { 'mcl_core:iron_ingot', 'mcl_core:flint'},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue