Commit Graph

2 Commits

Author SHA1 Message Date
sasheg 31a21f2f45 Improve AI: bed memory (30-block search), relationship-based follow goal, crouch fixes
- EllieSleepGoal: check stored bedPos first, search 30 blocks on miss
- releaseBed() no longer clears memory; forgetBed() for destruction
- New FollowPlayerGoal: 50-75% distant follow, 75-99% closer, 100% approach
- fix: crouch animation thenLoop, idle doesn't override crouching
- fix: sleep Y rotation = facing.toYRot() (head toward headboard)
- fix: checkLowCeiling scan range reduced (2-4 blocks, 3 for path)
2026-06-09 21:27:11 +03:00
sasheg f5d318f02e Initial commit: Forge 1.20.1 Ellie companion mod
- EllieEntity with GeckoLib animations, sleep AI, pathfinding with crouching
- Dialog system with conditions and effects
- Relationship system with milestones
- OpenDoor and bed occupation pathfinding
- 15 animations: idle1/2/3, sleep, walkingsimple, shiftwalking/shiftidle, etc.
2026-06-09 21:18:04 +03:00