[CRASH] Attempting to edit overrides in 1.16.5 crashes game
VanguardDawn opened this issue ยท 14 comments
To Reproduce
Steps to reproduce the crash:
- Go to 'Mods'
- Click on 'Armourer's Workshop', click Config
- Navigate to 'Common Configurations'
- Navigate to 'Overrides'
- Click 'Edit' on 'Item Overrides'
- Watch it try to tell you 'Saving world...' when you're on the main menu
- Ask yourself what just happened as it crashes
Crash log
Available here.
Additional context
I am also using the Configured mod. The modifications to overrides work as intended when edited in Notepad++, and while this file doesn't list tridents as a valid override, they do function fine.
when armorers_workshop-common.toml save action will sync to the game immediately, if you modify it by mistake, it will crash the game
Commands:
/armourers itemSkinnable sword add
It was crashing before I added the itemOverrides. That's how I got the idea to edit them in Notepad++ (unaware that there's a command to do that).
com.mrcrayfish.configured.impl.ForgeValue.isValid
are you using a third party for config?
Yeah, I'm using a mod called Configured. Is that the cause of the crash? Wouldn't be the first time I've had issues with Armourer's and a MrCrayfish mod.
Should those be added to the list of known incompatibilities? So far only Obfuscate and the third-party TLauncher are listed there.
not, the obfuscate is compatible in the 1.16+, Configured is new issue, i will fix it later