1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02: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
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.