mirror of
https://github.com/minetest-mods/nether.git
synced 2024-11-15 23:10:37 +01:00
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