forked from mtcontrib/homedecor_modpack
add paramtype="light" to curtains
This commit is contained in:
parent
1d41b5ee18
commit
1ec16b5b53
@ -110,6 +110,7 @@ minetest.register_node("homedecor:curtain_closed", {
|
||||
walkable = false,
|
||||
groups = { snappy = 3 },
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
paramtype = "light",
|
||||
paramtype2 = "colorwallmounted",
|
||||
palette = "unifieddyes_palette_colorwallmounted.png",
|
||||
selection_box = { type = "wallmounted" },
|
||||
@ -141,6 +142,7 @@ minetest.register_node("homedecor:curtain_open", {
|
||||
walkable = false,
|
||||
groups = { snappy = 3 },
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
paramtype = "light",
|
||||
paramtype2 = "colorwallmounted",
|
||||
palette = "unifieddyes_palette_colorwallmounted.png",
|
||||
selection_box = { type = "wallmounted" },
|
||||
|
Loading…
Reference in New Issue
Block a user