
Список изменений
v0.1.4: Copy Entities, Infinite Reach Fixes, and Better Paper Editing
Axion v0.1.4 is a smaller follow-up release focused on reliability. It finishes the biggest missing pieces of Copy Entities, cleans up awkward infinite reach edge cases, improves how Paper-backed edits behave on servers with anti-xray enabled, and includes a small symmetry polish for mixed half-block anchor positions.
If you are new to Axion:
- Project overview: README
- Fabric mod setup and usage: MOD-README
- Paper plugin setup and server notes: PLUGIN-README
- Documentation and wiki: Wiki
Highlights
- Finished the biggest missing
Copy Entitiescases, especially mounted and riding entity handling - Fixed several infinite reach edge cases, especially around vanilla reach boundary behavior
- Improved Paper-backed clone, move, stack, smear, erase, and undo behavior around anti-xray-obfuscated underground blocks
- Smoothed out one awkward rotational symmetry case when anchors land on mixed
.0/.5positions
Paper Anti-Xray Fixes
On Paper servers with anti-xray enabled, underground edits could sometimes end up using the client’s obfuscated block view instead of the server’s real source blocks.
v0.1.4 improves that by pushing more of these edit paths through server-authoritative block reads instead of trusting what the client can currently see. In practice, underground terrain edits and undo on Paper should behave much more like you expect, even with anti-xray enabled.
That improvement now applies more broadly across normal Paper-backed edit flow, including:
CloneMoveStackSmearEraseUndo
Server / Paper Notes
If you use Axion on a server, update both the Fabric client mod and the Paper plugin together for this release.
v0.1.4 includes protocol and server-backed edit changes for:
- entity-aware clone / move / stack / erase behavior
- infinite reach interaction handling
- Paper-authoritative underground edit behavior for the new anti-xray fix