Add JEI plugin to fabric.mod.json

This commit is contained in:
embeddedt 2023-05-15 21:27:05 -04:00
parent 98def7b879
commit 8ee985928e
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -22,7 +22,8 @@
"client": [ "client": [
"org.embeddedt.modernfix.ModernFixClientFabric" "org.embeddedt.modernfix.ModernFixClientFabric"
], ],
"modmenu": [ "org.embeddedt.modernfix.fabric.modmenu.ModernFixModMenuApiImpl" ] "modmenu": [ "org.embeddedt.modernfix.fabric.modmenu.ModernFixModMenuApiImpl" ],
"jei_mod_plugin": [ "org.embeddedt.modernfix.searchtree.JEIRuntimeCapturer"]
}, },
"mixins": [ "mixins": [
"modernfix-fabric.mixins.json", "modernfix-fabric.mixins.json",