1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 13:20:25 +02:00

Fix deprecated alpha / use_texture_alpha use

This commit is contained in:
sfan5
2021-02-06 15:40:26 +01:00
parent c1b236b4e3
commit 08b13c9efb
12 changed files with 14 additions and 4 deletions

View File

@ -463,6 +463,7 @@ function default.register_mesepost(name, def)
},
paramtype = "light",
tiles = {def.texture, def.texture, post_texture_dark, post_texture_dark, post_texture, post_texture},
use_texture_alpha = "opaque",
light_source = default.LIGHT_MAX,
sunlight_propagates = true,
is_ground_content = false,