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:
@ -11,7 +11,7 @@ minetest.register_node("df_mapitems:glow_mese", {
|
||||
is_ground_content = false,
|
||||
light_source = 13,
|
||||
paramtype = "light",
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
drawtype = "glasslike",
|
||||
sunlight_propagates = true,
|
||||
})
|
||||
@ -36,7 +36,7 @@ minetest.register_node("df_mapitems:mese_crystal", {
|
||||
light_source = 12,
|
||||
is_ground_content = false,
|
||||
sounds = df_mapitems.sounds.glass,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
sunlight_propagates = true,
|
||||
on_place = df_mapitems.place_against_surface,
|
||||
})
|
||||
|
@ -20,7 +20,7 @@ minetest.register_node("df_mapitems:big_crystal", {
|
||||
"dfcaverns_glow_ruby4x.png",
|
||||
"dfcaverns_glow_ruby.png",
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
@ -48,7 +48,7 @@ minetest.register_node("df_mapitems:med_crystal", {
|
||||
"dfcaverns_glow_ruby.png",
|
||||
"dfcaverns_glow_ruby_quarter.png",
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
@ -77,7 +77,7 @@ minetest.register_node("df_mapitems:big_crystal_30", {
|
||||
"dfcaverns_glow_ruby4x.png",
|
||||
"dfcaverns_glow_ruby.png",
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
@ -129,7 +129,7 @@ minetest.register_node("df_mapitems:med_crystal_30", {
|
||||
"dfcaverns_glow_ruby.png",
|
||||
"dfcaverns_glow_ruby_quarter.png",
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
@ -166,7 +166,7 @@ minetest.register_node("df_mapitems:big_crystal_30_45", {
|
||||
"dfcaverns_glow_ruby4x.png",
|
||||
"dfcaverns_glow_ruby.png",
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
@ -204,7 +204,7 @@ minetest.register_node("df_mapitems:med_crystal_30_45", {
|
||||
"dfcaverns_glow_ruby4x.png",
|
||||
"dfcaverns_glow_ruby.png",
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
|
@ -12,7 +12,7 @@ minetest.register_node("df_mapitems:salt_crystal", {
|
||||
mesh = "underch_crystal.obj",
|
||||
light_source = 6,
|
||||
sounds = df_mapitems.sounds.glass,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
sunlight_propagates = true,
|
||||
is_ground_content = false,
|
||||
on_place = df_mapitems.place_against_surface,
|
||||
|
Reference in New Issue
Block a user