Crash when creating new world #6
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Modding/enchiridion#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I add this mod and create a new world it creates an insanely long log spam that immediately crashes the game. Mentions something about a config issue then ingredient issue which does not happen when I remove the mod.
v0.1.3 (NeoForge 1.21.1)
Hi, this is not caused by Enchiridion. It may appear in the logs.
The mod you're looking for is an incompatibility with JER, caused by a faulty Forge config, this mod does not use (Neo)Forge's Config system.
Update: Enchiridion does an incompatibility with JER, however, it's not the crash that you're looking for. It's pretty much just serversided content that doesn't exist on the client.
JER would also crash with the Villager Rework content if that was implemented. So they should probably figure out how to support Enchantment Providers for that too.
Could you please try a binary search? And report to the proper developer causing the crash to tell them that their config is loading too early.
Please see the below for my minimal environment, Iron Spellbooks (+ deps), Enchiridion and JER (+ JEI).

Oh, hmmm.... I might need to special case something actually.
Somebody's doing a hack with an unknown loot table.
Okay, it was NeoForge API having a weird edge case. Glad I could resolve that.
Thanks!