Skip to content

v0.0.5.2

Pre-release
Pre-release

Choose a tag to compare

@dombomb64 dombomb64 released this 09 Oct 23:37

Alpha v0.0.5.2 (1.21.10)

Another port update, with less hesitation this time.

Changes

  • Ported to 1.21.10.
  • Markers no longer glow.
    • This was due to their particle effect using currency entity code to render itself, but now there's a check for if the item displayed has the currency component applied to it.

Known issues

  • Markers no longer fade in and out.
    • This was actually a side effect of the marker particle having half opacity and it being summoned every tick, but an update split the particle rendering code into its own class and removed the alpha variable that was universal to all particles.
  • Marker particles do not render when summoned with the /particle command.
    • At one point, I was considering just shipping the current version, where doing that crashed the game, but I actually decided to fix it to a certain degree.