diff --git a/init.lua b/init.lua index 2c22f19..232d452 100644 --- a/init.lua +++ b/init.lua @@ -567,6 +567,15 @@ } }) + if minetest.get_modpath('bushes_classic') then + minetest.register_craft({ + type = 'cooking', + cooktime = 5, + recipe = 'bees:bottle_honey', + output = 'bushes:sugar', + }) + end + --TOOLS minetest.register_tool('bees:smoker', { description = 'smoker',