You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two new survival modes:
- fall_protection: Uses water bucket (MLG water) when falling from
height >10 blocks. Checks for ground proximity before activating.
High priority mode that interrupts all actions.
- auto_sleep: Automatically finds and sleeps in nearby beds when
night falls (13000-23000 ticks). Checks every 30 seconds to avoid
spamming. Uses the existing goToBed skill which handles all bed
types. Handles occupied bed errors gracefully.
Both modes use English narration and follow the existing mode patterns
(say/execute helpers, proper active/interrupts flags).
0 commit comments