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

@ -157,7 +157,7 @@ doors:register_door("doors:door_wood", {
})
doors:register_door("doors:door_steel", {
description = "Steel Door",
description = "Iron Door",
inventory_image = "door_steel.png",
groups = {snappy=1,bendy=2,cracky=1,melty=2,level=2,door=1},
tiles_bottom = {"door_steel_b.png", "door_grey.png"},