From 0f236dfc27fa3922a1e339510f03f5a233b535f3 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sun, 5 Feb 2017 02:36:38 -0500 Subject: Update for unifieddyes changes --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 8bd6a69..96366f3 100644 --- a/init.lua +++ b/init.lua @@ -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", { -- cgit v1.2.3