Add birch tree nodes
This commit is contained in:
parent
55316472f1
commit
6925a07ae7
9 changed files with 74 additions and 7 deletions
|
@ -39,6 +39,13 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'default:birchwood 4',
|
||||
recipe = {
|
||||
{'default:birchtree'},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:torch 4",
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue