You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Forge fires this event on world load, however, I think it would be better to use RegistryEntryRemovedCallback + a mixin into Registry#get. We'd need some way to persist the migration mappings, however.
The text was updated successfully, but these errors were encountered:
https://github.com/PatchworkMC/YarnForge/blob/1.14.x/src/main/java/net/minecraftforge/event/RegistryEvent.java#L89
Forge fires this event on world load, however, I think it would be better to use
RegistryEntryRemovedCallback
+ a mixin intoRegistry#get
. We'd need some way to persist the migration mappings, however.The text was updated successfully, but these errors were encountered: