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

@ -45,7 +45,7 @@ minetest.register_node("df_primordial_items:glow_orb_hanging", {
walkable = false,
light_source = 6,
sounds = df_primordial_items.sounds.leaves,
use_texture_alpha = true,
use_texture_alpha = "clip",
sunlight_propagates = true,
})