From b53043fa01c5aac1812f068aa58fbcf811dea206 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 28 Apr 2013 01:30:51 -0400 Subject: [PATCH] Made door alpha enabled by default - but you gotta be using shaders if you are running an alpha-capable client! --- doors_and_gates.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doors_and_gates.lua b/doors_and_gates.lua index 8163dd34..6f83d65f 100644 --- a/doors_and_gates.lua +++ b/doors_and_gates.lua @@ -69,7 +69,7 @@ for i in ipairs(sides) do groups = {snappy=3, not_in_creative_inventory=1}, sounds = default.node_sound_wood_defaults(), walkable = true, --- use_texture_alpha = true, + use_texture_alpha = true, selection_box = selectboxes_top, node_box = { type = "fixed", @@ -96,7 +96,7 @@ for i in ipairs(sides) do groups = {snappy=3}, sounds = default.node_sound_wood_defaults(), walkable = true, --- use_texture_alpha = true, + use_texture_alpha = true, selection_box = selectboxes_bottom, node_box = { type = "fixed",