Tags
Creators
Details
Licensed ARR
Published 5 days ago
Updated last month
All versions
1.0.0
Release
AutoFarm 1.0.0last month 89
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
AutoFarm Changelog
New Features
- In-Game Configuration Menu: Added a brand new, fully integrated settings menu designed in the standard Minecraft style!
- Mod Menu Integration: The configuration screen can now be opened seamlessly through the Mod Menu list.
- Chat Command: You can also access the configuration anywhere by typing
/autofarmin the chat. - Automatic Tree Replanting (Off by default): Breaking the bottom log of a tree will now instantly replant its corresponding sapling!
- Sapling Protection (Off by default): Accidentally broke a sapling? The mod can now automatically replant destroyed saplings and nether fungi right back into the ground.
- Smart Ground Detection: Tree and sapling replanting mechanics will now scan the block underneath to ensure the soil is valid (Dirt, Podzol, Nylium, Soul Soil, etc.), preventing false chat warnings when breaking logs high in the air.
- Expanded Crop Support: Fully supports all Overworld tree types (Oak, Spruce, Birch, Jungle, Acacia, Dark Oak, Mangrove Propagules, Cherry) and Nether tree types (Crimson, Warped).
Localization & Translation
- Dynamic Multi-Language System: The entire mod (Chat messages and the GUI) now automatically adapts to your Minecraft language settings!
- Native support added for English, Polish, German, and Spanish.
- The "Done" button and "ON/OFF" toggles utilize Minecraft's built-in translation system for 100% universal compatibility.
Bug Fixes & Improvements
- Fixed a rare issue where the
/autofarmscreen would instantly close upon executing the command from the chat box. - Refactored the core logic for cleaner server-side packet handling to ensure 100% server compatibility.
Optional dependencies
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:ReR6NHXE:zEuz4NU6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ReR6NHXE:zEuz4NU6"
}


