Tags
Creators
Details
0.1.0
Compatibility
Required content
Changes
Create Re-Automated
Port and rework of the original "Create Automated" mod by kotakotik22, updated to Minecraft 1.21.1 with NeoForge.
Create Re-Automated adds an alternative resource extraction system to traditional mining, designed to fit right into Create's automation workflow.
What it adds
- Ore Nodes that replace some ore deposits in the world. You can't break them by hand: you need the right tools or a Stabilizer to make them mineable.
- Extractor, a machine powered by Create's rotational energy. Stick a drill in, point it at a node, and let it do the hard work.
- Three drill tiers (iron, diamond, netherite) with increasing durability and yield. Each node requires a minimum drill tier to be extracted.
- Ore Bits, raw resources obtained from extraction, to be compacted into usable materials through Create's recipes.
- Infinite Nodes, endgame versions of nodes that never deplete, craftable with rare materials.
- Configurable world generation: nodes spawn naturally where ore veins are large enough.
Compatibility
Supports JEI for recipe viewing and KubeJS for script-based customization. Requires Create for NeoForge.
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:97LKd1Lf:ieiLLxj9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:97LKd1Lf:ieiLLxj9"
}

