Better Combat [Fabric & Forge]

Better Combat [Fabric & Forge]

21M Downloads

Corrupted fallback compatibility configuration crashes on launch

Cixon opened this issue ยท 6 comments

commented
commented

This corrupt JSON causes your crash BTW.
I will fix the crash side, but you have to make a valid JSON for fallback compatibility.

commented

Failure message: Better Combat (bettercombat) has failed to load correctly

Are you using some kind of mod that is trying to accelerate the launch procedure of the game?

commented

Failure message: Better Combat (bettercombat) has failed to load correctly

Are you using some kind of mod that is trying to accelerate the launch procedure of the game?

I use this:
https://www.curseforge.com/minecraft/mc-mods/smooth-boot-reloaded

maybe your mod and this is not compatible?

commented

I have never tested it, its most likely not compatible.
Please try without it, report back.

commented

By the way, your fallback config is corrupted.
item_id_regex accepts a single string value.
So instead this:
"sweater:mythril_sword", "sweater:soul_steel_sword", "tconstruct:sword", "twilightforest:fiery_sword", "twilightforest:ice_sword", "twilightforest:ironwood_sword", "twilightforest:knightmetal_sword", "twilightforest:steeleaf_sword"

Use this:
"sweater:mythril_sword|sweater:soul_steel_sword|tconstruct:sword|twilightforest:fiery_sword|twilightforest:ice_sword|twilightforest:ironwood_sword|twilightforest:knightmetal_sword|twilightforest:steeleaf_sword"

commented

This corrupt JSON causes your crash BTW. I will fix the crash side, but you have to make a valid JSON for fallback compatibility.

had no idea, thank you so much!