Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Just Enough Items

Just Enough Items

JEI - View Items and Recipes

14.42M
5,371
Library
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
1.18.x
1.17.1
1.16.1–1.16.5
1.15.1–1.15.2
1.14.2–1.14.4
1.13.2
1.12.x
1.11.2
1.11
1.10.2
1.10
1.9.4
1.9
1.8.8–1.8.9
1.8

Platforms

Fabric
Forge
NeoForge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Patreon

Creators

mezz
mezz Owner

Details

Licensed MIT
Published 2 years ago
Updated 3 weeks ago
DescriptionGalleryChangelogVersions

Show all versions

1
65
66
67
118

11.0.0.212 for Forge 1.19

on Jan 27, 2023
Download

11.0.0.212 for Fabric 1.19

on Jan 27, 2023
Download
  • Clean up unused imports - mezz
  • Update to support the breaking changes in forge (#2886) - Sara Freimer
  • clean up configs slightly - mezz
  • Cleanup - mezz
  • update parchment version - mezz
  • Update dev forge and mappings - mezz
  • set gradle to no longer use configure-on-demand, it breaks ForgeGradle - mezz
  • Remove old createFocusLink method - mezz
  • Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
    • The archivesName property of BasePluginExtension is a Property<String>.

11.0.0.211 for Forge 1.19

on Jan 27, 2023
Download

11.0.0.211 for Fabric 1.19

on Jan 27, 2023
Download
  • Update to support the breaking changes in forge (#2886) - Sara Freimer
  • clean up configs slightly - mezz
  • Cleanup - mezz
  • update parchment version - mezz
  • Update dev forge and mappings - mezz
  • set gradle to no longer use configure-on-demand, it breaks ForgeGradle - mezz
  • Remove old createFocusLink method - mezz
  • Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
    • The archivesName property of BasePluginExtension is a Property<String>.
    • The default implementation of toString() for a Property is to print out

11.0.0.210 for Forge 1.19

on Jan 27, 2023
Download

11.0.0.210 for Fabric 1.19

on Jan 27, 2023
Download
  • clean up configs slightly - mezz
  • Cleanup - mezz
  • update parchment version - mezz
  • Update dev forge and mappings - mezz
  • set gradle to no longer use configure-on-demand, it breaks ForgeGradle - mezz
  • Remove old createFocusLink method - mezz
  • Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
    • The archivesName property of BasePluginExtension is a Property<String>.
    • The default implementation of toString() for a Property is to print out
    • their name and owning object, and not the toString() of their contents.

9.7.0.209 for 1.18.2

on Jan 27, 2023
Download
  • Fix concurrent modification exception when a recipe manager plugin crashes - mezz

  • Update sv_se.json (#2836) - A. Regnander

  • Updated Russian Translation (#2799) - DrHesperus

  • Fix #2812 Add a keybind for the key to exit a recipe screen to the inventory - mezz

  • Allow focuses to match multiple ingredients in a recipe slot - mezz

  • Fix #2790 Recipes are listed twice when checking the uses of an ingredient that is also a catalyst - mezz

  • deprecate some api methods that depend on forge-specific code - mezz

  • Create IIngredientTypeWithSubtypes for generic handling of subtypes in ingredients - mezz

  • Move config screen into platform service - mezz

10.1.0.208 for Forge 1.18.2

on Jan 27, 2023
Download

10.1.0.208 for Fabric 1.18.2

on Jan 27, 2023
Download
  • Fix concurrent modification exception when a recipe manager plugin crashes - mezz
  • #2851 Protect against more crashes from broken fluids - mezz
  • remove gradle.configureondemand to work around a ForgeGradle bug - mezz
    • see https://github.com/MinecraftForge/ForgeGradle/issues/838
  • Fix improper property use causing invalid dependency POM (#2855) - sciwhiz12
    • The archivesName property of BasePluginExtension is a Property<String>.
    • The default implementation of toString() for a Property is to print out
    • their name and owning object, and not the toString() of their contents.
    • This meant that passing archivesName to Node#appendNode as a value,
    • which calls toString() on it to make it into a String, results in e.g.

10.1.0.207 for Forge 1.18.2

on Jan 27, 2023
Download

10.1.0.207 for Fabric 1.18.2

on Jan 27, 2023
Download
  • #2851 Protect against more crashes from broken fluids - mezz
  • remove gradle.configureondemand to work around a ForgeGradle bug - mezz
    • see https://github.com/MinecraftForge/ForgeGradle/issues/838
  • Fix improper property use causing invalid dependency POM (#2855) - sciwhiz12
    • The archivesName property of BasePluginExtension is a Property<String>.
    • The default implementation of toString() for a Property is to print out
    • their name and owning object, and not the toString() of their contents.
    • This meant that passing archivesName to Node#appendNode as a value,
    • which calls toString() on it to make it into a String, results in e.g.
    • `extension 'base' property 'archivesName'` instead of the expected

11.0.0.206 for Forge 1.19

on Jan 27, 2023
Download

11.0.0.206 for Fabric 1.19

on Jan 27, 2023
Download
  • Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
    • The archivesName property of BasePluginExtension is a Property<String>.
    • The default implementation of toString() for a Property is to print out
    • their name and owning object, and not the toString() of their contents.
    • This meant that passing archivesName to Node#appendNode as a value,
    • which calls toString() on it to make it into a String, results in e.g.
    • `extension 'base' property 'archivesName'` instead of the expected
    • value of e.g. `jei-1.19-common-api`.
    • The simple fix is to call Property#get() on archivesName to get its
    • actual value and pass that on as the node value.

11.0.0.203 for Forge 1.19

on Jan 27, 2023
Download

11.0.0.203 for Fabric 1.19

on Jan 27, 2023
Download
  • Fix #2851 Protect against crash from broken fluids - mezz
  • Update to changes in Forge's fluid API (#2852) - Sara Freimer

10.1.0.202 for Forge 1.18.2

on Jan 27, 2023
Download

10.1.0.202 for Fabric 1.18.2

on Jan 27, 2023
Download
  • Fix missing logger - mezz
  • Fix #2851 Protect against crash from broken fluids - mezz

10.1.0.200 for Forge 1.18.2

on Jan 27, 2023
Download

10.1.0.200 for Fabric 1.18.2

on Jan 27, 2023
Download
  • JEI 10. Add Fabric support. Refactor into a multi-project (#2842) - mezz
  • Update sv_se.json (#2836) - A. Regnander
  • Updated Russian Translation (#2799) - DrHesperus
  • Fix #2812 Add a keybind for the key to exit a recipe screen to the inventory - mezz
  • Allow focuses to match multiple ingredients in a recipe slot - mezz
  • Fix #2790 Recipes are listed twice when checking the uses of an ingredient that is also a catalyst - mezz

9.7.0.196 for 1.18.2

on Jan 27, 2023
Download
  • Update sv_se.json (#2836) - A. Regnander

  • Updated Russian Translation (#2799) - DrHesperus

  • Fix #2812 Add a keybind for the key to exit a recipe screen to the inventory - mezz

  • Allow focuses to match multiple ingredients in a recipe slot - mezz

  • Fix #2790 Recipes are listed twice when checking the uses of an ingredient that is also a catalyst - mezz

  • deprecate some api methods that depend on forge-specific code - mezz

  • Create IIngredientTypeWithSubtypes for generic handling of subtypes in ingredients - mezz

  • Move config screen into platform service - mezz

  • move forge configs into forge folder - mezz

1
65
66
67
118

Modrinth is open source.

main@396f737

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.