mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 09:55:22 +02:00
devtest: Fix deprecated alpha usage
This commit is contained in:
@@ -60,11 +60,13 @@ minetest.register_node("soundstuff:footstep_liquid", {
|
||||
description = "Liquid Footstep Sound Node",
|
||||
drawtype = "liquid",
|
||||
tiles = {
|
||||
"soundstuff_node_sound.png^[colorize:#0000FF:127",
|
||||
"soundstuff_node_sound.png^[colorize:#0000FF:127^[opacity:190",
|
||||
},
|
||||
special_tiles = {
|
||||
{name = "soundstuff_node_sound.png^[colorize:#0000FF:127", backface_culling = false},
|
||||
{name = "soundstuff_node_sound.png^[colorize:#0000FF:127", backface_culling = true},
|
||||
{name = "soundstuff_node_sound.png^[colorize:#0000FF:127^[opacity:190",
|
||||
backface_culling = false},
|
||||
{name = "soundstuff_node_sound.png^[colorize:#0000FF:127^[opacity:190",
|
||||
backface_culling = true},
|
||||
},
|
||||
liquids_pointable = true,
|
||||
liquidtype = "source",
|
||||
@@ -73,7 +75,7 @@ minetest.register_node("soundstuff:footstep_liquid", {
|
||||
liquid_renewable = false,
|
||||
liquid_range = 0,
|
||||
liquid_viscosity = 0,
|
||||
alpha = 190,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
@@ -92,7 +94,6 @@ minetest.register_node("soundstuff:footstep_climbable", {
|
||||
tiles = {
|
||||
"soundstuff_node_climbable.png",
|
||||
},
|
||||
alpha = 120,
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
|
Reference in New Issue
Block a user