From 63f8499203eb7d3239efca5d9929e5c24aae1aff Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 20 Jun 2020 15:11:28 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20crash=20au=20d=C3=A9marrage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 6345c59..dd684eb 100644 --- a/init.lua +++ b/init.lua @@ -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