
Automaticons
ArchivedMinions made fun and easy! A datapack adding little helpers which farm materials for you
27.8Kdownloads
107followers
27.8Kdownloads
107followers
Automaticons has been archived. Automaticons will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 years ago
Updated 8 months ago
All versions
2.1+mod
Release
v2.1 -1.21.5last year 715
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Client and server
Changes
Changes:
- Data pack no longer requires a resource pack
- Automaticons now only have one base instead of one for every tool
- Automaticons can be equipped with any tool (Swords, Axes, Shovels, Pickaxes, Hoes):
- Equipping an Automaticon with the wrong tool for the item it farms will still give an item per payout (but only 1)
- Tools support custom max damage components
- Tools can be enchanted with Looting/Fortune for more items per payout if it's the right tool
- Tools can be enchanted with Unbreaking for it to last longer
- Tools can be enchanted with Efficiency for a faster payout
- Tools break when their durability runs out
- Tools can be unequipped by right clicking if the Automaticon is holding no item in it's offhand
- Automaticons now also drop the equipped tool and item when broken
- Added new heads to the selection of Automaticon heads
- Animations got replaced with fixed poses:
- currently 18 poses in total
- each Automaticon does a random pose when placing
- there's a 50% chance every 70s for the Automaticon to change it's pose
- Automaticons now show durability of equipped tool
- Automaticons now show a progress bar to better indicate when the next payout is about to happen
- Added new crafting recipe for the Automaticon item (Emerald Block surrounded by 8 Wheat in a crafting grid)
- Added new 1.21.5 items to the list of farmable items:
- Sword: Brown Egg, Blue Egg
- Hoe: Leaf Litter, Cactus Flower, Wildflowers, Firefly Bush, Bush, Short Dry Grass, Tall Dry Grass
- Old placed Automaticons get removed automatically
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:JAWG0K7l:AWnMKJpo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JAWG0K7l:AWnMKJpo"
}
