Make bowl a furnace fuel

This commit is contained in:
Wuzzy 2017-01-12 01:23:22 +01:00
parent 0581f487a6
commit 580432b328
1 changed files with 6 additions and 2 deletions

View File

@ -764,8 +764,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'default:snowblock',
recipe = {
@ -1062,6 +1060,12 @@ minetest.register_craft({
burntime = 5,
})
minetest.register_craft({
type = "fuel",
recipe = "default:bowl",
burntime = 5,
})
minetest.register_craft({
type = "fuel",
recipe = "default:stick",