diff --git a/mods/ethereal/wood.lua b/mods/ethereal/wood.lua index 887a8642..11828ef9 100644 --- a/mods/ethereal/wood.lua +++ b/mods/ethereal/wood.lua @@ -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"}, + } }) \ No newline at end of file