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

@@ -4,7 +4,7 @@ minetest.register_node(
description = "Toxic water",
drawtype = "liquid",
tiles = {"portalgun_toxwat.png"},
alpha = 190,
use_texture_alpha = "blend"
paramtype = "light",
walkable = false,
pointable = false,
@@ -35,7 +35,7 @@ minetest.register_node(
{name = "portalgun_toxwat.png", backface_culling = true},
{name = "portalgun_toxwat.png", backface_culling = false}
},
alpha = 190,
use_texture_alpha = "blend"
paramtype = "light",
paramtype2 = "flowingliquid",
walkable = false,