From 05deb34779b083ce93583b774636331d7b2549bc Mon Sep 17 00:00:00 2001
From: h-v-smacker <hans-von-smacker+github@gmail.com>
Date: Mon, 7 May 2018 06:51:53 +0300
Subject: backed clay support

---
 extranodes/init.lua | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'extranodes')

diff --git a/extranodes/init.lua b/extranodes/init.lua
index 44d3dc1..118dc0a 100644
--- a/extranodes/init.lua
+++ b/extranodes/init.lua
@@ -10,6 +10,15 @@ dofile(path.."/trampoline.lua")
 dofile(path.."/extratubes.lua")
 dofile(path.."/lox.lua")
 
+if minetest.get_modpath("bakedclay") then
+	-- bring back them sticks
+	minetest.register_craft( {
+		type = "shapeless",
+		output = "default:stick",
+		recipe = {"default:dry_shrub"}
+	})
+end
+
 if minetest.get_modpath("moreblocks") then
 
 	-- register stairsplus/circular_saw nodes
-- 
cgit v1.2.3