diff options
| author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-18 14:17:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 14:17:22 -0700 |
| commit | f0f41378eef1c7bf59827ed707db048db5ff7050 (patch) | |
| tree | fc1b9754c30152e2058f09dc895a2c9d706c5009 /src/main/resources | |
| parent | 8af420fe167925cab6fafa50db0c1c4947f21057 (diff) | |
| parent | 33b467fa42d4bc6bb841512ae839b678297d920a (diff) | |
| download | Skyblocker-f0f41378eef1c7bf59827ed707db048db5ff7050.tar.gz Skyblocker-f0f41378eef1c7bf59827ed707db048db5ff7050.tar.bz2 Skyblocker-f0f41378eef1c7bf59827ed707db048db5ff7050.zip | |
Merge pull request #148 from lantice3720/master
REI Compatibility
Diffstat (limited to 'src/main/resources')
| -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 d8ef4941..52cedcfb 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,6 +20,9 @@ ], "modmenu": [ "me.xmrvizzy.skyblocker.config.modmenu.ModMenuEntry" + ], + "rei_client": [ + "me.xmrvizzy.skyblocker.skyblock.rei.SkyblockerREIClientPlugin" ] }, "mixins": [ |
