Update 'mods/ethereal/wood.lua'

This commit is contained in:
thunderdog1138 2020-07-16 17:34:28 +00:00
parent 26e17a91dd
commit 0ae4e5c4bb
1 changed files with 7 additions and 0 deletions

View File

@ -278,4 +278,11 @@ minetest.register_node("ethereal:bush_stem", {
type = "fixed",
fixed = {-7 / 16, -0.5, -7 / 16, 7 / 16, 0.5, 7 / 16},
},
})
minetest.register_craft({
output = "default:stick 4",
recipe = {
{"ethereal:bush_stem"},
}
})