From ecce7cfee927125f6a299475c2691f87c1f2dafa Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:34:54 -0500 Subject: MixinExtrasify @Injects --- src/main/resources/fabric.mod.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8871135a..6b0b4538 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,9 +18,6 @@ "client": [ "de.hysky.skyblocker.SkyblockerMod" ], - "preLaunch": [ - "dev.cbyrne.betterinject.BetterInject::initialize" - ], "modmenu": [ "de.hysky.skyblocker.compatibility.modmenu.ModMenuEntry" ], -- cgit