Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 896 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 896 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"
  }
}

minecraft {
  useDepAts = true
}

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.