File Details
AOneBlock-1.25.0.jar
- R
- May 7, 2026
- 259.04 KB
- 1.2K
- 26.1.2+9
File Name
AOneBlock-1.25.0.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
What's new
- Populated bee nest in Plenty. The Plenty phase already drops honey blocks, honeycomb blocks, and honey bottles, but never a hive to farm them from. Plenty now spawns a
bee_nest(3 bees inside,honey_level=0) at the same density as the other honey items, closing the honey-farming gap. - Magic block client-side resync after mob rolls. When the magic block rolled a mob, the server cancelled the break event but never told the client — leaving the block looking transparent until the next chunk resync (typically on relog). The block state is now resent to the mining player immediately after the cancel.
- CraftEngine startup-order fix. AOneBlock's
onEnableruns before CraftEngine has populated its block registry, which previously caused a flood of falseBad custom blockerrors for every validtype: craftengineentry.CraftEngineCustomBlock.fromMap()no longer consults the registry when the YAML explicitly declarestype: craftengine; runtime placement still validates the ID gracefully. - Stricter CraftEngine block-ID validation at config load. Blank IDs and IDs missing the
namespace:keyform are now rejected at config-load time instead of silently accepted and failing at placement. - Configurable chest particles no longer crash on non-DUST types. Particle types whose data type is non-
Void(e.g.ITEM,BLOCK,ENTITY_EFFECT) used to throwIllegalArgumentExceptionbecause no particle data was being constructed. They are now detected, logged as a warning, and skipped.DUSTand void-data particles (e.g.FLAME) work unchanged.
Compatibility
✔️ BentoBox API 3.15.0+ ✔️ Minecraft 1.21.5 or later ✔️ Java 21
Upgrading
- Stop the server. Make a backup just in case.
- Copy this jar over the old one.
- (Optional) Remove the phases folder so it can be regenerated. If you have customized your phases, don't do this. Just see the new entry and add it if you want.
- Restart the server.
- You should be good to go!
What's Changed
- Fix false "Bad custom block" errors for CraftEngine blocks on startup by @Copilot in https://github.com/BentoBoxWorld/AOneBlock/pull/511
- feat: drop populated bee nest in Plenty phase by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/513
- fix: resync magic block to client after entity-spawn cancel by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/514
- fix: skip chest particles that require typed data instead of crashing by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/516
- fix: validate CraftEngine block ID format in fromMap at config-load time by @Copilot in https://github.com/BentoBoxWorld/AOneBlock/pull/517
Full Changelog: https://github.com/BentoBoxWorld/AOneBlock/compare/1.24.0...1.25.0

