Hex Casting

Hex Casting

6M Downloads

[1.20.1] - Mod Incompatibility List

ToxinZangoose opened this issue ยท 4 comments

commented

Hello,

I've compiled a list of mods that do not work either with hex casting or paucal.

Here are the mods and the issues that they have caused together with Hex and Paucal and its dependencies.

Applied Energistics 2: Issue during mod loading, caused by a throwable error. Issue was resolved after removing AE2.

Apotheosis: No real way to use Apotheosis with Hex anyway, simply an addon for my modpack.

Create: Issue is similar to AE2's, but this time it had to do with flywheel having difficulties working alongside Hex and Paucal.

Titanium/BDLib: Dependencies for Industrial Foregoing and Functional Storage, couldn't launch because of similar troubles.

Note that this is the pre release versions of Paucal and Hex, I suppose these will be fixed either through the mentioned mod's developers or from Hex's developers.

Thank you for your time, I look forward to seeing the future of Hex Casting and its addons.

commented

I'm going to see if I can narrow down the conflicts here when I have some time. Really want to see Hex and Hexal added to ATM 9 once they are ready (or at least compatible enough to have the worldgen). So I want to help move things along

commented

I was able to launch and join a world in ATM9 0.3.0 with Hex pre-651 present.
Here's my analysis of the logs:
crash-2024-01-03_19.34.46-fml.txt: Advanced Generators requiring Scalable Cat's Force, which is missing.
crash-2024-01-03_19.37.01-fml.txt: Anvil Restoration requiring Collective, which is missing.
crash-2024-01-03_19.39.01-fml.txt: Cyclic requiring FLIB, which is missing.
crash-2024-01-03_19.46.22-client.txt: A ForgeMixinDatagenModLoader issue, offending code was removed in #706.
crash-2024-01-03_19.47.14-client.txt: A ForgeMixinDatagenModLoader issue, offending code was removed in #706.
crash-2024-01-03_19.58.57-client.txt: Seems to be... Solar Flux Reborn trying to add an item group after forge's registry freeze? I can't see any relation with Hex.
crash-2024-01-03_19.11.50-client.txt: A ForgeMixinDatagenModLoader issue, offending code was removed in #706.
crash-2024-01-03_19.15.28-fml.txt: Hex Casting requiring Kotlin for Forge, which is missing.
crash-2024-01-03_19.15.58-fml.txt: Hex Casting requiring Patchouli, which is missing.
crash-2024-01-03_19.19.03-client.txt: Hex Casting requiring Caelus API, which is missing. This fails with a slightly unintuitive error since Caelus wasn't defined as a dependency in mods.toml, but that was fixed in #681.
crash-2024-01-03_19.30.18-fml.txt: Enchanting Infuser requiring Puzzles Lib, which is missing.

All of them seems to be either completely unrelated to Hex or PAUCAL, missing dependencies, or was fixed in #706. Thus, I believe this issue no longer represents an actual issue and can be closed.

commented

Thanks for the analysis!