Skip to content

Commit

Permalink
Remove unused duplicate mortar textures (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerozxa committed May 29, 2022
1 parent ef92ece commit f341d63
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Binary file modified textures/unifiedbricks_brickblock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/unifiedbricks_clayblock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/unifiedbricks_mortar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed textures/unifiedbricks_mortar2.png
Binary file not shown.
Binary file removed textures/unifiedbricks_mortar3.png
Binary file not shown.
Binary file removed textures/unifiedbricks_mortar4.png
Binary file not shown.

0 comments on commit f341d63

Please sign in to comment.