copper door

This commit is contained in:
Toby plowy 2017-02-19 03:08:37 +01:00
parent 86b330f470
commit d81940ceaf
3 changed files with 12 additions and 0 deletions

View File

@ -449,6 +449,18 @@ doors.register("door_wood", {
}
})
doors.register("door_copper", {
tiles = {{ name = "doors_door_copper.png", backface_culling = true }},
description = "Copper Door",
inventory_image = "doors_item_copper.png",
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
recipe = {
{"default:copper_ingot", "default:copper_ingot"},
{"default:copper_ingot", "default:copper_ingot"},
{"default:copper_ingot", "default:copper_ingot"},
}
})
doors.register("door_bamboo", {
tiles = {{ name = "doors_door_bamboo.png", backface_culling = true }},
description = "Bamboo Door",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B