mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-12-26 02:40:36 +01:00
update use_texture_alpha properties
This commit is contained in:
parent
9a53e49fa8
commit
0acb3ab09b
@ -11,7 +11,7 @@ minetest.register_node("df_mapitems:glow_mese", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
light_source = 13,
|
light_source = 13,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
@ -36,7 +36,7 @@ minetest.register_node("df_mapitems:mese_crystal", {
|
|||||||
light_source = 12,
|
light_source = 12,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sounds = df_mapitems.sounds.glass,
|
sounds = df_mapitems.sounds.glass,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
on_place = df_mapitems.place_against_surface,
|
on_place = df_mapitems.place_against_surface,
|
||||||
})
|
})
|
||||||
|
@ -20,7 +20,7 @@ minetest.register_node("df_mapitems:big_crystal", {
|
|||||||
"dfcaverns_glow_ruby4x.png",
|
"dfcaverns_glow_ruby4x.png",
|
||||||
"dfcaverns_glow_ruby.png",
|
"dfcaverns_glow_ruby.png",
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
@ -48,7 +48,7 @@ minetest.register_node("df_mapitems:med_crystal", {
|
|||||||
"dfcaverns_glow_ruby.png",
|
"dfcaverns_glow_ruby.png",
|
||||||
"dfcaverns_glow_ruby_quarter.png",
|
"dfcaverns_glow_ruby_quarter.png",
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
@ -77,7 +77,7 @@ minetest.register_node("df_mapitems:big_crystal_30", {
|
|||||||
"dfcaverns_glow_ruby4x.png",
|
"dfcaverns_glow_ruby4x.png",
|
||||||
"dfcaverns_glow_ruby.png",
|
"dfcaverns_glow_ruby.png",
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
@ -129,7 +129,7 @@ minetest.register_node("df_mapitems:med_crystal_30", {
|
|||||||
"dfcaverns_glow_ruby.png",
|
"dfcaverns_glow_ruby.png",
|
||||||
"dfcaverns_glow_ruby_quarter.png",
|
"dfcaverns_glow_ruby_quarter.png",
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
@ -166,7 +166,7 @@ minetest.register_node("df_mapitems:big_crystal_30_45", {
|
|||||||
"dfcaverns_glow_ruby4x.png",
|
"dfcaverns_glow_ruby4x.png",
|
||||||
"dfcaverns_glow_ruby.png",
|
"dfcaverns_glow_ruby.png",
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
@ -204,7 +204,7 @@ minetest.register_node("df_mapitems:med_crystal_30_45", {
|
|||||||
"dfcaverns_glow_ruby4x.png",
|
"dfcaverns_glow_ruby4x.png",
|
||||||
"dfcaverns_glow_ruby.png",
|
"dfcaverns_glow_ruby.png",
|
||||||
},
|
},
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -12,7 +12,7 @@ minetest.register_node("df_mapitems:salt_crystal", {
|
|||||||
mesh = "underch_crystal.obj",
|
mesh = "underch_crystal.obj",
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
sounds = df_mapitems.sounds.glass,
|
sounds = df_mapitems.sounds.glass,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
on_place = df_mapitems.place_against_surface,
|
on_place = df_mapitems.place_against_surface,
|
||||||
|
@ -45,7 +45,7 @@ minetest.register_node("df_primordial_items:glow_orb_hanging", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ minetest.register_node("df_primordial_items:fungal_grass_1", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ minetest.register_node("df_primordial_items:fungal_grass_2", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ minetest.register_node("df_primordial_items:glow_orb", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
light_source = 9,
|
light_source = 9,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ minetest.register_node("df_primordial_items:glow_orb_stalks", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ minetest.register_node("df_primordial_items:glow_pods", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ minetest.register_node("df_primordial_items:giant_fern_leaves", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
waving = 2,
|
waving = 2,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
after_place_node = df_primordial_items.after_place_leaves,
|
after_place_node = df_primordial_items.after_place_leaves,
|
||||||
drop = {
|
drop = {
|
||||||
@ -280,7 +280,7 @@ minetest.register_node("df_primordial_items:fern_sapling", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
if minetest.get_item_group(minetest.get_node({x=pos.x, y=pos.y-1, z=pos.z}).name, "soil") == 0 then
|
if minetest.get_item_group(minetest.get_node({x=pos.x, y=pos.y-1, z=pos.z}).name, "soil") == 0 then
|
||||||
|
@ -105,7 +105,7 @@ minetest.register_node("df_primordial_items:jungle_mushroom_sapling", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
|
@ -19,7 +19,7 @@ minetest.register_node("df_primordial_items:fern_1", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ minetest.register_node("df_primordial_items:fern_2", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ minetest.register_node("df_primordial_items:glow_plant_1", {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ minetest.register_node("df_primordial_items:glow_plant_2", {
|
|||||||
drop = "df_primordial_items:glowtato",
|
drop = "df_primordial_items:glowtato",
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ minetest.register_node("df_primordial_items:glow_plant_3", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ minetest.register_node("df_primordial_items:jungle_grass_1", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ minetest.register_node("df_primordial_items:jungle_grass_2", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -180,7 +180,7 @@ minetest.register_node("df_primordial_items:jungle_grass_3", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -202,7 +202,7 @@ minetest.register_node("df_primordial_items:jungle_ivy", {
|
|||||||
--paramtype2 = "wallmouinted",
|
--paramtype2 = "wallmouinted",
|
||||||
--drawtype = "signlike",
|
--drawtype = "signlike",
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
@ -229,7 +229,7 @@ minetest.register_node("df_primordial_items:jungle_mushroom_1", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -247,7 +247,7 @@ minetest.register_node("df_primordial_items:jungle_mushroom_2", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -363,7 +363,7 @@ minetest.register_node("df_primordial_items:jungle_roots_1", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
climbable = true,
|
climbable = true,
|
||||||
@ -381,7 +381,7 @@ minetest.register_node("df_primordial_items:jungle_roots_2", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
@ -406,7 +406,7 @@ minetest.register_node("df_primordial_items:jungle_thorns", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
damage_per_second = 1,
|
damage_per_second = 1,
|
||||||
})
|
})
|
||||||
|
@ -234,7 +234,7 @@ minetest.register_node("df_primordial_items:jungletree_sapling", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
if minetest.get_item_group(minetest.get_node({x=pos.x, y=pos.y-1, z=pos.z}).name, "soil") == 0 then
|
if minetest.get_item_group(minetest.get_node({x=pos.x, y=pos.y-1, z=pos.z}).name, "soil") == 0 then
|
||||||
|
@ -39,7 +39,7 @@ minetest.register_node("df_primordial_items:mushroom_gills", {
|
|||||||
climbable = true,
|
climbable = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
drop = {
|
drop = {
|
||||||
max_items = 1,
|
max_items = 1,
|
||||||
@ -69,10 +69,11 @@ minetest.register_node("df_primordial_items:mushroom_gills_glowing", {
|
|||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
waving = 2,
|
waving = 2,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
climbable = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
drop = {
|
drop = {
|
||||||
max_items = 1,
|
max_items = 1,
|
||||||
@ -703,7 +704,7 @@ minetest.register_node("df_primordial_items:mush_sapling", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sounds = df_primordial_items.sounds.leaves,
|
sounds = df_primordial_items.sounds.leaves,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
if minetest.get_item_group(minetest.get_node({x=pos.x, y=pos.y-1, z=pos.z}).name, "soil") == 0 then
|
if minetest.get_item_group(minetest.get_node({x=pos.x, y=pos.y-1, z=pos.z}).name, "soil") == 0 then
|
||||||
|
@ -10,7 +10,7 @@ minetest.register_node("df_underworld_items:glow_amethyst", {
|
|||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
@ -21,7 +21,6 @@ local glowstone_def = {
|
|||||||
groups = {cracky=3},
|
groups = {cracky=3},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
--use_texture_alpha = true,
|
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
drop = "",
|
drop = "",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -38,7 +38,7 @@ minetest.register_node("mine_gas:gas", {
|
|||||||
drowning = 1,
|
drowning = 1,
|
||||||
post_effect_color = {a = 20, r = 20, g = 20, b = 250},
|
post_effect_color = {a = 20, r = 20, g = 20, b = 250},
|
||||||
tiles = {"mine_gas.png^[opacity:28"},
|
tiles = {"mine_gas.png^[opacity:28"},
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
groups = {not_in_creative_inventory=1, ropes_can_extend_into=1},
|
groups = {not_in_creative_inventory=1, ropes_can_extend_into=1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
drop = {},
|
drop = {},
|
||||||
|
@ -31,7 +31,7 @@ minetest.register_node("mine_gas:gas_wisp", {
|
|||||||
},
|
},
|
||||||
}},
|
}},
|
||||||
light_source = 10,
|
light_source = 10,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "clip",
|
||||||
groups = {not_in_creative_inventory=0},
|
groups = {not_in_creative_inventory=0},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "meshoptions",
|
paramtype2 = "meshoptions",
|
||||||
|
Loading…
Reference in New Issue
Block a user