Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
Updated 2 months ago
All versions
3.6.0
Release
3.6.03 months ago 16.4K
Compatibility
Minecraft: Java Edition
26.1.x
1.21.1–1.21.11
1.20.1
Platforms
Fabric
Forge
NeoForge
Supported environments
Client-side
Server-side
Changes
:bug: Bug Fixes
80ece07- restore module injector api files (commit by @SettingDust)
:recycle: Refactors
089c55e- restore build topology after copier update (commit by @SettingDust)03196c6- obsolete NeoForge callback artifacts (commit by @SettingDust)9f25b22- share list-backed mod manager logic (commit by @SettingDust)4c719ff- restructure sources into api core shared platform targets (commit by @SettingDust)058d9ef- extract shared target/version constants in build script (commit by @SettingDust)caaf03e- deduplicate neoforge dependency excludes and rename run regions (commit by @SettingDust)eec2d95- extract run target MOD_CLASSES env setup (commit by @SettingDust)5a8bc34- align forge modlauncher package naming (commit by @SettingDust)ae282c0- remove unused entrypoint and module injector leftovers (commit by @SettingDust)
:wrench: Chores
ee23367- copier update checkpoint B (commit by @SettingDust)5a333b4- plans: add copier update execution artifacts and reconciliation gates (commit by @SettingDust)83bd560- remove obsolete copier gate and NeoForge 21.10 setup (commit by @SettingDust)6757863- remove plans (commit by @SettingDust)0a66459- remove unused files (commit by @SettingDust)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| preloading-tricks-3.6.0-platform-forge-modlauncher.jar | Unknown | 874.91 KiB | |
| preloading-tricks-3.6.0-platform-neoforge-fancy-mod-loader.jar | Unknown | 831.59 KiB | |
| preloading-tricks-3.6.0-platform-neoforge-modlauncher.jar | Unknown | 873.16 KiB | |
| preloading-tricks-3.6.0-sources.jar | Unknown | 100.71 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:viCbImym"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FFeAJNCx:viCbImym"
}

