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)andEmiStack.of(Fluids.WATER)can be replaced withItems.STONE.emi(10)andFluids.WATER.emi()for a more convenient dev experience. SlotWidget.customhas been deprecated and replaced withSlotWidget.customBackgroundas the former returnedvoidinstead ofSlotWidget. Will be removed in the next breaking release.