One Enough Item
Modby MerrySnow
With OEI, you can effortlessly replace duplicate items with a single designated representative item.
Type
Mod
CurseForge Downloads
1,164,042
CurseForge ID
1312660
Modrinth Downloads
475,165
Modrinth ID
7pCNymxz
Last Updated
Jun 12, 2026
Description
# OneEnoughItem (OEI)
This mod was developed to resolve the issue of duplicated item dictionaries in modpacks – three types of silver, four types of lead, five types of tomatoes, six types of corn – each with distinct recipes.
With OEI, you can effortlessly replace duplicate items with unique designated representatives.
### Typical Cases

**17 types of tomatoes in a modpack**

**Six types of silver ore in a modpack**
All with independent recipes!
Those days are now over. With OEI, items are replaced with their designated representatives immediately upon creation!
### Usage
OEI is datapack-driven and supports hot reloading. Configure replacements at `data/oei/replacements` using this simple syntax:
```JSON
[
{
"matchItems": [
"#forge:ore",
"minecraft:potato",
"minecraft:carrot"
],
"resultItems": "minecraft:egg"
}
]
```
List item IDs to replace under `matchItems`, and specify the designated representative in `resultItems`.
**Warning: Never replace an item with itself – this may cause critical bugs!**
**KubeJS Integration:**
```JavaScript
ServerEvents.highPriorityData(event => {
event.addJson("oei:replacements/raw_materials.json", [
{
"matchItems": ["#forge:raw_materials/silver"],
"resultItems": "thermal:raw_silver"
}
]);
});
```
OEI supports tag matching. If tag-based replacements require game reloads, use raw item IDs instead (likely due to mod conflicts).
**Built-in Editor (v1.0.3+):**
Press `CTRL+R` to open the GUI editor for codeless replacement configuration!
The editor includes recipe deduplication – see [official documentation](https://doc.sighs.cc/docs/OneEnoughItem/editor).
### Effects
OEI replaces items at the earliest possible stage – not by scanning player inventories.
**Example:** Replacing all items with eggs instantly transforms the creative inventory:

Recipes automatically adapt. Here, iron ingots → eggs in a furnace recipe:

**All recipes are automatically processed**, including JEI displays:

Works with trades, advancements, and nearly all non-hardcoded recipes.
Additionally, replacing items with air will completely remove them. However, for compatibility reasons, such changes will not take effect in the Creative Mode inventory or JEI displays.
### Deep Replacement
Enable in config to extend replacements to item interaction contexts (e.g., healing iron golems with eggs after replacing iron ingots).
Use when standard recipe replacement fails for specific mods.
*Note: Only affects item detection – does not fully inherit original item functionality.*
### Roadmap
- **Properties Stripping**: Remove properties of replaced items (e.g., food properties to exclude them from Spice of Life handbooks). Configurable.
- **Tag Inheritance**: Make representatives inherit all tags from replaced items.
- **Tag Removal**: Completely strip tags from replaced items to eliminate them from recipes.
Compatibility
Mod Loaders
Fabric
Forge
Neoforge
Game Versions
1.17
1.17.1
1.18
1.18.1
1.18.2
1.19
1.19.1
1.19.2
1.19.3
1.19.4
+9 more
Similar Mods
Building Wands
Building Wands (Fabric/Forge)
Mod
16,384,284
Simply Jetpacks
RF powered jetpacks
Mod
16,374,227
Variants&Ventures
Adds multiple new mob variants seamlessly integrated into your Minecraft world.
Mod
16,365,926
CreateTweaker
Adds CraftTweaker support for Create
Mod
16,345,371
XyCraft: Machines
Machines and technology in XyCraft Style!
Mod
16,330,911
Realm RPG: Fallen Adventurers
Improves world exploration by adding skeletons wtih treasures. Vanilla style.
Mod
16,299,869
Included in Modpacks
Semi Realistic Space Exploration Modpack
Master Farmer's