15.0.1 Still incompatible with Jade
aphonydis opened this issue ยท 3 comments
Describe the bug
AE2 expects version 9.0.x or 10.0.x making it incompatible with Jade for 1.20.1 versioned at 11.0.3
Edit mods.toml file to read as follows
[[dependencies.ae2]]
modId="jade"
mandatory=false
versionRange="[11.0.0,)"
ordering="AFTER"
side="BOTH"
and it will load.
How to reproduce the bug
install Jade and AE2 for 1.20.1 only
Expected behavior
Normal load and play
Additional details
Edit mods.toml file for AE2 to read
[[dependencies.ae2]]
modId="jade"
mandatory=false
versionRange="[11.0.0,)"
ordering="AFTER"
side="BOTH"
and it works fine
Which minecraft version are you using?
1.19
On which mod loaders does it happen?
Forge