From 1dbc545191c55dbde2367586bfe74cc70ff81b08 Mon Sep 17 00:00:00 2001 From: Sam Kirby Date: Mon, 11 May 2020 12:35:01 +0100 Subject: [PATCH] Actually fix links this time --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f8b795a..d77d219 100644 --- a/README.md +++ b/README.md @@ -3,27 +3,27 @@ A small coremod to patch some longstanding issues in SevTech Ages that either co or which have not been resolved in a timely manner. ## Patches -#### [DarkPacks/SevTech-Ages#3829](https://www.github.com/DarkPacks/SevTech-Ages#3829) +#### [DarkPacks/SevTech-Ages#3829](https://www.github.com/DarkPacks/SevTech-Ages/issues/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](https://www.github.com/DarkPacks/SevTech-Ages#3847) +#### [DarkPacks/SevTech-Ages#3847](https://www.github.com/DarkPacks/SevTech-Ages/issues/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](https://www.github.com/DarkPacks/SevTech-Ages#3732) +#### [DarkPacks/SevTech-Ages#3732](https://www.github.com/DarkPacks/SevTech-Ages/issues/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](https://www.github.com/DarkPacks/SevTech-Ages#4091) +#### [DarkPacks/SevTech-Ages#4091](https://www.github.com/DarkPacks/SevTech-Ages/issues/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.