1
0
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:
Vanessa Dannenberg 2018-09-13 22:33:11 -04:00
parent ec415e4e37
commit e7ef0cf91e

View File

@ -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