Skip to content

Fix crash with JEI

Compare
Choose a tag to compare
@gigaherz gigaherz released this 14 Nov 21:34
· 134 commits to master since this release

There's also a whole bunch of under-the-hood changes:

  • Added an internal "item state" abstraction layer, akin to IBlockStates, but for items. Refactored some of the items to make use of it.
  • Switched to the new registry events for adding items and blocks.
  • Refactored many shared classes and utilities into a common library -- not an external dependency, it comes shaded into the jar.