summaryrefslogtreecommitdiff
path: root/unifiedbricks
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-23 20:05:19 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-23 20:05:19 -0400
commit6d28a6dd1a5dbaaba0e08087220aed861d7a5699 (patch)
treede31480012b247604a620a15a58e1d7061c80268 /unifiedbricks
parentb5a777047be2f7e547ef09b9dc6768f20b18de9b (diff)
downloaddreambuilder_modpack-6d28a6dd1a5dbaaba0e08087220aed861d7a5699.tar
dreambuilder_modpack-6d28a6dd1a5dbaaba0e08087220aed861d7a5699.tar.gz
dreambuilder_modpack-6d28a6dd1a5dbaaba0e08087220aed861d7a5699.tar.bz2
dreambuilder_modpack-6d28a6dd1a5dbaaba0e08087220aed861d7a5699.tar.xz
dreambuilder_modpack-6d28a6dd1a5dbaaba0e08087220aed861d7a5699.zip
update unifiedbricks
Diffstat (limited to 'unifiedbricks')
-rw-r--r--unifiedbricks/init.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/unifiedbricks/init.lua b/unifiedbricks/init.lua
index 80eba02..b061bb2 100644
--- a/unifiedbricks/init.lua
+++ b/unifiedbricks/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",