Tags
Creators
Details
1.4.0+neoforge
Compatibility
Changes
Ala Loot now runs on Fabric as well as NeoForge, and moves to Minecraft 26.2.
Two jars, one mod
Pick the file that matches your setup — they are not interchangeable:
alaloot-fabric-26.2-1.4.0.jar— Fabric Loader 0.19.3+, requires Fabric APIalaloot-neoforge-26.2-1.4.0.jar— NeoForge 26.2.0.67+
Both are built from the same code and play identically: same drop chance, same boss rewards, same commands, same eight languages.
What changed
- Fabric support. Everything the NeoForge version does, the Fabric version does too.
- Minecraft 26.2. Java 25.
- The mod is now called Ala Loot in the mod list, written with a space. The internal id has not changed, so existing worlds and config files keep working.
- On Fabric the settings live in
config/alaloot.json; on NeoForge the file is stillconfig/alaloot-server.tomland the in-game Settings screen still works. Both have the same options, and/alaloot toggleand/alaloot blacklistbehave the same on either loader.
Upgrading
Drop the new jar in and remove the old one. Server-side only, as before — players joining your server do not need to install anything.
If you are staying on Minecraft 26.1.2 or 1.21.1, keep using 1.3.x; those files remain available.
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:f7RwzaP5:OXMGkM8j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f7RwzaP5:OXMGkM8j"
}

