diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-14 02:15:40 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-14 02:15:40 -0400 |
commit | ae7625d9f7b1ed1e55d6a980680805802b0d5e16 (patch) | |
tree | da3ed397415826e8379b46ab79111f6996381036 /extranodes | |
parent | 0ad8012cd308866a76d42b99de4434e0d85587b8 (diff) |
use unified dyes on_construct handler
in fencepost-style cable clip to set 256-color palette meta key on place
Diffstat (limited to 'extranodes')
-rw-r--r-- | extranodes/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extranodes/init.lua b/extranodes/init.lua index 90caab3..7dda22f 100644 --- a/extranodes/init.lua +++ b/extranodes/init.lua @@ -125,6 +125,7 @@ if minetest.get_modpath("unifieddyes") then paramtype = "light", paramtype2 = "color", palette = "unifieddyes_palette_extended.png", + on_construct = unifieddyes.on_construct, after_dig_node = unifieddyes.after_dig_node, drawtype = "nodebox", node_box = { |