mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2024-11-22 23:43:49 +01:00
use unified dyes' copy of the UD palette
This commit is contained in:
parent
4d4f38d035
commit
3cd6a4dcca
4
init.lua
4
init.lua
@ -101,7 +101,7 @@ minetest.register_node("unifiedbricks:brickblock", {
|
|||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "unifiedbricks_brick_block.obj",
|
mesh = "unifiedbricks_brick_block.obj",
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifiedbricks_ud_palette.png",
|
palette = "unifieddyes_palette.png",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {cracky=3, not_in_creative_inventory=1},
|
groups = {cracky=3, not_in_creative_inventory=1},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
@ -128,7 +128,7 @@ minetest.register_node("unifiedbricks:clayblock", {
|
|||||||
"unifiedbricks_clayblock.png",
|
"unifiedbricks_clayblock.png",
|
||||||
},
|
},
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifiedbricks_ud_palette.png",
|
palette = "unifieddyes_palette.png",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {crumbly=3, not_in_creative_inventory=1},
|
groups = {crumbly=3, not_in_creative_inventory=1},
|
||||||
sounds = default.node_sound_dirt_defaults({
|
sounds = default.node_sound_dirt_defaults({
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 443 B |
Loading…
Reference in New Issue
Block a user