Skip to content

[1.18.2] [1.19] EMI 0.3.0

Choose a tag to compare

@emilyploszaj emilyploszaj released this 24 Jul 14:55

Additions:

  • Added Mod Menu support
  • Added batch size to recipe tree
  • Added crafting mode for recipe trees
  • Added synthetic favorites for use with crafting mode, quickly crafting batches, and not overcrafting
  • Added experimental default recipe sorting for categories
  • Recipe favorites now display missing items for a quick craft
  • Recipe tree resolution can now be cleared, and is more telegraphed, informing the player how it functions.

Fixes:

  • Botania tooltip components and similar now show up in the right place for index tooltips
  • Various stability fixes
  • Cheat mode item deletion now respects exclusion zones (#23)
  • Button overlap (#34)

API:

  • Added EmiStackConvertible to vanilla types. EmiStack.of(Items.STONE, 10) and EmiStack.of(Fluids.WATER) can be replaced with Items.STONE.emi(10) and Fluids.WATER.emi() for a more convenient dev experience.
  • SlotWidget.custom has been deprecated and replaced with SlotWidget.customBackground as the former returned void instead of SlotWidget. Will be removed in the next breaking release.