promotional bannermobile promotional banner

JEI QuickCraft

Craft JEI recipes instantly from your inventory

File Details

jei-quickcraft-1.3.jar

  • R
  • May 23, 2026
  • 52.13 KB
  • 550
  • 1.20.1
  • Forge

File Name

jei-quickcraft-1.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:jei-quickcraft-1520978:8131452")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

JEI QuickCraft — Changelog

v1.3

New Features

 

  • Draggable widget — right-click and drag the quantity widget anywhere on screen

  • Partial craft support — if you request 14 but only have materials for 2, it crafts as many as possible and shows Quick Craft: 2x Item (2/14 - not enough materials)

  • Missing ingredients tooltip — hovering the JEI transfer button lists exactly what ingredients are missing

Bug Fixes

 

  • Fixed craftCount always sending as 1 even after selecting a higher amount (setScreen(null) was resetting it before the packet sent)

  • Fixed widget disappearing when moving mouse toward it (timeout too short)

  • Fixed 32x preset button not responding to clicks in the bottom half

  • Fixed animation showing only the last digit of the number (horizontal scissor clipping)

  • Fixed encoding corruption (– instead of -) in action bar messages

  • Fixed alt-tab crash (division by zero when window is minimized)

Performance

  • Inventory scan (howManyCan) cached per recipe — only recalculates when inventory actually changes

  • Per-recipe cache uses a map (up to 8 entries) so multiple visible JEI recipes don't evict each other

  • Inventory hash check throttled to every 200ms instead of every frame

  • Shockwave ring rendering capped at 48 steps (was up to 360 at large radius)

Polish

  • Animation redesigned: elegant dark navy panel, single teal border, clean charge pulse, no screen vignette, no rainbow colors

  • Result item flies in a smooth arc without rotating; subtle ghost trail; satisfying landing ring + flash

  • Widget design: green accent bar, dark layered background, gold count color, draggable with visual handle

  • Slide animation on count change: number slides out downward, new number slides in from top