1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2025-07-14 22:00:30 +02:00

7 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -128,11 +128,13 @@ if coloredwood.enable_stairsplus then
shape = string.sub(i.name, 23)
end
local s1, s2 = is_stairsplus(i.name, false)
minetest.override_item(i.name, {
groups = groups2,
paramtype2 = "colorfacedir",
palette = "unifieddyes_palette_greys.png",
airbrush_replacement_node = "coloredwood:"..class.."_wood_grey_"..shape
airbrush_replacement_node = "coloredwood:"..class.."_wood_grey_"..shape,
drop = "moreblocks:"..s1.."_wood"..s2 -- NALC: Fix stack division with moreblocks
})
end
end

View File

@ -1 +1,2 @@
name = coloredwood
min_minetest_version = 5.2.0