Add fire metadata to many nodes (unused for now)
This commit is contained in:
parent
6a77a54034
commit
e268370452
24 changed files with 51 additions and 42 deletions
|
@ -25,7 +25,7 @@ S("• Anything else: Piano").."\n\n"..
|
|||
|
||||
S("The note block will only play a note when it is below air, otherwise, it stays silent."),
|
||||
tiles = {"mesecons_noteblock.png"},
|
||||
groups = {handy=1,axey=1, material_wood=1},
|
||||
groups = {handy=1,axey=1, material_wood=1, flammable=-1},
|
||||
is_ground_content = false,
|
||||
place_param2 = 0,
|
||||
on_rightclick = function (pos, node, clicker) -- change sound when rightclicked
|
||||
|
|
|
@ -21,7 +21,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel_on", {
|
|||
},
|
||||
drop = "mesecons_solarpanel:solar_panel_off",
|
||||
_doc_items_create_entry = false,
|
||||
groups = {handy=1,axey=1, not_in_creative_inventory = 1, material_wood=1},
|
||||
groups = {handy=1,axey=1, not_in_creative_inventory = 1, material_wood=1, flammable=-1},
|
||||
sounds = mcl_sounds.node_sound_glass_defaults(),
|
||||
mesecons = {receptor = {
|
||||
state = mesecon.state.on,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue