diff options
author | cheapie <no-email-for-you@example.com> | 2017-02-05 02:36:38 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2017-02-05 01:36:38 -0600 |
commit | 0f236dfc27fa3922a1e339510f03f5a233b535f3 (patch) | |
tree | 79ebae0f9d3b9987cd23d3b074072efb5f8de474 | |
parent | 6ea8c75c89b77ddb73c17b7db22b9d915dd180b1 (diff) | |
download | plasticbox-0f236dfc27fa3922a1e339510f03f5a233b535f3.tar plasticbox-0f236dfc27fa3922a1e339510f03f5a233b535f3.tar.gz plasticbox-0f236dfc27fa3922a1e339510f03f5a233b535f3.tar.bz2 plasticbox-0f236dfc27fa3922a1e339510f03f5a233b535f3.tar.xz plasticbox-0f236dfc27fa3922a1e339510f03f5a233b535f3.zip |
Update for unifieddyes changes
-rw-r--r-- | init.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,12 +2,11 @@ minetest.register_node("plasticbox:plasticbox", { description = "Plastic Box", tiles = {"plasticbox_white.png"}, is_ground_content = false, - groups = {choppy=1, snappy=1, oddly_breakable_by_hand=1}, + groups = {choppy=1, snappy=1, oddly_breakable_by_hand=1, ud_param2_colorable = 1}, sounds = default.node_sound_stone_defaults(), paramtype2 = "color", palette = "unifieddyes_palette.png", after_dig_node = unifieddyes.after_dig_node, - on_rightclick = unifieddyes.on_rightclick, }) stairsplus:register_all("plasticbox", "plasticbox", "plasticbox:plasticbox", { |