summaryrefslogtreecommitdiff
path: root/coloredwood
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 09:15:59 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 09:15:59 -0400
commitcefdd55cb0e5726d20935016862b2a708acfcfb7 (patch)
tree58c7236489cff26bacb44ae96fe02417869f56f2 /coloredwood
parentcb6e55b610b2dba587102e6503a61559e0b2e17f (diff)
downloaddreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.gz
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.bz2
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.xz
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.zip
updated blox, coloredwood, technic, steel, unified bricks, and unified dyes
Diffstat (limited to 'coloredwood')
-rw-r--r--coloredwood/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/coloredwood/init.lua b/coloredwood/init.lua
index e139c31..09f466a 100644
--- a/coloredwood/init.lua
+++ b/coloredwood/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},
})