use unified dyes' copy of the UD palette

This commit is contained in:
Vanessa Ezekowitz 2017-01-25 14:16:11 -05:00
parent 4d4f38d035
commit 3cd6a4dcca
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ minetest.register_node("unifiedbricks:brickblock", {
drawtype = "mesh",
mesh = "unifiedbricks_brick_block.obj",
paramtype2 = "color",
palette = "unifiedbricks_ud_palette.png",
palette = "unifieddyes_palette.png",
is_ground_content = true,
groups = {cracky=3, not_in_creative_inventory=1},
sounds = default.node_sound_stone_defaults(),
@ -128,7 +128,7 @@ minetest.register_node("unifiedbricks:clayblock", {
"unifiedbricks_clayblock.png",
},
paramtype2 = "color",
palette = "unifiedbricks_ud_palette.png",
palette = "unifieddyes_palette.png",
is_ground_content = true,
groups = {crumbly=3, not_in_creative_inventory=1},
sounds = default.node_sound_dirt_defaults({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 B