mirror of
https://github.com/cheapie/plasticbox.git
synced 2025-03-04 08:44:36 +01:00
Update for unifieddyes changes
This commit is contained in:
committed by
cheapie
parent
82f9d10ff0
commit
49226129d1
3
init.lua
3
init.lua
@ -2,12 +2,11 @@ minetest.register_node("plasticbox:plasticbox", {
|
|||||||
description = "Plastic Box",
|
description = "Plastic Box",
|
||||||
tiles = {"plasticbox_white.png"},
|
tiles = {"plasticbox_white.png"},
|
||||||
is_ground_content = false,
|
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(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette.png",
|
palette = "unifieddyes_palette.png",
|
||||||
after_dig_node = unifieddyes.after_dig_node,
|
after_dig_node = unifieddyes.after_dig_node,
|
||||||
on_rightclick = unifieddyes.on_rightclick,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
stairsplus:register_all("plasticbox", "plasticbox", "plasticbox:plasticbox", {
|
stairsplus:register_all("plasticbox", "plasticbox", "plasticbox:plasticbox", {
|
||||||
|
Reference in New Issue
Block a user