must specify palette for default clay and brick blocks

otherwise UD will complain and/or color them wrong on the first attempt
This commit is contained in:
Vanessa Ezekowitz 2017-03-04 23:49:25 -05:00
parent 5b776c1b9c
commit 7d9a32b0ee
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ minetest.register_node("unifiedbricks:brickblock", {
minetest.override_item("default:brick", {
ud_replacement_node = "unifiedbricks:brickblock",
palette = "unifieddyes_palette_extended.png",
groups = {cracky = 3, ud_param2_colorable = 1}
})
@ -136,6 +137,7 @@ minetest.register_node("unifiedbricks:clayblock", {
minetest.override_item("default:clay", {
ud_replacement_node = "unifiedbricks:clayblock",
palette = "unifieddyes_palette_extended.png",
groups = {crumbly = 3, ud_param2_colorable = 1}
})