
LovelyLib
The robot-specific library shared by all Lovely Robot variants. Handles the robot type system, shared animation profiles, and save migration so that Legacy, Tribute, and Reboot don't duplicate core logic. Required by all three variants — does nothing on it
Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Overview
LovelyLib is the robot-specific library layer for the Lovely Robot mod family. It sits between HZLib and the three Lovely Robot variants — handling everything that is common to robot companions specifically, so that Legacy, Tribute, and Reboot all share the same foundation without duplicating it.
If you're installing any Lovely Robot mod, you need this.
What It Provides
- Robot type system —
LovelyRobotTypewith composable features (levelling, combat, protection, animation) - Animation Profile System — shared animation profile for all robot types (idle, walk, rest, sit, attack), built on HZLib's profile infrastructure
- Feature composition —
LevelFeature,CombatLevelFeature,ProtectionFeaturewired together per robot type - Robot profile migration — version-aware NBT data migration so saves stay compatible across updates
Who Needs This
This is a library — it does nothing on its own. Install it alongside any Lovely Robot variant.
Required by:
- Lovely Robot: Legacy
- Lovely Robot: Tribute
- Lovely Robot: Reboot
Also requires:
Compatibility
| Minecraft | Fabric | Forge | NeoForge |
|---|---|---|---|
| 1.21.1 | ✅ | ✅ | ✅ |
Links
- Source: GitHub — heria-zone
- Issues: GitHub Issues
Credits
Developed by MSymbios / Heria Zone. Originally inspired by the robot companion framework from lilacx02's Lovely Robot.

