SevPatches
SevPatches is a compact coremod that fixes various long-term issues in the SevTech Ages modpack. It addresses problems that couldn't be resolved through other methods or in mods that have reached end of life.
Fixed Issues
The mod's functionality covers several key areas:
SimpleHarvest Adjustment
The modification changes the processing order of harvest events. Now the HarvestDropsEvent is triggered after the decision is made to harvest the block, preventing premature use of drop arrays by mods like AstralSorcery and IndustrialForegoing.
InControl Optimization
The priority of the LivingDropsEvent handler is changed from LOWEST to LOW. This allows other modifications to properly process drop arrays after InControl has made the necessary changes.
Immersive Engineering Compatibility Improvement
The collision handler for the metal press is enhanced with additional checks. The update prevents the capture of temporary item entities before Real Drops replaces them with its own objects.
Astral Sorcery Restoration
This patch consists of two components. The first changes Astral's usage of enchantment IDs to integers. The second reapplies Astral's ASM patches through Mixins, which restores functionality to the Resplendent Prism.
Galacticraft Core and Scannable Compatibility
Conflicts with the Scannable mod are resolved, where Galacticraft Core incorrectly obtained block states. Now it uses the passed state instead of retrieving a new one from the world.
Fishing System Enhancement (JAFFA)
A comprehensive set of three patches for the JAFF fishing subsystem: • Removal of its own game spawn cycle • Registration of standard spawn and placement types • Override of collision checking method to allow spawning in water