1.0.0
Compatibility
Required content
Changes
Elderpup's Mimics and Fusions is a lightweight Minecraft mod that adds mimic items—special craftable items that, when combined with a select list of vanilla blocks, produce bulk duplicates of those blocks. Whether you're building large structures or stocking up on specific materials, this mod helps streamline your workflow by reducing the grind.
Instead of copying every block in the game, the mimics are limited to a curated set of vanilla blocks—carefully balanced to maintain gameplay fairness while enhancing convenience.
Features:
Craft mimic items using recipes that include select vanilla blocks
Use mimics to generate multiple copies of those blocks quickly
Great for builders who need large quantities of core materials
Easy to use and compatible with most modpacks
🔍 Recommended: Use with [Just Enough Items (JEI)] to view all available mimic recipes and combinations.
This mod is perfect for survival players who want bulk access to common blocks without overpowered automation.
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:we2XzF2p:VwC5MHhQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:we2XzF2p:VwC5MHhQ"
}

