1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2024-09-27 15:20:17 +02:00

fix airbrush not working

This commit is contained in:
Vanessa Dannenberg 2019-05-14 12:44:36 -04:00
parent ab77976512
commit e60c24c7bc

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