File Details
breedtimer-1.1.1.jar
- R
- May 11, 2026
- 104.04 KB
- 22
- 26.1.2+2
- Fabric
File Name
breedtimer-1.1.1.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
Curse Maven Snippet
[1.1.1] - 2026-05-11
Added
- Turtle egg floating labels — Labels now appear above turtle egg blocks showing the current hatch stage:
Nx Egg— freshly laid (cyan)Nx Cracking— first cracks (orange)Nx Hatching!— about to hatch (green)
- Compact HUD: turtle eggs — When turtle eggs are nearby, a dedicated line is shown in compact mode:
Turtle Eggs X fresh Y cracking Z hatching
Note: Turtle egg hatch time is random-tick based and non-deterministic — the hatch stage (0–2 of 3) is displayed rather than an exact remaining time.
Fixed
- Villager tracking completely fixed —
VillagerEventMixinwas never registered in the mixin config, meaning villager cooldowns and baby timers were never tracked. A previous fix attempt crashed on startup because it injected intoVillager.handleEntityEvent(not declared inAbstractVillager). The mixin now correctly injects intoAbstractVillager.addParticlesAroundSelfto reliably detect heart particles.

