fix airbrush not working

This commit is contained in:
Vanessa Dannenberg 2019-05-14 12:44:36 -04:00
parent ab77976512
commit e60c24c7bc
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ default.register_fence("coloredwood:fence", {
minetest.override_item("default:fence_wood", {
palette = "unifieddyes_palette_extended.png",
airbrush_replacement_node = "coloredwood:fence",
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, ud_param2_colorable = 1}
})