forked from minetest-mods/nether
Check minetest.features for use_texture_alpha_string_modes
This commit is contained in:
parent
7f5b4277dd
commit
44f3912add
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user