Add birch tree nodes
This commit is contained in:
parent
55316472f1
commit
6925a07ae7
9 changed files with 74 additions and 7 deletions
|
@ -342,6 +342,15 @@ doors:register_door("doors:door_birch", {
|
|||
tiles_top = {"door_birch_a.png", "door_brown.png"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "doors:door_birch 3",
|
||||
recipe = {
|
||||
{"default:birchwood", "default:birchwood"},
|
||||
{"default:birchwood", "default:birchwood"},
|
||||
{"default:birchwood", "default:birchwood"},
|
||||
}
|
||||
})
|
||||
|
||||
--- dark oak Door --
|
||||
doors:register_door("doors:door_dark_oak", {
|
||||
description = "Dark Oak Door",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue