summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2017-03-14 00:55:50 -0500
committercheapie <no-email-for-you@example.com>2017-03-14 00:55:50 -0500
commit185fce5cf278ca970df525866dd0d28e6c192645 (patch)
tree8a7a435b08f695817764a96e26bf4d71c321d323
parentc4ed5a170545c4ef144bea7a12a13ac2404d8c90 (diff)
downloadplasticbox-185fce5cf278ca970df525866dd0d28e6c192645.tar
plasticbox-185fce5cf278ca970df525866dd0d28e6c192645.tar.gz
plasticbox-185fce5cf278ca970df525866dd0d28e6c192645.tar.bz2
plasticbox-185fce5cf278ca970df525866dd0d28e6c192645.tar.xz
plasticbox-185fce5cf278ca970df525866dd0d28e6c192645.zip
Use unifieddyes.on_construct
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index afbeed8..a82e123 100644
--- a/init.lua
+++ b/init.lua
@@ -8,6 +8,7 @@ minetest.register_node("plasticbox:plasticbox", {
palette = "unifieddyes_palette_extended.png",
after_dig_node = unifieddyes.after_dig_node,
place_param2 = 240,
+ on_construct = unifieddyes.on_construct,
})
stairsplus:register_all("plasticbox", "plasticbox", "plasticbox:plasticbox", {