_
This commit is contained in:
@@ -4,7 +4,7 @@ minetest.register_node(
|
|||||||
description = "Toxic water",
|
description = "Toxic water",
|
||||||
drawtype = "liquid",
|
drawtype = "liquid",
|
||||||
tiles = {"portalgun_toxwat.png"},
|
tiles = {"portalgun_toxwat.png"},
|
||||||
use_texture_alpha = "blend"
|
use_texture_alpha = "blend",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
pointable = false,
|
pointable = false,
|
||||||
@@ -35,7 +35,7 @@ minetest.register_node(
|
|||||||
{name = "portalgun_toxwat.png", backface_culling = true},
|
{name = "portalgun_toxwat.png", backface_culling = true},
|
||||||
{name = "portalgun_toxwat.png", backface_culling = false}
|
{name = "portalgun_toxwat.png", backface_culling = false}
|
||||||
},
|
},
|
||||||
use_texture_alpha = "blend"
|
use_texture_alpha = "blend",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "flowingliquid",
|
paramtype2 = "flowingliquid",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
Reference in New Issue
Block a user