mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-18 08:15:11 +00: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,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mcl_jukebox:jukebox",
|
||||
burntime = 15,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue