Towdium / JustEnoughCalculation

A simple minecraft mod help you calculate the cost for recipes
Other
53 stars 36 forks source link

[Forge 1.18.2] Game fails to load with a dependency error when REI Plugin Compatibilities is installed #130

Open unilock opened 1 year ago

unilock commented 1 year ago

REI Plugin Compatibilities adds support for JEI plugins to REI. In order to trick mods with JEI plugins into thinking JEI is installed, it presents itself as JEI version "9.9999".

Just Enough Calculation expects JEI >10 to be installed, which prevents the game from starting.

Since I don't know whether it's even possible to conditionally specify Forge mod dependencies, maybe the min. required JEI version could be set to v9.9999, and JEC's JEI compat could be loaded or ignored depending on whether REI-PC is installed?