forked from thunderdog1138/star_wars
Update 'mods/ethereal/wood.lua'
This commit is contained in:
parent
26e17a91dd
commit
0ae4e5c4bb
|
@ -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"},
|
||||
}
|
||||
})
|
Loading…
Reference in New Issue