mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove use_texture_alpha compatibility code for nodeboxes & meshes (#13929)
This commit is contained in:
parent
6eb9269741
commit
d1a55e9ca4
3 changed files with 6 additions and 72 deletions
|
@ -8837,8 +8837,8 @@ Used by `minetest.register_node`.
|
|||
-- depending on the alpha channel being below/above 50% in value
|
||||
-- * "blend": The alpha channel specifies how transparent a given pixel
|
||||
-- of the rendered node is
|
||||
-- The default is "opaque" for drawtypes normal, liquid and flowingliquid;
|
||||
-- "clip" otherwise.
|
||||
-- The default is "opaque" for drawtypes normal, liquid and flowingliquid,
|
||||
-- mesh and nodebox or "clip" otherwise.
|
||||
-- If set to a boolean value (deprecated): true either sets it to blend
|
||||
-- or clip, false sets it to clip or opaque mode depending on the drawtype.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue