mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 06:30:34 +02:00
update use_texture_alpha properties
This commit is contained in:
@ -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,
|
||||
})
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user