promotional bannermobile promotional banner

One Ring to rule them all? That sounds exhausting.

Magical ringset that grants you the power of creative flight and other abilitys when carried in your inventory.

File Details

FlyRing-0.3.528.jar

  • R
  • Feb 10, 2026
  • 654.76 KB
  • 3.8K
  • Early Access

File Name

FlyRing-0.3.528.jar

Supported Versions

  • Early Access

Changelog

[v0.3.528] - 2026-02-10

Altar Multiblock - Direction Fix

  • Fixed: Altar multiblock validation now works in all 4 cardinal directions (North, South, East, West)
    • Previously only one build orientation was recognized
    • Rewrote MultiblockValidator with rotation matrix for all directions

Altar Texture State Fix

  • Fixed: "Activated" texture now correctly applies when altar is activated
    • Block state variants (e.g. *CloseWindow) couldn't resolve the state machine for texture changes
    • Added resolveBaseAltarType() to always resolve to the base BlockType (Ring_Altar_Light/Ring_Altar_Dark)

Altar Block Breaking Fix

  • Fixed: Altar blocks can now be broken and drop themselves
    • Changed invalid GatherType: "Stones" to "Rocks"
    • Simplified Gathering.Breaking to match vanilla container pattern