From 882a332c5929bf8bd878c107036e1279fc8d5abd Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sun, 26 Aug 2018 07:24:24 -0400 Subject: [PATCH] replace default:wood with "wood block" on airbrush --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index e139c31..09f466a 100644 --- a/init.lua +++ b/init.lua @@ -234,6 +234,7 @@ end minetest.override_item("default:wood", { palette = "unifieddyes_palette_extended.png", + airbrush_replacement_node = "coloredwood:wood_block", groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, wood = 1, ud_param2_colorable = 1}, })