summaryrefslogtreecommitdiff
path: root/extranodes/init.lua
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-07 06:51:53 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-07 06:51:53 +0300
commit05deb34779b083ce93583b774636331d7b2549bc (patch)
tree8fe5f3127d153698ae13431a50c641b46da5aedf /extranodes/init.lua
parent8c8de4a2fbb7664b1087069f6a27a5df30ea8739 (diff)
backed clay support
Diffstat (limited to 'extranodes/init.lua')
-rw-r--r--extranodes/init.lua9
1 files changed, 9 insertions, 0 deletions
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