Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
Updated 2 months ago
All versions
2.4.0
Release
2.4.010 months ago 919
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.1
Platforms
Fabric
Forge
NeoForge
Supported environments
Client-side
Server-side
Changes
:sparkles: New Features
d7d8b16- add more helper for module class loader modify (commit by @SettingDust)46349f1- implement the module mover (commit by @SettingDust)
:bug: Bug Fixes
0e3aa97- needn't dummy mod on fabric (commit by @SettingDust)757f187- fabric: call the setup mods in knot class loader (commit by @SettingDust)0de454c- remove the package lookup and resolved roots from source when move (commit by @SettingDust)0e3d033- don't move module if needn't (commit by @SettingDust)6db279b- virtual mod module name isn't modid (commit by @SettingDust)
:recycle: Refactors
f6ba3d5- forge: split the plugin layer to add the virtual mod container (commit by @SettingDust)f3edc4d- neoforge/modlauncher: add virtual mod container (commit by @SettingDust)aa2cedc- remove unused plugin module & make the neoforge fancy mod loader virtual mod work (commit by @SettingDust)db6b5b5- move the neoforge service into modlauncher (commit by @SettingDust)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| preloading-tricks-2.4.0-forge-service.jar | Unknown | 513.84 KiB | |
| preloading-tricks-2.4.0-neoforge-fancy-mod-loader.jar | Unknown | 47.41 KiB | |
| preloading-tricks-2.4.0-neoforge-modlauncher.jar | Unknown | 512.42 KiB | |
| preloading-tricks-2.4.0-sources.jar | Unknown | 75.31 KiB | |
| preloading-tricks-2.4.0-version-fabric-1.20.1.jar | Unknown | 25.36 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:FFeAJNCx:7bI8Cj3K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FFeAJNCx:7bI8Cj3K"
}

