diff options
author | lantice3720 <65650884+lantice3720@users.noreply.github.com> | 2023-05-07 15:03:23 +0900 |
---|---|---|
committer | lantice3720 <65650884+lantice3720@users.noreply.github.com> | 2023-05-07 15:03:23 +0900 |
commit | d187facbdd47eca0afa5d91b9ed559b2c6b9863e (patch) | |
tree | af32b2b662f551ba02b0b3474f02adbe13cef3db /src/main/resources | |
parent | 2766f4ac5150ab02e97860796fd536ced1d9dfbe (diff) | |
download | Skyblocker-d187facbdd47eca0afa5d91b9ed559b2c6b9863e.tar.gz Skyblocker-d187facbdd47eca0afa5d91b9ed559b2c6b9863e.tar.bz2 Skyblocker-d187facbdd47eca0afa5d91b9ed559b2c6b9863e.zip |
REI Integration. Needed to add recipe identifier. Small change in itemlist.
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 dd94270d..d1bca1b1 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": [ |