Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 862 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 862 Bytes

JustEnoughItems (JEI)

JustEnoughItems is an Item and Recipe viewing mod which only contains the basics.

This means:

  • not a coremod
  • no dependencies
  • nothing but items and recipes

Download

JEI has versions built for Minecraft 1.8 and 1.8.8. Grab the latest versions from curseforge.

Developing Addons

Add to your build.gradle:

repositories {
  maven {
    url "http://dvs1.progwml6.com/files/maven"
  }
}

dependencies {
  deobfCompile "mezz.jei:jei_<MINECRAFT-VERSION>:<JEI-VERSION>"
}

<MINECRAFT-VERSION> can be 1.8 or 1.8.8. See the list of github tags for available JEI versions.

Join #JEI on esper.net IRC for questions or anything else.