update use_texture_alpha properties

This commit is contained in:
FaceDeer
2021-03-13 02:21:13 -07:00
parent 9a53e49fa8
commit 0acb3ab09b
14 changed files with 40 additions and 40 deletions

View File

@ -10,7 +10,7 @@ minetest.register_node("df_underworld_items:glow_amethyst", {
sounds = default.node_sound_glass_defaults(),
light_source = 6,
paramtype = "light",
use_texture_alpha = true,
use_texture_alpha = "blend",
drawtype = "glasslike",
sunlight_propagates = true,
})

View File

@ -21,7 +21,6 @@ local glowstone_def = {
groups = {cracky=3},
sounds = default.node_sound_glass_defaults(),
paramtype = "light",
--use_texture_alpha = true,
drawtype = "glasslike",
drop = "",
sunlight_propagates = true,