Tags
Creators
Details
0.2.8
Compatibility
Changes
Autowork 0.2.8
Hello everyone! Here comes the last content release of 0.2.X versions.
Blocks with storage variations
We added blocks variations that have internal storage including: Minecart Loader, Minecart Unloader and Breeze Collector

Also, there is Buffer block. A new block that has storage. Right-click with item to put it in the block and right-click with empty hand to extract the item

GUI!
Finally, some blocks have GUI, including: Drill, Placer, Buffered variations (for minecart loader/unloader and breeze collector) that were added in this release
Minecart Loader/Unloader:

Breeze Collector:

Drill:

Placer:

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:MDIFP2NE:KiPc1o7Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MDIFP2NE:KiPc1o7Y"
}

