Corrige crash au démarrage

This commit is contained in:
Sys Quatre 2020-06-20 15:11:28 +02:00
parent 042d2867f7
commit 63f8499203
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ if coloredwood.enable_stairsplus then
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