Merge pull request #7 from cheapie/master
Allow cooking honey into sugar
This commit is contained in:
commit
cb6f60ef6e
9
init.lua
9
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
|
--TOOLS
|
||||||
minetest.register_tool('bees:smoker', {
|
minetest.register_tool('bees:smoker', {
|
||||||
description = 'smoker',
|
description = 'smoker',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user