add paramtype="light" to curtains

This commit is contained in:
Vanessa Ezekowitz 2017-01-30 19:58:39 -05:00
parent 1d41b5ee18
commit 1ec16b5b53
1 changed files with 2 additions and 0 deletions

View File

@ -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" },