File Details
xoxocraft-1.16.4.jar
- R
- May 24, 2026
- 1.43 MB
- 6
- 1.21.1
- NeoForge
File Name
xoxocraft-1.16.4.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
v1.16.4 — changelog CurseForge (in inglese):
Fixed
!scavacommand was sending the correct chat message but not breaking any extra blocks —onBlockBreak()(BFS extra-break logic) was never called after the Fabric→NeoForge migration becausePlayerBlockBreakEvents.AFTERhad been removed with no NeoForge replacement. Fixed by invokingonBlockBreak()inside theonBlockBreakBeforehandler, right after the event-dimension guard. No recursion risk:ServerLevel.destroyBlock()used in the BFS does not fireBlockEvent.BreakEvent.