diff options
author | cheapie <no-email-for-you@example.com> | 2017-03-19 02:19:15 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2017-03-19 02:19:15 -0500 |
commit | 977810d324ae60e8883a470aec8184d1fcbc3c32 (patch) | |
tree | dab055100cda653f85b990469cd65f54051f473e | |
parent | 185fce5cf278ca970df525866dd0d28e6c192645 (diff) | |
download | plasticbox-977810d324ae60e8883a470aec8184d1fcbc3c32.tar plasticbox-977810d324ae60e8883a470aec8184d1fcbc3c32.tar.gz plasticbox-977810d324ae60e8883a470aec8184d1fcbc3c32.tar.bz2 plasticbox-977810d324ae60e8883a470aec8184d1fcbc3c32.tar.xz plasticbox-977810d324ae60e8883a470aec8184d1fcbc3c32.zip |
Update for unifieddyes changes
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ minetest.register_node("plasticbox:plasticbox", { after_dig_node = unifieddyes.after_dig_node, place_param2 = 240, on_construct = unifieddyes.on_construct, + after_place_node = unifieddyes.recolor_on_place, }) stairsplus:register_all("plasticbox", "plasticbox", "plasticbox:plasticbox", { |