promotional bannermobile promotional banner

BreedTimer

BreedTimer shows countdown timers above animals and villagers so you know when they can breed again.

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

Fabric

modImplementation "curse.maven:breedtimer-1507360:8074064"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[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 fixedVillagerEventMixin was 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 into Villager.handleEntityEvent (not declared in AbstractVillager). The mixin now correctly injects into AbstractVillager.addParticlesAroundSelf to reliably detect heart particles.