mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-22 16:09:33 +01:00
Make jukebox a fuel
This commit is contained in:
parent
b80d23d901
commit
180386886f
1 changed files with 5 additions and 0 deletions
|
@ -141,3 +141,8 @@ minetest.register_node("mcl_jukebox:jukebox", {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "fuel",
|
||||||
|
recipe = "mcl_jukebox:jukebox",
|
||||||
|
burntime = 15,
|
||||||
|
})
|
||||||
|
|
Loading…
Reference in a new issue