replacement node for airbrush

master
Vanessa Dannenberg 2018-08-28 02:16:00 -04:00 committed by sofar
parent 2b2e760c0d
commit 7715f09af0
1 changed files with 1 additions and 0 deletions

View File

@ -377,6 +377,7 @@ if minetest.get_modpath("unifieddyes") then
minetest.override_item("default:steelblock", {
palette = "unifieddyes_palette_extended.png",
airbrush_replacement_node = "steel:steel_block",
groups = {cracky=1, level=2, ud_param2_colorable=1},
})