@@ -3,27 +3,27 @@ A small coremod to patch some longstanding issues in SevTech Ages that either co
3
3
or which have not been resolved in a timely manner.
4
4
5
5
## Patches
6
- #### [ DarkPacks/SevTech-Ages #3829 ] ( https://www.github.com/DarkPacks/SevTech-Ages# 3829 )
6
+ #### [ DarkPacks/SevTech-Ages #3829 ] ( https://www.github.com/DarkPacks/SevTech-Ages/issues/ 3829 )
7
7
Patches SimpleHarvest. Firing of HarvestDropsEvent moved to after the point at which the decision is taken to harvest.
8
8
9
9
Without this patch, SimpleHarvest fires the HarvestDropsEvent before deciding if it intends to break the block, allowing
10
10
mods such as AstralSorcery or IndustrialForegoing to consume the drops array before deciding not to take any action.
11
11
12
- #### [ DarkPacks/SevTech-Ages #3847 ] ( https://www.github.com/DarkPacks/SevTech-Ages# 3847 )
12
+ #### [ DarkPacks/SevTech-Ages #3847 ] ( https://www.github.com/DarkPacks/SevTech-Ages/issues/ 3847 )
13
13
Patches InControl. Changes the priority of InControl's LivingDropsEvent handler to LOW (was LOWEST). Whilst this change
14
14
can't be made to InControl due to compatibility issues in other contexts, no compatibility issues have yet been found in
15
15
SevTech.
16
16
17
17
This allows mods which wish to consume the drops array to do so after InControl has made the desired changes.
18
18
19
- #### [ DarkPacks/SevTech-Ages #3732 ] ( https://www.github.com/DarkPacks/SevTech-Ages# 3732 )
19
+ #### [ DarkPacks/SevTech-Ages #3732 ] ( https://www.github.com/DarkPacks/SevTech-Ages/issues/ 3732 )
20
20
Patches Immersive Engineering. This patch adds an additional check to the onEntityCollision handler of the metal press.
21
21
The metal press will no longer pick up 'EntityItem's, but will accept all derived classes.
22
22
23
23
This prevents the metal press from picking up from the temporary vanilla item entity before Real Drops replaces it with
24
24
its own entity.
25
25
26
- #### [ DarkPacks/SevTech-Ages #4091 ] ( https://www.github.com/DarkPacks/SevTech-Ages# 4091 )
26
+ #### [ DarkPacks/SevTech-Ages #4091 ] ( https://www.github.com/DarkPacks/SevTech-Ages/issues/ 4091 )
27
27
Patches Astral Sorcery and Minecraft. There are two components to this patch. The first alters Astral's hooks to use
28
28
integer enchantment IDs. The second component reapplies Astral's ASM patches using Mixins as otherwise they are
29
29
overwritten by JEID.
0 commit comments