Check minetest.features for use_texture_alpha_string_modes

This commit is contained in:
bri cassa 2021-03-26 19:14:30 +01:00
parent 7f5b4277dd
commit 44f3912add
1 changed files with 2 additions and 1 deletions

View File

@ -2007,7 +2007,8 @@ local wormhole_nodedef_default = {
a = 160, r = 128, g = 0, b = 80
},
sunlight_propagates = true,
use_texture_alpha = "blend",
use_texture_alpha = minetest.features.use_texture_alpha_string_modes
and "blend" or true,
walkable = false,
diggable = false,
pointable = false,