mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-15 06:50:28 +02:00
update use_texture_alpha properties
This commit is contained in:
@ -38,7 +38,7 @@ minetest.register_node("mine_gas:gas", {
|
||||
drowning = 1,
|
||||
post_effect_color = {a = 20, r = 20, g = 20, b = 250},
|
||||
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},
|
||||
paramtype = "light",
|
||||
drop = {},
|
||||
|
@ -31,7 +31,7 @@ minetest.register_node("mine_gas:gas_wisp", {
|
||||
},
|
||||
}},
|
||||
light_source = 10,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "clip",
|
||||
groups = {not_in_creative_inventory=0},
|
||||
paramtype = "light",
|
||||
paramtype2 = "meshoptions",
|
||||
|
Reference in New Issue
Block a user