diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-01-11 11:54:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 11:54:53 +0800 |
commit | b48d0e18b94431efe294c0944b4e7df31d949269 (patch) | |
tree | 11ff3f5b744f81e700500a58d8899ce09b4cc718 /src/main/resources | |
parent | ce5f4723e0a8ea636011d7a34a2c0cc00057e686 (diff) | |
parent | ecce7cfee927125f6a299475c2691f87c1f2dafa (diff) | |
download | Skyblocker-b48d0e18b94431efe294c0944b4e7df31d949269.tar.gz Skyblocker-b48d0e18b94431efe294c0944b4e7df31d949269.tar.bz2 Skyblocker-b48d0e18b94431efe294c0944b4e7df31d949269.zip |
Merge pull request #484 from AzureAaron/loom-1.5-jgit-6.8.0
Loom 1.5 & JGit 6.8.0
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 0 insertions, 3 deletions
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" ], |