From 5cd813a5405777a6c92b1af03f7439a97e9523f8 Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Sun, 11 Aug 2024 12:51:41 -0700 Subject: Faster dev boot times (120s --> 80s while profiling) (#2866) * Faster dev boot times (120s --> 80s while profiling) * Clean up sloppy hard deps and properly gate them behind isModLoaded() checks. * Include CoreTweaks as runtime only non publishable for faster boot as well --- src/main/resources/mcmod.info | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 70cad2d501..990af069e2 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -222,9 +222,7 @@ "requiredMods": [ "IC2", "gregtech", - "tectech", - "Thaumcraft", - "ThaumicTinkerer" + "tectech" ], "dependencies": [ "IC2", -- cgit