Skip to content

Conversation

@uxmlen
Copy link
Contributor

@uxmlen uxmlen commented Jan 11, 2026

Type of change

  • Bug fix
  • New feature

Description

Add boolean search-inventory (default: false).

Previously, AutoEat only searched the hotbar for food. With this option enabled, it scans both the hotbar and main inventory. Food from the main inventory is moved to an empty hotbar slot before use (only if the hotbar has a free slot).

This is useful when the hotbar runs out of food: a new stack will be automatically pulled from the main inventory, prioritizing items with higher nutrition.

Food already in the hotbar has priority over items in the main inventory. The option only moves food from the inventory if the hotbar has empty slots.

Related issues

N/A

How Has This Been Tested?

demo:

2026-01-11.13-49-06.mp4

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

uxmlen and others added 5 commits January 11, 2026 13:46
Add boolean `search-inventory` (default: false).

Previously, AutoEat only searched the hotbar for food. With this option enabled, it scans both the hotbar and main inventory. Food from the main inventory is moved to an empty hotbar slot before use (only if the hotbar has a free slot).
1. find best food in hotbar
2. if nothing found, check offhand
3. if allowed, search main inventory
@Wide-Cat Wide-Cat merged commit 51443e0 into MeteorDevelopment:master Jan 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants