summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-07-18 02:09:48 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-07-18 02:14:43 -0400
commitea3f8ad7a5ad08e74e52ab25ca966969de7e080e (patch)
tree963b5ed8f026037a3f1b9a7a81671e47c0e5b8ae
parent10cb913a7870dc06a0f7da1c400fbf1e59c0c2e9 (diff)
downloadplasticbox-master.tar
plasticbox-master.tar.gz
plasticbox-master.tar.bz2
plasticbox-master.tar.xz
plasticbox-master.zip
use Unified Dyes on_dig where needed - requires Unified Dyes commit 9ff40a7f or laterHEADmaster
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index aa707ec..1b4fe18 100644
--- a/init.lua
+++ b/init.lua
@@ -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