Tags
Creators
Details
1.3.2
Compatibility
Changes
Tiny Farm Boss Addon - v1.3.2
Updates the loot simulation system to a native Java implementation, adding support for Ice and Fire: Community Edition and fixing vanilla boss drops.
Features
-
Adds native support (Soft Dependency) for Ice and Fire: Community Edition. The mod now dynamically detects the CE version without causing import failures upon launch.
-
Implements native (Hardcoded) loot injection for vanilla bosses. The Wither and Ender Dragon will now consistently drop their main rewards (Nether Star, Dragon Egg/Breath), ignoring conflicts with tables overwritten by mods like Progressive Bosses or End Remastered.
-
Implements advanced metadata reading (NBT) for Ice and Fire dragons (
AgeTicksandGender). The farm now accurately detects Stage 4 and Stage 5 dragons to trigger their specific loot tables.
Bug Fixes & Stability
-
Fixes a critical
NullPointerExceptionin theMobFarmBlockEntityclass that occurred when processing complex mobs or entities with heavily modified NBTs. -
Refactors the general namespace from
tinyfarmbossaddontotinyfarmbossto standardize the code and prevent file path conflicts in Datapacks. -
Modifies the
/tinyfarmboss giveLassocommand to generate test loops with properly structured NBT loot paths.
Requirements & Installation
-
Requires Tiny Mob Farm v1.4.1 or higher.
-
Update Notice: If you are updating and using custom configurations, you must move/delete your old loot tables from the
tinyfarmbossaddon/folder. The mod now reads strictly from thedata/tinyfarmboss/folder.
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:dByD7pTp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QQclVXTa:dByD7pTp"
}

