forked from VoxeLibre/VoxeLibre
Make jukebox a fuel
This commit is contained in:
parent
b80d23d901
commit
180386886f
|
@ -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 New Issue