From 921c05da0d057469032fe9aced321503f1f0d498 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 4 Feb 2017 20:11:09 -0500 Subject: updated several mods to use newer unified dyes API blox, bobblocks, coloredwood, framedglass, homedecor, ilights, plasticbox, stained_glass, unifiedbricks, and of course unified dyes. --- plasticbox/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plasticbox') diff --git a/plasticbox/init.lua b/plasticbox/init.lua index 8bd6a69..96366f3 100644 --- a/plasticbox/init.lua +++ b/plasticbox/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