Caunt launch game, OWO problem
ardissaps opened this issue · 2 comments
Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Replace mod 'Jello' (jello) 3.2.5+1.18.2 with any version that is compatible with:
- owo 0.7.2-no-cme+1.18
Unmet dependency listing:
- Mod 'Jello' (jello) 3.2.5+1.18.2 requires version 0.7.2+1.18 or later of mod 'oωo' (owo), which can't be loaded due to other constraints!
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:190)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Support for 1.18.2 has been dropped. Issue comes down to fabric not understanding the version correctly due to how the fabric json within jello is so theoretically you can modify that field within jellos fabric.mod.json and then it will work.
Support for 1.18.2 has been dropped. Issue comes down to fabric not understanding the version correctly due to how the fabric json within jello is so theoretically you can modify that field within jellos fabric.mod.json and then it will work.
Yes I did, I edited it similiar MythicMetal and works. Thx.