Possible UnsupportedOperationException with Fabric API
henkelmax opened this issue ยท 0 comments
The fabric API changes the field Set<RepositorySource> providers
in PackRepository
from an ImmutableSet
to a HashSet
to make it mutable:
This code of yours basically reverts that change:
This causes some mods that rely on that change to crash (henkelmax/simple-voice-chat#224).
I am creating a workaround in my mod for that, but it would be nice if this could be fixed.