mirror of
https://github.com/mt-mods/coloredwood.git
synced 2024-11-15 23:20:20 +01:00
fix airbrush not working
This commit is contained in:
parent
ab77976512
commit
e60c24c7bc
1
init.lua
1
init.lua
|
@ -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}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user