Sinytra / ForgifiedFabricAPI

Fabric API implemented on top of NeoForge
https://sinytra.org/docs
Apache License 2.0
97 stars 11 forks source link

Replace some vanilla API calls with Forge equivalents #73

Closed embeddedt closed 8 months ago

embeddedt commented 8 months ago

Detected these by scanning for calls to deprecated APIs and then manually poring through the list. Most of the deprecations were irrelevant (e.g. registries) but I found a couple that seem worth fixing. By default these methods delegate back to exactly the API Fabric would have called so there should be no compatibility issues introduced with Fabric mods.