Links
Tags
Creators
Details
1.0.0+1.20.1
Compatibility
Required content
Changes
EMI Chipped Integration 🔍
A Fabric mod for Minecraft 1.20.1 that bridges Chipped and EMI, displaying all Chipped workbench recipes directly in the EMI recipe viewer.
Author: Rane Kun
Description 📝
Chipped adds 7 decorative workbenches to Minecraft, each with hundreds of block variant recipes. This mod registers all of those recipes into EMI so you can browse, look up, and plan crafting without ever opening a workbench.
Features ⭐
- Displays recipes for all 7 Chipped workbenches in EMI
- Full recipe lookup — click any Chipped output item to see how to make it
- Client-side only — no server installation required
- Lightweight with no performance overhead
Requirements ✅
| Dependency | Version |
|---|---|
| Minecraft | 1.20.1 |
| Fabric Loader | ≥ 0.16.0 |
| Java | ≥ 21 |
| EMI | ≥ 1.1.0 |
| Chipped | ≥ 3.0.0 |
Installation 💿
- Install Fabric Loader for Minecraft 1.20.1
- Download and place the following mods in your
mods/folder: - Launch the game — Chipped workbench recipes will appear in EMI automatically
Credits 🎓
This mod is built on top of two excellent mods:
- EMI — A modern recipe viewer and item list mod for Fabric. All recipe display functionality is powered by EMI.
- Chipped — A decorative block mod by Terrarium (Organization), adding 7 workbenches with hundreds of block variant recipes. All recipe data comes from this mod.
Full credit for the underlying systems goes to the authors of these two mods. This integration mod simply connects them together.
License ✒️
MIT License — see LICENSE for details.
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:2RAIsW5P:46yzCmvX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2RAIsW5P:46yzCmvX"
}



