[noairblocks] Fix deprecated use of alpha

This commit is contained in:
bri cassa 2021-03-15 21:45:41 +01:00
parent 7e7561ab93
commit 49263a7eee
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ minetest.register_node("noairblocks:water_flowingx", {
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=0.8}
},
},
alpha = 0,
use_texture_alpha = "blend",
paramtype = "light",
paramtype2 = "flowingliquid",
walkable = false,
@ -50,7 +50,7 @@ minetest.register_node("noairblocks:water_sourcex", {
backface_culling = false,
}
},
alpha = 0,
use_texture_alpha = "blend",
paramtype = "light",
walkable = false,
pointable = false,