summaryrefslogtreecommitdiff
path: root/wood.lua
diff options
context:
space:
mode:
Diffstat (limited to 'wood.lua')
-rw-r--r--wood.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/wood.lua b/wood.lua
index 9c28150..7003b89 100644
--- a/wood.lua
+++ b/wood.lua
@@ -147,6 +147,15 @@ minetest.register_node("ethereal:scorched_tree", { -- Scorched Trunk
paramtype2 = "facedir",
})
+minetest.register_craft({
+ output = "ethereal:scorched_tree 8",
+ recipe = {
+ {"group:tree", "group:tree", "group:tree"},
+ {"group:tree", "default:torch", "group:tree"},
+ {"group:tree", "group:tree", "group:tree"},
+ }
+})
+
minetest.register_node("ethereal:mushroom_trunk", { -- Mushroom Trunk
description = "Mushroom",
tiles = {"mushroom_trunk_top.png", "mushroom_trunk_top.png", "mushroom_trunk.png"},