From 0ae4e5c4bb4121a89a986e5abb26809981f2fc9e Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Thu, 16 Jul 2020 17:34:28 +0000 Subject: [PATCH] Update 'mods/ethereal/wood.lua' --- mods/ethereal/wood.lua | 7 +++++++ 1 file changed, 7 insertions(+) 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