Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Springboard

Springboard

A library for directly transforming Fabric Loader

710
3
Cursed
Library

Compatibility

Minecraft: Java Edition

1.20–1.20.4
1.19.x
1.18.x

Platforms

Fabric

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source
Donate on Ko-fi

Creators

Jab125
Jab125 Owner

Details

Licensed LGPL-2.1-only
Published last year
Updated last year
DescriptionGalleryChangelogVersions

Springboard

Springboard is a powerful library for directly transforming fabric loader.

Usage

Springboard provides an entrypoint (springboard.api.SpringboardCandidateEntrypoint), for:

  • Adding extra mod candidates
  • Adding to the preinit classpath
  • Adding extra-early entrypoints
  • Adding exclusions to the class loader (to force the class to be loaded by the system class loader)
  • Adding class transformers (springboard.tweak.classloader.ClassTransformer)

I recommend not using any classes in Springboard besides SpringboardCandidateEntrypoint and ClassTransformer as everything else is unstable.

Maven

repositories {
    maven {
        url "https://maven.jab125.dev/"
    }
}
dependencies {
    modApi "com.jab125:springboard:0.2.18"
}

Compatibility

Springboard is not compatible with Quilt at the moment as a Quilt implementation of Springboard would require large rewrites.

Modrinth is open source.

main@396f737

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.