Skip to content

Commit

Permalink
Merge pull request #7 from cheapie/master
Browse files Browse the repository at this point in the history
Allow cooking honey into sugar
  • Loading branch information
bas080 committed Apr 2, 2017
2 parents 47e0562 + 4bc7b5e commit cb6f60e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions init.lua
Expand Up @@ -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',
Expand Down

0 comments on commit cb6f60e

Please sign in to comment.