Skip to content

Commit 212f139

Browse files
committed
Remove nonexistent JEI plugin from fabric mod file
Related: #428
1 parent 85740f8 commit 212f139

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"modmenu": [ "org.embeddedt.modernfix.fabric.modmenu.ModernFixModMenuApiImpl" ],
3535
"preLaunch": [
3636
"org.embeddedt.modernfix.ModernFixPreLaunchFabric"
37-
],
38-
"jei_mod_plugin": [ "org.embeddedt.modernfix.searchtree.JEIRuntimeCapturer"]
37+
]
3938
},
4039
"mixins": [
4140
"modernfix-fabric.mixins.json",

0 commit comments

Comments
 (0)