Skip to content

Commit

Permalink
added jei as recommended mod for Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Apr 25, 2024
1 parent 1d62c43 commit 8893d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"cloth-config": ">=${cloth_config_version}"
},
"recommends": {
"modmenu": ">=${mod_menu_version}"
"modmenu": ">=${mod_menu_version}",
"jei": ">=${jei_version}"
}
}
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ versionRange="${top_version_range}"
referralUrl="https://www.curseforge.com/minecraft/mc-mods/the-one-probe"
ordering="NONE"
side="BOTH"
[[dependencies.brickfurnace]]
[[dependencies.${mod_id}]]
modId="immersiveengineering"
type="optional"
versionRange="${immersive_engineering_version_range}"
Expand Down

0 comments on commit 8893d3e

Please sign in to comment.