All versions
1.1.0-alpha.1
Alpha
The Automation Update: Smarter and Better Tasks6 months ago 4,726
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Hello, Players! This is an alpha update that overhauls the maids' AI and adds useful new automation features.
Please keep in mind this is an alpha release, so there may be bugs.
New Features
New Task: Fueling!
- Maids can now automatically refuel your furnaces, blast furnaces, and smokers.
- Smart Fueling Algorithms: Choose from different modes in the config!
- Cost Efficiency: The maid will calculate the most efficient fuel to use to prevent waste.
- Best Fuel: The maid will always use the longest-lasting fuel available.
- Worst Fuel: The maid will use up your junk fuels first.
- New Configs: Added options for furnace cooldowns, fuel-saving toggles, and blacklists for both fuel items and items to be smelted.
New Task: Organizing!
- Maids can now sort nearby chests and barrels.
- Advanced Sorting Algorithms:
- Item Type: A new, detailed sorting that groups items by their specific function (swords, pickaxes, food, blocks, etc.).
- Category: A simpler sort that groups items into broad categories like "Tools" and "Blocks."
- A-Z / Z-A: Standard alphabetical sorting.
- New Configs: Added options for container cooldowns, animation time, and a container blacklist.
Major Fixes & Improvements
Logging Overhaul
- Improved pathfinding AI.
- Fixed the breaking loop.
- Enchantments are now correctly applied.
Mining Overhaul
- Fixed blacklist and whitelist.
- Chain mining now identifies deepslate ores as part of the same vein.
- Fixed the X-Ray Mode.
Water Overhaul
- Improved reaction time.
Alchemist & Potion Task
- Fixed a friendly-fire bug where maids would not check for their owner.
- Added a range config to avoid friendly-fire.
- Improved attack cooldown consistency.
UI & Config
- Added new blacklists and whitelists to the Mod Menu config screen.
- Cleaned up and fixed several incorrect tooltips and descriptions.
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| touhou_tasks-1.0.0-sources.jar | Source jar | 1.56 MiB |
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:sOO2VWSm:CkYSUQoB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sOO2VWSm:CkYSUQoB"
}

