use Unified Dyes on_dig where needed - requires Unified Dyes commit 9ff40a7f or later

master
Vanessa Dannenberg 2019-07-18 02:12:06 -04:00
parent aa50e41d4a
commit 0450d8f82b
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ minetest.register_node("solidcolor:block", {
paramtype2 = "color",
palette = "unifieddyes_palette_extended.png",
on_construct = unifieddyes.on_construct,
on_dig = unifieddyes.on_dig,
})
minetest.register_craft( {