edit alpha

This commit is contained in:
2022-08-13 09:04:04 +02:00
parent f37dfa90df
commit e96fddfc2d
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ minetest.register_node(
groups = {cracky = 1, mesecon = 2},
drawtype = "glasslike",
paramtype = "light",
alpha = 50,
use_texture_alpha = "blend",
sunlight_propagates = true,
sounds = stone_sounds,
walkable = false,