replace default:wood with "wood block" on airbrush

This commit is contained in:
Vanessa Dannenberg 2018-08-26 07:24:24 -04:00
parent f74bdd224f
commit 882a332c59
1 changed files with 1 additions and 0 deletions

View File

@ -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},
})