All versions
1.2.0
Release
Auto Biter 1.2.02 months ago 35
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
π AutoEat v1.2.0 β What's New
π±οΈ HUD Editor with Grid (H key)
Press H in-game to open the editor mode:
- π¦ Full-screen grid β 20px spacing lines for perfect alignment
- π― Center crosshair β visual reference to center the widget
- π±οΈ Drag widget β click and move the AutoEat indicator freely
- π Snap to grid β automatic alignment to 20px grid
- π Live coordinates β shows
x:y:while moving the widget - β¨ Animated border β green/cyan blinking outline to highlight the widget
- β¬ Corner markers β visible points on all four corners
Controls:
Hβ save positionESCβ cancel changes
ποΈ Hide / Show HUD
- Configurable key to hide the indicator without disabling AutoEat
- AutoEat continues working even when the HUD is hidden
- Also available in settings:
Show HUD: ON/OFF
βοΈ Settings Menu
| Option | Function |
|---|---|
| AutoEat ON/OFF | Enable or disable the system |
| Show HUD ON/OFF | Toggle HUD visibility |
| Hunger Threshold | Activation threshold |
| Open HUD Editor | Opens grid-based editor |
| Reset HUD Position | Restores default position |
π¨ Improved HUD Design
- π¨ Dynamic background
- π΄ Red: high hunger
- π Orange: medium hunger
- π’ Green: normal state
- π Top accent bar matching status color
- π Mini hunger bar under the text
- π Live coordinates in editor mode
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:h6FOoEc7:UVXdyidF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h6FOoEc7:UVXdyidF"
}

