From c4c9a6defeb5fde2fa87c30c1b2e6d8e45347119 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 3 Jul 2021 19:23:31 +0200 Subject: [PATCH] Fix stack division --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 8fdc172..ad21e55 100644 --- a/init.lua +++ b/init.lua @@ -126,6 +126,7 @@ if coloredwood.enable_stairsplus then paramtype2 = "colorfacedir", palette = "unifieddyes_palette_greys.png", airbrush_replacement_node = "coloredwood:"..class.."_wood_grey"..shape, + drop = "moreblocks:"..class.."_wood"..shape, }) end end