Skip to content

v0.7.6-alpha1

Pre-release
Pre-release

Choose a tag to compare

@Onyx-i7 Onyx-i7 released this 04 Jun 18:51
a64c64b

v0.7.6-alpha1

Important note: This is an alpha version designed for early testing and archiving of features. Not recommended for major or long-term worlds, as features may change or be removed, which could break the world's saves. Also, since my development is split between a public and a private repository, code merge errors or erroneous logic can occur.

Fixes & Optimizations

  • fix(campfire): Fixed block not extinguishing under vanilla rain by utilizing client-side scheduled updates.
  • fix(campfire): Resolved rendering conflicts with third-party weather managers (e.g., Weather2).
  • fix(rain-collector): Fixed item filling mechanics being blocked when players are in Creative Mode.
  • perf(blocks): Optimized both blocks by switching world block state updates to flag 3, ensuring instant lighting and comparator updates.