Crash on world creation/loading with Collective #30
Labels
No labels
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Port
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Security
Status
Abandoned
Status
Blocked
Status
Need More Info
Status
Needs Triage
Testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Modding/enchiridion#30
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?
Using the 1.21.1 branch of Enchiridion and the library mod Collective.
This exception
happens a lot with other mods actually. For this issue, my guess is that the setting of the registries from the server doesn't happen until later. But I'm also getting this issue when loading chunks (usually when piglins spawn), which my guess there is that it tries to get the registries on the worldgen thread, which isn't the same thread as the server, so there's no registries for that thread to get?