don't use texture alpha on brick blocks
This commit is contained in:
parent
369295d516
commit
d77d445edf
4
init.lua
4
init.lua
@ -100,7 +100,6 @@ minetest.register_node("unifiedbricks:brickblock", {
|
|||||||
overlay_tiles = {
|
overlay_tiles = {
|
||||||
{ name = "unifiedbricks_mortar.png", color = "white" }
|
{ name = "unifiedbricks_mortar.png", color = "white" }
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette_extended.png",
|
palette = "unifieddyes_palette_extended.png",
|
||||||
@ -155,7 +154,6 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_dark", {
|
|||||||
overlay_tiles = {
|
overlay_tiles = {
|
||||||
{ name = "unifiedbricks_mortar2.png", color = "white" }
|
{ name = "unifiedbricks_mortar2.png", color = "white" }
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette_extended.png",
|
palette = "unifieddyes_palette_extended.png",
|
||||||
@ -176,7 +174,6 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_medium", {
|
|||||||
overlay_tiles = {
|
overlay_tiles = {
|
||||||
{ name = "unifiedbricks_mortar3.png", color = "white" }
|
{ name = "unifiedbricks_mortar3.png", color = "white" }
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette_extended.png",
|
palette = "unifieddyes_palette_extended.png",
|
||||||
@ -197,7 +194,6 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_light", {
|
|||||||
overlay_tiles = {
|
overlay_tiles = {
|
||||||
{ name = "unifiedbricks_mortar4.png", color = "white" }
|
{ name = "unifiedbricks_mortar4.png", color = "white" }
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette_extended.png",
|
palette = "unifieddyes_palette_extended.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user