Add JEI plugin to fabric.mod.json
This commit is contained in:
parent
98def7b879
commit
8ee985928e
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user