Fix door/gate block use_texture_alpha issue
This commit is contained in:
parent
58be0ea2dd
commit
600c12dc88
@ -87,7 +87,7 @@ for idx,pgn in ipairs(tPgns) do
|
||||
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
use_texture_alpha = techage.CLIP,
|
||||
use_texture_alpha = techage.BLEND,
|
||||
sunlight_propagates = true,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
groups = {cracky=2, choppy=2, crumbly=2, techage_door = 1,
|
||||
|
@ -73,7 +73,7 @@ for idx,pgn in ipairs(tPgns) do
|
||||
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
use_texture_alpha = techage.CLIP,
|
||||
use_texture_alpha = techage.BLEND,
|
||||
sunlight_propagates = true,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
groups = {cracky=2, choppy=2, crumbly=2, techage_door = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user