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

master
Vanessa Dannenberg 2019-07-18 02:09:48 -04:00
parent 10cb913a78
commit ea3f8ad7a5
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ minetest.register_node("plasticbox:plasticbox", {
paramtype2 = "color",
palette = "unifieddyes_palette_extended.png",
on_construct = unifieddyes.on_construct,
on_dig = unifieddyes.on_dig,
})
if minetest.global_exists("stairsplus") then