Applied Energistics 2

Applied Energistics 2

137M Downloads

15.0.1 Still incompatible with Jade

aphonydis opened this issue ยท 3 comments

commented

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

Crash log

https://pastebin.com/XjGAVUeR

commented

Fixed in 15.0.2

commented

image

commented

Hey, what about Jade support in 1.18.2?

I'm on appliedenergistics2-forge-11.7.4.jar and can't seem to get it working!