Apply transparency 2 testliquids (MT 5.4.0 compat)

master
Wuzzy 2021-02-24 17:20:39 +01:00
parent 40f4ffbb3c
commit 6906c84519
9 changed files with 2 additions and 4 deletions

View File

@ -176,8 +176,6 @@ minetest.register_craft({
-- 8 viscosity example liquids
for v=0,7 do
local alpha = 120 + v*15
minetest.register_node("supplemental:liquid"..v, {
description = string.format(S("flowing test liquid %i"), v),
inventory_image = minetest.inventorycube("supplemental_testliquid"..v..".png"),
@ -194,7 +192,7 @@ for v=0,7 do
},
},
alpha = alpha,
use_texture_alpha = "blend",
paramtype = "light",
paramtype2 = "flowingliquid",
walkable = false,
@ -222,7 +220,7 @@ for v=0,7 do
},
},
tiles = {"supplemental_testliquid"..v..".png",},
alpha = alpha,
use_texture_alpha = "blend",
paramtype = "light",
walkable = false,
pointable = false,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 B

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 492 B