Minecraft SevPatches mod 2026 download
logo
minecraft mod SevPatches

SevPatches

Game Version: 1.12.2
Total Downloads: 1,402,538
Updated: Oct 9, 2021
Created: May 9, 2020
Download SevPatchesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
sevpatches-1.9-10.jar release 892.67 KB Oct 9, 2021 1.12.2 0 download SevPatches sevpatches-1.9-10.jar releaseDownload
sevpatches-1.8-9.jar release 889.92 KB Jan 20, 2021 1.12.2 1,170 download SevPatches sevpatches-1.8-9.jar releaseDownload
sevpatches-1.7-8.jar release 889.92 KB Oct 26, 2020 1.12.2 815,303 download SevPatches sevpatches-1.7-8.jar releaseDownload
sevpatches-1.5-6.jar release 891.16 KB Jul 22, 2020 1.12.2 569,078 download SevPatches sevpatches-1.5-6.jar releaseDownload
sevpatches-1.4-5.jar release 874.88 KB Jun 7, 2020 1.12.2 10,694 download SevPatches sevpatches-1.4-5.jar releaseDownload
sevpatches-1.3-4.jar release 866.91 KB May 16, 2020 1.12.2 43 download SevPatches sevpatches-1.3-4.jar releaseDownload
sevpatches-1.2-36f0000.jar release 863.71 KB May 13, 2020 1.12.2 73 download SevPatches sevpatches-1.2-36f0000.jar releaseDownload
sevpatches-1.0.1.jar release 6.21 KB May 9, 2020 1.12.2 19 download SevPatches sevpatches-1.0.1.jar releaseDownload

Description

Share this:

SevPatches

A small coremod to patch some longstanding issues in SevTech Ages that either could not be resolved in another fashion,
or in mods which are at end of life.

Patches

DarkPacks/SevTech-Ages#3829

Patches SimpleHarvest. Firing of HarvestDropsEvent moved to after the point at which the decision is taken to harvest.

Without this patch, SimpleHarvest fires the HarvestDropsEvent before deciding if it intends to break the block, allowing
mods such as AstralSorcery or IndustrialForegoing to consume the drops array before deciding not to take any action.

DarkPacks/SevTech-Ages#3847

Patches InControl. Changes the priority of InControl's LivingDropsEvent handler to LOW (was LOWEST). Whilst this change
can't be made to InControl due to compatibility issues in other contexts, no compatibility issues have yet been found in
SevTech.

This allows mods which wish to consume the drops array to do so after InControl has made the desired changes.

DarkPacks/SevTech-Ages#3732

Patches Immersive Engineering. This patch adds an additional check to the onEntityCollision handler of the metal press.
The metal press will no longer pick up 'EntityItem's, but will accept all derived classes.

This prevents the metal press from picking up from the temporary vanilla item entity before Real Drops replaces it with
its own entity.

DarkPacks/SevTech-Ages#4091

Patches Astral Sorcery and Minecraft. There are two components to this patch. The first alters Astral's hooks to use
integer enchantment IDs. The second component reapplies Astral's ASM patches using Mixins as otherwise they are
overwritten by JEID.

This restores functionality to the Resplendent Prism, though in an ideal world the first component of this patch would
be handled by JEID, whilst the second would be unnecessary if JEID didn't use an overwrite mixin.

DarkPacks/SevTech-Ages#3522

Patches Galacticraft Core. In the method BlockBasic#getPickBlock, Galacticraft retrieves the blockstate from the world
rather than using the state passed in to the method. This leaves it incompatible with Scannable which does not pass in
the BlockPos when calling Block#getPickBlock. This patch simply removes the call to World#getBlockState, replacing it
with the state from the argument.

Just A Few Fish Augmentation (JAFFA)

A set of three patches to JAFF which together serve to implement vanilla spawning mechanics.
* Removes JAFF's own spawn loop
* Register vanilla spawns and placement types
* Implement EntityFish#isNotColliding, overriding EntityAnimal's implementation which prevents spawning in water.

Comments

Add a comment