diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-07-25 04:08:58 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-07-30 12:21:40 +0800 |
commit | 71f4d8ee4f3089caed638bd6dd19357b4e84f6f9 (patch) | |
tree | 17df7a85c7935b3586a4fe2ca075542fedfc8c1b /src/main/resources/fabric.mod.json | |
parent | bca948cc7a9630ebe380590f0f036e1d5ef2ee99 (diff) | |
download | Skyblocker-71f4d8ee4f3089caed638bd6dd19357b4e84f6f9.tar.gz Skyblocker-71f4d8ee4f3089caed638bd6dd19357b4e84f6f9.tar.bz2 Skyblocker-71f4d8ee4f3089caed638bd6dd19357b4e84f6f9.zip |
Import BetterInject
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5b383fe7..71d9763e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,6 +18,9 @@ "client": [ "me.xmrvizzy.skyblocker.SkyblockerMod" ], + "preLaunch": [ + "dev.cbyrne.betterinject.BetterInject::initialize" + ], "modmenu": [ "me.xmrvizzy.skyblocker.config.modmenu.ModMenuEntry" ], |