Rename “Steel” to “Iron”
This commit is contained in:
parent
22a4a76d60
commit
fed5c9c527
9 changed files with 24 additions and 22 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue