Add fire metadata to many nodes (unused for now)

This commit is contained in:
Wuzzy 2020-04-18 23:24:42 +02:00
parent 6a77a54034
commit e268370452
24 changed files with 51 additions and 42 deletions

View file

@ -132,7 +132,7 @@ minetest.register_node("mcl_jukebox:jukebox", {
_doc_items_usagehelp = S("Place a music disc into an empty jukebox to insert the music disc and play music. If the jukebox already has a music disc, you will retrieve this music disc first. The music can only be heard by you, not by other players."),
tiles = {"mcl_jukebox_top.png", "mcl_jukebox_side.png", "mcl_jukebox_side.png"},
sounds = mcl_sounds.node_sound_wood_defaults(),
groups = {handy=1,axey=1, container=7, deco_block=1, material_wood=1},
groups = {handy=1,axey=1, container=7, deco_block=1, material_wood=1, flammable=-1},
is_ground_content = false,
on_construct = function(pos)
local meta = minetest.get_meta(pos)