Make jukebox a fuel

This commit is contained in:
Wuzzy 2017-01-11 22:48:53 +01:00
parent b80d23d901
commit 180386886f
1 changed files with 5 additions and 0 deletions

View File

@ -141,3 +141,8 @@ minetest.register_node("mcl_jukebox:jukebox", {
end,
})
minetest.register_craft({
type = "fuel",
recipe = "mcl_jukebox:jukebox",
burntime = 15,
})