Stub for Fabric API for remapping using Ravel.
- Remap your project to Mojang Mappings first and update to 26.1. See the Fabric Docs for more info..
- Replace your Fabric API to the stub:
// build.gradle repositories { maven { url 'https://jitpack.io' } } dependencies { // implementation "net.fabricmc.fabric-api:fabric-api:${project.fapi_version}" implementation "lol.bai:fabric-api-stub:0.0.1" }
// build.gradle.kts repositories { maven("https://jitpack.io") } dependencies { // implementation "net.fabricmc.fabric-api:fabric-api:${project.fapi_version}" implementation "lol.bai:fabric-api-stub:0.0.1" }
- Remap using Ravel using the
renames.tinymapping. - Undo the changes from step 2, switch back to actual Fabric API.