Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 days ago
All versions
1.3.1
Release
Tiny Mob Farm Boss Addon 1.3.12 days ago 29
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
v1.3.1 (Forge):
- Critical Fix — Mod not working in production: Fixed a packaging issue that prevented the addon's core loot system from working correctly outside of a development environment.
- Fix: Regular mobs (both vanilla and from other mods) could stop dropping their normal loot entirely when killed by a player, inside or outside a farm. Fully fixed.
- Fix: Lightning dragons in their amethyst color variant (all 5 growth stages) now correctly drop loot; their loot table referenced an incorrect item ID and silently failed to load.
- Fix: Several MineColonies-related loot tables (Mummy, Norsemen Archer, Norsemen Chief, Pharaoh, Shieldmaiden) now correctly drop loot; they referenced an item that doesn't exist in the supported MineColonies version.
- Minor internal cleanup; removed two unused, non-functional loot modifier registrations that were causing harmless log warnings on startup.
- No new features or gameplay changes in this release — pure stability/bugfix update over 1.3.0.
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:QQclVXTa:ekRtECuA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QQclVXTa:ekRtECuA"
}

