Rename “Steel” to “Iron”

This commit is contained in:
Wuzzy 2017-01-04 05:29:55 +01:00
parent 22a4a76d60
commit fed5c9c527
9 changed files with 24 additions and 22 deletions

View file

@ -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")