forked from minetest-mods/unifiedbricks
Remove unused duplicate mortar textures (#9)
This commit is contained in:
parent
ef92eceeb6
commit
f341d63b01
6
init.lua
6
init.lua
@ -144,7 +144,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_dark", {
|
||||
"unifiedbricks_brickblock_multicolor_dark.png",
|
||||
},
|
||||
overlay_tiles = {
|
||||
{ name = "unifiedbricks_mortar2.png", color = "white" }
|
||||
{ name = "unifiedbricks_mortar.png", color = "white" }
|
||||
},
|
||||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
@ -162,7 +162,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_medium", {
|
||||
"unifiedbricks_brickblock_multicolor_medium.png"
|
||||
},
|
||||
overlay_tiles = {
|
||||
{ name = "unifiedbricks_mortar3.png", color = "white" }
|
||||
{ name = "unifiedbricks_mortar.png", color = "white" }
|
||||
},
|
||||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
@ -180,7 +180,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_light", {
|
||||
"unifiedbricks_brickblock_multicolor_light.png"
|
||||
},
|
||||
overlay_tiles = {
|
||||
{ name = "unifiedbricks_mortar4.png", color = "white" }
|
||||
{ name = "unifiedbricks_mortar.png", color = "white" }
|
||||
},
|
||||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 118 B After ![]() (image error) Size: 110 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 389 B After ![]() (image error) Size: 264 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 247 B After ![]() (image error) Size: 170 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 247 B |
Binary file not shown.
Before ![]() (image error) Size: 247 B |
Binary file not shown.
Before ![]() (image error) Size: 247 B |
Loading…
x
Reference in New Issue
Block a user