mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
devtest: Fix deprecated alpha usage
This commit is contained in:
parent
83229921e5
commit
5c005ad081
6 changed files with 38 additions and 33 deletions
|
@ -114,7 +114,7 @@ minetest.register_node("testnodes:liquid_nojump", {
|
|||
{name = "testnodes_liquidsource.png^[colorize:#FF0000:127", backface_culling = false},
|
||||
{name = "testnodes_liquidsource.png^[colorize:#FF0000:127", backface_culling = true},
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
pointable = false,
|
||||
liquids_pointable = true,
|
||||
|
@ -142,7 +142,7 @@ minetest.register_node("testnodes:liquidflowing_nojump", {
|
|||
{name = "testnodes_liquidflowing.png^[colorize:#FF0000:127", backface_culling = false},
|
||||
{name = "testnodes_liquidflowing.png^[colorize:#FF0000:127", backface_culling = false},
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
paramtype = "light",
|
||||
paramtype2 = "flowingliquid",
|
||||
pointable = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue