summaryrefslogtreecommitdiff
path: root/bees/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bees/init.lua')
-rw-r--r--bees/init.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/bees/init.lua b/bees/init.lua
index 2c22f19..232d452 100644
--- a/bees/init.lua
+++ b/bees/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',