Links
Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
EMI Woodcutter Integration 🪚
A Fabric mod for Minecraft 1.20.1 that bridges Nemo's Woodcutter and EMI, displaying all woodcutting recipes directly in the EMI recipe viewer.
Author: Rane Kun
Description 📝
This mod adds an EMI plugin that registers all stonecutter/woodcutter recipes from Nemo's Woodcutter into the EMI item list and recipe viewer. Any custom woodcutting recipes added via datapacks are automatically supported.
Features ⭐
- Displays all Nemo's Woodcutter recipes in EMI
- 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 |
| Nemo's Woodcutter | ≥ 1.12.0 |
Installation 💿
- Install Fabric Loader for Minecraft 1.20.1
- Download and place the following mods in your
mods/folder:- EMI
- Nemo's Woodcutter
- This mod (
emi-woodcutter-integration-1.0.0.jar)
- Launch the game — woodcutter 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/Forge. All recipe display functionality is powered by EMI.
- Nemo's Woodcutter — Adds a functional Woodcutter block with a full recipe system. All woodcutting 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:PSCh5w5i:uVPOTLZU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PSCh5w5i:uVPOTLZU"
}

