Fix deprecated use of use_texture_alpha in default portal def.

This commit is contained in:
bri cassa 2021-03-21 11:05:14 +01:00
parent e5e74c839f
commit 3b3fb6d1dd
1 changed files with 1 additions and 1 deletions

View File

@ -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,