-
Bug
-
Resolution: Unresolved
-
None
-
1.20.0.20 Preview, 1.19.73
-
Confirmed
-
Multiple
-
1017234
Conduit particles display wrongly, the screenshot can be viewed in attachment.
Current MCBE conduit particles is using the outdated textures from MCJE snapshot 18w15a., we can recognize it as an exclusive feature in MCBE, however its textures can not match the JSON files.
In JSON files of these particles, including:
- conduit.json
- conduit_absorb.json
- conduit_attack.json
the UV part was written as
...
"uv": {
"texture_width": 128,
"texture_height": 128,
"uv": [ "Math.round(variable.particle_random_2 * 11) * 8", 104 ],
"uv_size": [ 8, 8 ]
}
...
the "uv" & "uv_size" means the particle uv size should be 8*8, but in particles.png, they were misplaced as:
In Java Edition snapshot 18w15a, they were placed correctly, as how the particle JSON files written: