diff options
author | cheapie <no-email-for-you@example.com> | 2017-03-14 00:55:50 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2017-03-14 00:55:50 -0500 |
commit | 185fce5cf278ca970df525866dd0d28e6c192645 (patch) | |
tree | 8a7a435b08f695817764a96e26bf4d71c321d323 | |
parent | c4ed5a170545c4ef144bea7a12a13ac2404d8c90 (diff) | |
download | plasticbox-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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", { |