a n-ice door that is super cool

This commit is contained in:
Toby plowy 2017-09-20 02:09:03 +02:00
parent 80e49dca44
commit d3756cb474
3 changed files with 15 additions and 0 deletions

View File

@ -585,6 +585,21 @@ doors.register("door_steel", {
}
})
doors.register("door_ice", {
tiles = {{name = "doors_door_ice.png", backface_culling = true}},
description = "ice Door",
inventory_image = "doors_item_ice.png",
groups = {door=1, cracky=3, oddly_breakable_by_hand=3},
sounds = default.node_sound_glass_defaults(),
sound_open = "doors_glass_door_open",
sound_close = "doors_glass_door_close",
recipe = {
{"default:ice", "default:ice"},
{"default:ice", "default:ice"},
{"default:ice", "default:ice"},
}
})
doors.register("door_glass", {
tiles = {"doors_door_glass.png"},
description = "Glass Door",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B