Rosa Arcana ignores count on stacked XP orbs
TheRealWormbo opened this issue ยท 0 comments
Mod Loader
Both Fabric and Forge (I confirm that I have tested both loaders and will specify both loader versions below)
Minecraft Version
1.19.2
Botania version
1.19.2-440
Modloader version
(any)
Modpack info
(none)
The latest.log file
(n/a)
Issue description
Experience orbs of the same size can merge since 1.17 if their entity ID modulo 40 is the same. Orbs stacking like this merge into a single entity with the same experience amount and a counter for how many orbs the entity represents. Players still ingest these represented orbs one at a time, decrementing the counter until it hits zero before discarding the entity.
The Rosa Arcana code does not mention the counter in any way, so the flower ingests the entire entity as a single unit of the represented size as if it it was only one represented orb and removes the entity regardless of the remaining count.
Steps to reproduce
No response
Other information
No response