Fix door/gate block use_texture_alpha issue

This commit is contained in:
Joachim Stolberg 2021-05-13 20:30:43 +02:00
parent 58be0ea2dd
commit 600c12dc88
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ for idx,pgn in ipairs(tPgns) do
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
use_texture_alpha = techage.CLIP, use_texture_alpha = techage.BLEND,
sunlight_propagates = true, sunlight_propagates = true,
sounds = default.node_sound_stone_defaults(), sounds = default.node_sound_stone_defaults(),
groups = {cracky=2, choppy=2, crumbly=2, techage_door = 1, groups = {cracky=2, choppy=2, crumbly=2, techage_door = 1,

View File

@ -73,7 +73,7 @@ for idx,pgn in ipairs(tPgns) do
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
use_texture_alpha = techage.CLIP, use_texture_alpha = techage.BLEND,
sunlight_propagates = true, sunlight_propagates = true,
sounds = default.node_sound_stone_defaults(), sounds = default.node_sound_stone_defaults(),
groups = {cracky=2, choppy=2, crumbly=2, techage_door = 1, groups = {cracky=2, choppy=2, crumbly=2, techage_door = 1,