Skip to content

v1.10

Compare
Choose a tag to compare
@sam-kirby sam-kirby released this 31 Jan 10:58
· 12 commits to master since this release
d170e79

Fix two new issues:

  • FastBeacon patch in BetterFPS causes beacon effect to only apply in one quadrant relative to the beacon; in this release, we add a new mixin so that the beacon effect applies regardless of which direction the beacon is in
  • There is a missing null check in Galacticraft's TileEntityInventory#isEmpty method which results in the find items function failing near GC inventories. This release adds a patch that inserts the missing null check.