All versions
1.0.9
Release
Villagers Catch9 months ago 72
Compatibility
Minecraft: Java Edition
1.21.9
Platform
Fabric
Supported environments
Client and server
Changes
Version 1.0.9 - Changelog
New Features
- Iron Farm Monitor System: Real-time golem spawn detection and tracking
- /ironmonitor start [radius] - Start monitoring at current position
- /ironmonitor follow [radius] - Monitor while following player movement
- /ironmonitor stop - Stop monitoring with final summary
- /ironmonitor stats - Display real-time statistics
- /ironmonitor analyze - Re-analyze farm structure
- /ironmonitor reset - Reset statistics
Iron Farm Analysis
- Automatic detection of villager-spawned golems (excludes player-built)
- Real-time spawn rate calculation (golems/minute)
- Average spawn interval tracking
- Projected golems per hour estimation
- Villager status analysis (beds, jobs, sleep status, spawn readiness)
- Support for both GOSSIP and PANIC spawn modes
Technical
- Full Polymer compatibility - all messages sent client-side only
- Action bar display updates every 0.5 seconds
- Efficient entity detection using Fabric lifecycle events
- Per-player monitoring data storage
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:pPHF6jYG:ZY7iCLac"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pPHF6jYG:ZY7iCLac"
}

