Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 11 months ago
All versions
Forge-1.0.0-mc1.20.1
Release
ZynAutoEat 1.0.011 months ago 280
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
✨ ZynAutoEat 1.0.0 (Forge) — Eat smart, play faster.
Highlights
- 👋 Off-hand first with hotbar fallback — it knows where your food is.
- 🍽️ Smooth chain-eating until full — animation stays buttery, no stutter.
- 🖱️ Respects you: pauses on right-click & while any GUI is open, then resumes.
- 🎣 Fishing-rod safe — no accidental cast/reel between bites.
Settings (in-game)
- 🧰 Clean, minimal Blacklist UI with Search, Toggle-All, and Reset.
- 🍎 Categories: Danger Foods, Super Foods, Normal Foods.
- 💾 Settings stored at
config/zynautoeat.json.
Controls
- H — Toggle ZynAutoEat
- J — Open ZynAutoEat Settings
Compatibility
- 🖥️ Client-side only; works on servers without the mod (QoL only).
- 🧵 Forge loader; built for Minecraft 1.20.1.
Requirements
- Forge 47.x (MC 1.20.1)
- (No Fabric API needed for Forge build)
How to use
- Enable with H (you’ll see an action-bar toast).
- Configure blacklists via J; off-hand is prioritized automatically.
- Put food in off-hand/main/hotbar and play — the mod chains bites until full and pauses for your inputs.
Notes
- Lightweight by design: no spam, no input conflicts, no server requirements.
- Special handling for fishing rod to prevent unintended casts between bites.
- UI styled to match the Fabric build (centered list, YES/NO toggles).
Credits
- Author: Zynwro • Contact: https://www.linktr.ee/zynwro
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:ldaYlIxL:qmVOVycV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ldaYlIxL:qmVOVycV"
}

