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

@ -1546,7 +1546,7 @@ minetest.register_node("default:mossycobble", {
})
minetest.register_node("default:steelblock", {
description = "Steel Block",
description = "Block of Iron",
tiles = {"default_steel_block.png"},
is_ground_content = true,
stack_max = 64,