Rename “Steel” to “Iron”
This commit is contained in:
parent
22a4a76d60
commit
fed5c9c527
9 changed files with 24 additions and 22 deletions
|
@ -53,7 +53,7 @@ minetest.register_craftitem("default:clay_lump", {
|
|||
})
|
||||
|
||||
minetest.register_craftitem("default:steel_ingot", {
|
||||
description = "Steel Ingot",
|
||||
description = "Iron Ingot",
|
||||
inventory_image = "default_steel_ingot.png",
|
||||
stack_max = 64,
|
||||
})
|
||||
|
@ -144,4 +144,6 @@ minetest.register_craftitem("default:quartz_crystal", {
|
|||
description = "Quartz Crystal",
|
||||
inventory_image = "default_quartz_crystal.png",
|
||||
stack_max = 64,
|
||||
})
|
||||
})
|
||||
|
||||
minetest.register_alias("default:steel_ingot", "default:iron_ingot")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue