forked from minetest-mods/nether
Fix deprecated use of use_texture_alpha in default portal def.
This commit is contained in:
parent
e5e74c839f
commit
3b3fb6d1dd
@ -2007,7 +2007,7 @@ local wormhole_nodedef_default = {
|
||||
a = 160, r = 128, g = 0, b = 80
|
||||
},
|
||||
sunlight_propagates = true,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
walkable = false,
|
||||
diggable = false,
|
||||
pointable = false,
|
||||
|
Loading…
Reference in New Issue
Block a user