Made door alpha enabled by default - but you gotta be using shaders if

you are running an alpha-capable client!
This commit is contained in:
Vanessa Ezekowitz 2013-04-28 01:30:51 -04:00
parent 8f2090d3d3
commit b53043fa01
1 changed files with 2 additions and 2 deletions

View File

@ -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",