1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Render nodeboxes with opaque material if possible (#10122)

This commit is contained in:
sfan5 2020-08-12 11:52:50 +02:00 committed by GitHub
parent 1c38027c3a
commit fff0393187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 68 additions and 3 deletions

View file

@ -7065,6 +7065,8 @@ Used by `minetest.register_node`.
use_texture_alpha = false,
-- Use texture's alpha channel
-- If this is set to false, the node will be rendered fully opaque
-- regardless of any texture transparency.
palette = "palette.png",
-- The node's `param2` is used to select a pixel from the image.