Merge pull request #7 from cheapie/master

Allow cooking honey into sugar
This commit is contained in:
Bas 2017-04-02 20:27:03 +02:00 committed by GitHub
commit cb6f60ef6e

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',