All versions
1.4.0
Release
Tom's Loot 1.4.0 | Loader Update 2 | Quiltlast week 54
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
Quilt support:
- The standalone quilt files have been removed
- Quilt works on Fabric thanks to backward compatibility
important
- Just as with Fabric, this mod** requires "Fabric API" when used with Quilt**; however, since that API is officially available only for Fabric, Modrinth does not download it automatically—so you have to add it manually.
- To ensure you don't run into problems here—such as not finding the mod because your quilt filters are active—here is a brief guide:
- 1: Click on Discover Content

- 2: Click on Mods and then on Fabric API.

- 3: Add the mod to an existing instance

- Ignore these warnings; thanks to Quilt's backward compatibility with Fabric, there shouldn't be any problems.

- To ensure you don't run into problems here—such as not finding the mod because your quilt filters are active—here is a brief guide:
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:X7k1OEQo:HvMIchFY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X7k1OEQo:HvMIchFY"
}

