[Bug] Crash with BigGlobe
Martmists-GH opened this issue ยท 4 comments
See also: Builderb0y/BigGlobe#2
Does this happen with just owo-lib, or does alloy forgery also need to be installed?
(Developer of big globe here) This is a race condition. Something is class loading fabric's DynamicRegistriesImpl class before big globe added its own entries to the vanilla DYNAMIC_REGISTRIES field. Not strictly alloy forgery's fault. This will probably happen with any mod which uses fabric's dynamic registries API. I am working on a fix now.