Skip to content

badasintended/fabric-api-stub

Repository files navigation

Fabric API Stub

Stub for Fabric API for remapping using Ravel.

  1. Remap your project to Mojang Mappings first and update to 26.1. See the Fabric Docs for more info..
  2. 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"
    }
  3. Remap using Ravel using the renames.tiny mapping.
  4. Undo the changes from step 2, switch back to actual Fabric API.

About

Fabric API stubs for auto remapping using Ravel

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages