-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.18.2 Hotfix, 1.18.10, 1.18.12 Hotfix
-
Unconfirmed
-
Windows
I am trying to use tropical fish material because it offers
- Alpha test
- color mask
- multi texture
But a problem is that when it is used on player then
Problem
if minecraft:color is set to 0 then
everything is fine
if minecraft:color is set to 1 or something then
index 0 texture becomes completely invisible.
I was able to fix this complete invisibility by removing alpha test
but I want ability of transparency.
Steps to reproduce
- Load world with addon
- It should set tropical fish material to player
- the player must be using two texture in render controllers. like that of tropical fish
- you must alter minecraft:color and minecraft:color2 values in BP to see effects.
- Set minecraft:color to non zero value to see bug
Results:
The index 0 texture becomes completely invisible when minecraft:color is not 0
What should really happen
The index 0 texture should not become invisible. And it should apply minecraft:color correctly.