Tags
Creators
Details
1.0.1
Compatibility
Changes
Tiny Mob Farm Addon: Bosses 1.0.1 New Features: • Added ability to capture The Wither, Ender Dragon, and The Warden using the Tiny Mob Farm Lasso. • Implemented custom loot tables to ensure bosses drop their rare items (Nether Star, Dragon Egg, Echo Shards) even in basic farms without player kill simulation. • Added /tinyfarmboss give <boss> command to quickly obtain pre-filled lassos. Fixes & Improvements: • Added support for Ender Dragon multipart entities (you can click any part of the dragon to capture it). • Fixed NBT data structure to be fully compatible with Tiny Mob Farm logic. • Added Echo Shards to the Warden's custom loot table. • Removed debug messages from chat upon capture. Metadata & Licensing: • Updated mod metadata to correctly reflect "Unofficial Addon" status. • Clarified credits to DAQEM (original author of Tiny Mob Farm). • Updated license information to respect the original mod's terms. • Corrected author name to Tontoque28.
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:5mZlzbIJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QQclVXTa:5mZlzbIJ"
}

