From d77d445edfd574ab85299d4421accbc16aa7cda6 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 23 Jun 2017 20:04:23 -0400 Subject: [PATCH] don't use texture alpha on brick blocks --- init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.lua b/init.lua index 80eba02..b061bb2 100644 --- a/init.lua +++ b/init.lua @@ -100,7 +100,6 @@ minetest.register_node("unifiedbricks:brickblock", { overlay_tiles = { { name = "unifiedbricks_mortar.png", color = "white" } }, - use_texture_alpha = true, paramtype = "light", paramtype2 = "color", palette = "unifieddyes_palette_extended.png", @@ -155,7 +154,6 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_dark", { overlay_tiles = { { name = "unifiedbricks_mortar2.png", color = "white" } }, - use_texture_alpha = true, paramtype = "light", paramtype2 = "color", palette = "unifieddyes_palette_extended.png", @@ -176,7 +174,6 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_medium", { overlay_tiles = { { name = "unifiedbricks_mortar3.png", color = "white" } }, - use_texture_alpha = true, paramtype = "light", paramtype2 = "color", palette = "unifieddyes_palette_extended.png", @@ -197,7 +194,6 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_light", { overlay_tiles = { { name = "unifiedbricks_mortar4.png", color = "white" } }, - use_texture_alpha = true, paramtype = "light", paramtype2 = "color", palette = "unifieddyes_palette_extended.png",