Mod
JEMI
No reviews yet
An EMI addon that adds some features from jei that are missing
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
This mod adds these features to EMI:
Block & Entity Tags
The Ability to add custom Brewing & Anvil Recipes for Modpack Makers/Modders
(Already includes support for Additional Additions die brewing and Exciting Enchants Spear Smithing)
Configuration:
Tags:
You can add
assets/<id>/block_item_mappings.json
and
assets/<id>/entity_item_mappings.json
to any resource pack. These describe what item should be used to represent the block/entity.
Entity Example:
[{ "entity": "minecraft:leash_knot", "item": "minecraft:lead", "name": "Lead" },
{ "entity": "minecraft:tnt", "item": "minecraft:tnt" },
{ "entity": "minecraft:falling_block", "item": "minecraft:sand", "name": "Falling Block" }]
Block Example:
[{ "block": "minecraft:fire", "item": "minecraft:flint_and_steel", "name": "Fire" },
{ "block": "minecraft:soul_fire", "item": "minecraft:flint_and_steel", "name": "Soul Fire" }]
Recipes:
Recipes for Anvils and Brewing stands can be added in the normal recipe folder. CAUTION: these recipes do not add actual functionality. They are just used for displaying in EMI.
Anvil:
{
"type": "emijeicompat:anvil_display",
"conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "excitingenchants"
}
],
"left": {
"item": "excitingenchants:melleable_swordspear"
},
"right": {
"id": "minecraft:iron_ingot",
"count": 3
},
"output": {
"id": "excitingenchants:repaired_swordspear",
"count": 1
}
}
Brewing:
{
"type": "emijeicompat:brewing_display",
"conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "additionaladditions"
}
],
"input": {
"id": "minecraft:potion",
"components":
{
"minecraft:potion_contents": {
"potion": "minecraft:water"
}
}
},
"ingredient": {
"item": "additionaladditions:frostleaf"
},
"output": {
"id": "additionaladditions:blue_suspicious_dye",
"count": 1
}
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources