forked from minetest-mods/technic
use unified dyes on_construct handler
in fencepost-style cable clip to set 256-color palette meta key on place
This commit is contained in:
parent
0ad8012cd3
commit
ae7625d9f7
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user