Tweak item appearance of internal items
This commit is contained in:
parent
47f7b21190
commit
e09a72ed59
9 changed files with 15 additions and 8 deletions
|
@ -20,7 +20,6 @@ minetest.register_node("mesecons_solarpanel:solar_panel_on", {
|
|||
fixed = boxes
|
||||
},
|
||||
drop = "mesecons_solarpanel:solar_panel_off",
|
||||
description=S("Daylight Sensor"),
|
||||
_doc_items_create_entry = false,
|
||||
groups = {handy=1,axey=1, not_in_creative_inventory = 1, material_wood=1},
|
||||
sounds = mcl_sounds.node_sound_glass_defaults(),
|
||||
|
@ -139,7 +138,6 @@ minetest.register_node("mesecons_solarpanel:solar_panel_inverted_on", {
|
|||
},
|
||||
drop = "mesecons_solarpanel:solar_panel_off",
|
||||
groups = {handy=1,axey=1, not_in_creative_inventory = 1, material_wood=1},
|
||||
description=S("Inverted Daylight Sensor"),
|
||||
_doc_items_create_entry = false,
|
||||
sounds = mcl_sounds.node_sound_glass_defaults(),
|
||||
mesecons = {receptor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue