promotional bannermobile promotional banner

BoD Tame & Growth Patch

A small compatibility patch for Book of Dragons: meat-based growth, auto-tame on hatch/summon, and Epic Fight + ShoulderSurfing camera fixes.
Back to Files

bodtame-1.0.1.jar

File namebodtame-1.0.1.jar
Uploader
epic_loverepic_lover
Uploaded
Sep 12, 2026
Downloads
225
Size
26.7 KB
Mod Loaders
Forge
File ID
8862086
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:bod-tame-growth-patch-1636233:8862086")

Learn more about Curse Maven

What's new

Changelog

1.0.1

Added

  • Epic Fight battle mode auto-toggle on dragon mount/dismount: mounting a Book of Dragons dragon while in Epic Fight's battle (combat) mode now automatically switches you to vanilla mode for the duration of the ride, and restores battle mode the moment you dismount. Epic Fight is declared as a soft (optional) dependency — the mod works fine without it installed, and all Epic Fight API calls live in a single isolated class that is never loaded unless Epic Fight is detected at runtime, so a missing or incompatible Epic Fight build cannot crash the game. The actual API calls are wrapped defensively so a future Epic Fight update that renames its internal methods will log an error instead of throwing.

Fixed

  • Camera snapped to first-person after dismounting while Epic Fight battle mode was active: if your Epic Fight config auto-switches to third-person in battle mode, dismounting a dragon used to force the camera back to whatever perspective you were in before mounting (usually first-person), overriding Epic Fight's own third-person switch. The dismount camera restore now checks whether Epic Fight battle mode was restored and skips the forced perspective change in that case, letting Epic Fight's own camera behavior apply correctly.