1.7.8
Compatibility
Changes
*completely rewrote the tasking AI
-
fixed miners don't place blocks in pit mode as stairs
-
fixed tools are still equipped when breaking
-
fixed bug when workers have the initial tool in hand after re-joining
-
fixed chest sound spam when deposit
-
fixed AI-goals can be triggered at the same time
-
fixed workers get stuck in/at fences
-
fixed double-chest lid not opening
-
fixed farmers will not take bone-meal from its chest to fertilize the field
-
fixed animal-farmers will not take the breeding item for its animal from the chest
-
added a forced deposit each time before sleeping
-
added naming when in hire screen
-
added forced upkeep/deposit when assigning chest
-
added ability to equip armor
-
added deposit for items that has been farmed (workers will deposit items when they have enough in their inventory) e.g. Farmers will only keep 64 of its seeds to replant others will be deposited in the chest.
-
improved deposit behavior
-
improved performance of follow task
-
improved performance of upkeep/deposit
-
improved goal priorities
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:Pqlv7VM3:77yYkaCO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pqlv7VM3:77yYkaCO"
}

