Tax Free Levels (Fabric/(Neo)Forge)

Tax Free Levels (Fabric/(Neo)Forge)

532k Downloads

1.19.2 Apotheosis crash

DFreezerR opened this issue ยท 1 comments

commented

Hi, apparently MC is crashing when you try to launch it with TaxFreeLevels + Apotheosis the latest release version for MC 1.19.2
I saw there are responses in Issues that there was made a compatibility update with that mod, so I think that just a new bug rather than "complete" incompatibility.

Can fix with downgrading Apotheosis to 6.4.1 version.

Log - log.txt
Forge - 43.3.0
Apotheosis - 6.5.0
TaxFreeLevels - 1.3.9

commented

Ah, they backported some stuff from 7.2.0+ but the version is 6.5.0, so the compatibility check doesn't pass:

// Apotheosis 7.2.0 added it's own (conflicting) optimal cost implementation
if (isModInstalled("apotheosis", new DefaultArtifactVersion("7.2.0"))) {
disabledMixins.add("FlattenAnvilCostMixin");

Easy fix, I'll just put 6.5.0.
(Technically breaks support for 7.1.0, but there's no reason to use that over 7.2.0+.)

New version 1.3.10 is up!