The Aether

The Aether

32M Downloads

Aether portals use floats for particle creation

muzikbike opened this issue ยท 1 comments

commented

Aether portal blocks appear to use a float somewhere in their particle generation, which results in them being generated incorrectly when at great distances from the origin. Mojang paid a lot of attention to fixing these in 1.15/1.16, so fixing it here as well may be advisable.

Examples shown with a nether portal block for comparison, which produces particles correctly.

At 0,0: expected behaviour
2021-03-05_19 55 17
2021-03-05_19 55 30

At 20000000,20000000 (beyond 2^24): nether portals still work normally, but aether portals now appear to only generate particles on one side:
2021-03-05_19 56 14
2021-03-05_19 56 37

commented

Precision loss confirmed: using FarLandsMod, at a billion blocks out, it seems to only lose precision in the direction the portal itself faces, where the other directions are completely fine.
2021-03-05_20 08 38
2021-03-05_20 09 03