mojira.dev
MCPE-169661

Conduit particles display wrongly

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:

  1. conduit.json

  2. conduit_absorb.json

  3. 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:

[media]

 

In Java Edition snapshot 18w15a, they were placed correctly, as how the particle JSON files written:

[media]

Attachments

Comments 0

No comments.

ZCYF

(Unassigned)

1017234

Confirmed

Multiple

All

Particles

1.20.0.20 Preview, 1.19.73

Retrieved