Code Monkey home page Code Monkey logo

justenoughitems's Introduction

Build Status

JustEnoughItems (JEI)

JustEnoughItems is an Item and Recipe viewing mod with a focus on stability, performance, and ease of use.

This means:

  • not a coremod
  • no dependencies other than Forge
  • clean API for developers
  • nothing but items and recipes

Download

Grab the latest versions from curseforge.

Developing Addons

Add to your build.gradle:

repositories {
  maven {
    // location of the maven that hosts JEI files
    url "http://dvs1.progwml6.com/files/maven"
  }
}

dependencies {
  // compile against the JEI API
  deobfCompile "mezz.jei:jei_${mcversion}:${jei_version}:api"
  // at runtime, use the full JEI jar
  runtime "mezz.jei:jei_${mcversion}:${jei_version}"
}

${mcversion} and ${jei_version} can be found here or on CurseForge, check the file name of the version you want.

Developer FAQ

Q: Why isn't my gradle working?

  • A: Do not put the repositories section in your buildscript area. It should be its own section, outside of buildscript.
  • A: See the build.gradle of any of the many mods that include JEI integration (listed in the "Plugin Examples" section below).

Q: Why aren't all of my items showing up in the item list? They are shown in the creative menu.

  • A: JEI hides items with missing item models (purple and black). You can show them by changing the config option in the in-game config menu.

Q: Where is the deobfuscated jar for developers?

  • A: Use the regular jar file. Forge 1.8.9+ versions automatically deobfuscate jars in the /mods/ directory.

Still have questions? Join #JEI on esper.net IRC for questions or anything else!

Plugin Examples (how to use the API)

The API is pretty well documented but it can still be confusing to get started without an example. Thankfully there are many working examples:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.