Tiny Mob Farm Boss Addon

An unofficial addon for Tiny Mob Farm that extends the Lasso to safely capture Vanilla and modded bosses and complex modded entities without crashing, using custom simulated loot.

File Details

tinyfarmbossaddon-1.2.0 Forge-1.2.0.jar

  • R
  • May 3, 2026
  • 871.75 KB
  • 37
  • 1.20.1
  • Forge

File Name

tinyfarmbossaddon-1.2.0 Forge-1.2.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:tiny-mob-farm-boss-addon-1468635:8030439")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.2.0 (Forge):

  • Universal Loot Injector: Added a new, non-destructive Global Loot Modifier that ensures bosses drop their key items (Nether Star, Dragon Egg, etc.) even if other mods overwrite their loot tables. It will only inject missing items without deleting anything.
  • Improved "Ice and Fire" Compatibility: Switched to a safer compatibility layer (Soft Dependency) that prevents crashes when using custom forks like "Ice and Fire: Community Edition".
  • New Mod Support: Added native compatibility to capture and farm bosses from L_Ender's Cataclysm and Terramity.
  • User Configuration File (.toml): You can now customize the addon without needing an update!
    • custom_farmable_mobs: Add any mob from any mod to the capture whitelist.
    • blacklisted_mobs: Block problematic mods entirely using wildcards (e.g., minecolonies:*) to prevent the farm from crashing your server.
  • Technical codebase refactoring and cleanup for upcoming NeoForge updates.