Allow cooking honey into sugar

This commit is contained in:
Carter Kolwey 2017-04-01 00:44:43 -05:00
parent 47e0562bd2
commit 4bc7b5ecbf

View File

@ -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 --TOOLS
minetest.register_tool('bees:smoker', { minetest.register_tool('bees:smoker', {
description = 'smoker', description = 'smoker',