From cd80a855163789439efc0b2319098fc1c1bb1946 Mon Sep 17 00:00:00 2001 From: jurrejelle Date: Mon, 9 Feb 2026 08:17:38 +0100 Subject: [PATCH] Add update header note --- docs/content/Modpacks/Changes/v7.5.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/Modpacks/Changes/v7.5.0.md b/docs/content/Modpacks/Changes/v7.5.0.md index a2d4c55f107..a9728fe024f 100644 --- a/docs/content/Modpacks/Changes/v7.5.0.md +++ b/docs/content/Modpacks/Changes/v7.5.0.md @@ -3,6 +3,11 @@ title: "Version 7.5.0" --- # Updating from `7.4.1` to `7.5.0` +!!! note + Because of these changes, when using GTM 7.5.0+ you can not compile your mod(pack) against addons or coremods that are compiled for 7.4.1 and touch anything related to machines. + Make sure that your dependencies have updated. + + ## Machine Builder Generics We have added a second Generic argument to our (Multiblock)MachineBuilder. This effectively means that anywhere where you used to store a partially finished `MachineBuilder`, you now need to store a `MachineBuilder`. The same holds for `MultiblockMachineBuilder`.