Tax Free Levels (Fabric/(Neo)Forge)

Tax Free Levels (Fabric/(Neo)Forge)

532k Downloads

Crash with Balanced Enchanting

DerShendi opened this issue ยท 4 comments

commented

heres the logs and sorry if im coming off as rude but it wont start when tax free is enabled
2022-07-15-2.log.gz

commented

Hm... at first I thought it was something with Enigmatic Legacy but its mixins shouldn't be an issue (not a crash issue at least).

Instead it looks like there's some ASM patching going on with those messages:

[02:29:02] [pool-3-thread-1/INFO]: Patching RepairContainer#updateRepairOutput
[02:29:02] [pool-3-thread-1/INFO]: Successfully removed the anvil level cap.
[02:29:02] [pool-3-thread-1/INFO]: Patching RepairContainer#updateRepairOutput
[02:29:02] [pool-3-thread-1/INFO]: Successfully allowed nbt-unbreakable items in the anvil.
[02:29:02] [pool-3-thread-1/INFO]: Patching net/minecraft/inventory/container/RepairContainer

A bit of googling brings me to Apotheosis, which is confusing to me since I'm sure it's compatible with Tax Free Levels, at least on 1.18, maybe that's just an issue with 1.16?

Hm... yeah, looks like the container_repair and mythics_anvil coremods are only part of their 1.16 branch but not their 1.18 branch.

Oof, do I need to do some legacy patching again? ๐Ÿ˜ฎโ€๐Ÿ’จ

commented

Hm... I can't actually reproduce the issue, I'm running Apotheosis, Tax Free Levels and Enigmatic Legacy and everything seems to be working just fine.

What versions are you using? Here's what I used:

Forge 36.2.35
TaxFreeLevels 1.3.2-beta
Apotheosis-1.16.5-4.8.99F
EnigmaticLegacy-2.11.12
and also
Placebo-1.16.5-4.7.0
curios-forge-1.16.5-4.0.8.2
Patchouli-1.16.4-53.3

commented

Are you running All the Mods 6?
If so, you need to remove Balanced Enchanting as it's conflicting with this mod and it has the same functionality (minus compatibility with some other mods) anyway.

commented

From the CurseForge comments it's confirmed that this exact error stems from the incompatibility with Balanced Enchanting and the solution is just to remove it.