mirror of
https://github.com/mt-mods/coloredwood.git
synced 2024-12-23 17:30:21 +01:00
add palette to cut stairsplus nodes
This commit is contained in:
parent
ec415e4e37
commit
e7ef0cf91e
1
init.lua
1
init.lua
@ -125,6 +125,7 @@ if coloredwood.enable_stairsplus then
|
||||
minetest.override_item(i.name, {
|
||||
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, wood = 1, not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||
paramtype2 = "colorfacedir",
|
||||
palette = "unifieddyes_palette_greys.png",
|
||||
airbrush_replacement_node = "coloredwood:"..class.."_wood_grey_"..shape
|
||||
})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user