Merge branch 'github'

This commit is contained in:
bri cassa 2021-03-26 19:29:39 +01:00
commit 96ef16bf2a
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,