All versions
3.0.0
Release
Tomtaru's Cobblemon & Immersive Engineering Tweaks 3.0.0last month 157
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
04/08/2026
Breaking rewrite of the old MCreator version. Update packs carefully; recipes and systems may have changed!
Features:
- Aprigel System
- Aprigel is "sprayed" on pokeballs to upgrade them into higher tiered balls using a bottling machine.
- Aprigel is created in an industrial squeezer by industrially squeezing apricorns.
- New Aprigel: Stellar Aprigel
- Stellar Aprigel is used to craft the Masterball.
- Stellar Aprigel is made by refining any coloured aprigel in a refinery using a Nether Star as a catalyst.
- Nether Star recipe
- Crafted from Moon, Sun and Shiny Stone Dust and a Star Sweet.
- Crusher recipes updated.
- The crusher can now crush evolution stone ores, increasing yields.
- The crusher can now crush all kinds of tumblestone clusters and buds.
- The crusher can crush Moon, Sun and Shiny Stones into dusts.
- The crusher can crush Fire stones into blaze powder,
- The crusher can crush Water Stones into Ghast Tears.
- Pokeball Pressing System
- Every apricorn can be pressed into it's corresponding ball using a metalpress and mold.
- An aluminum "frame" can be pressed out of aluminum ingots to later be sprayed into pokeballs.
- A Netherite "frame" can be pressed out of netherite ingots to later be sprayed into masterballs.
- Garden Cloches
- Can grow apricorns, twice as fast with farmer's delights "rich soil" (optional, when FD is installed)
- Can grow berries, twice as fast with farmer's delights "rich soil" (optional, when FD is installed)
- Can grow Cobblemon crops (Medicinal leeks, Galarica Nuts, Hearty Grains, Revival Herbs, Mints, Big Roots, Energy Roots.
- Can crystalise Tumblestones when provided with a Magma Block and Lava.
- The Mixer can be used to craft every restorative item as a fluid
- This has greater yields!
- Can be bottled using a bottling machine.
- Ancient Pokeball Blueprints
- Ancient Pokeballs can be crafted using Blueprints in an Engineers Workbench.
- Can be automated using an Automated Workbench.
- Thermoelectric Generator
- Can now use Ice Stone Blocks, Fire Stone Blocks, Sun Stone Blocks and Water Stone Blocks as thermodifferential blocks.
- Config option "Expert Mode", defaults to false.
- When set to true will DISABLE all pokeball recipes for the crafting table.
- This makes Immersive Engineering the ONLY way to craft them!
- Only use this option if you like the extra challenge.
- Enabling this option means Ancient Pokeballs are gated behind treated wood.
- Enabling this option means Pokeballs are gated behind steel.
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:RC5XZcN8:8Qbe6RH2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RC5XZcN8:8Qbe6RH2"
}

