promotional bannermobile promotional banner

Recipe Tracker HUD

Recipe Tracker helps you keep track of the items you need to craft any recipe, directly in your game.

File Details

recipes_hud-0.2.0-neoforge-1.21.1.jar

  • R
  • May 6, 2026
  • 1.88 MB
  • 42
  • 1.21.1
  • NeoForge

File Name

recipes_hud-0.2.0-neoforge-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:recipe-tracker-hud-client-side-1531745:8050236"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more aboutย Curse Maven

๐Ÿ†• Multiple Recipe Tracking (up to 5)

  • You can now track up to 5 recipes simultaneously. The HUD stacks them vertically, one per row.
  • A greedy craftability algorithm evaluates each recipe in order of entry: if you have enough items for a recipe, it marks it with a โœ” and "consumes" those items from the pool, so the next recipe is checked against the remaining stock.
  • Ingredients are aggregated across all tracked recipes: if two recipes both need sticks, the HUD shows a single row with the combined total.

๐Ÿ“ณ HUD visible in any screen

โ†’ Auto-fill crafting grid

  • When a recipe is crafteable (has โœ”), an arrow button (โ†’) appears to the right of its row while a menu is open.
  • Clicking the arrow automatically places the ingredients in the correct slots of the crafting grid.
  • Works in both inventory (2ร—2) and crafting table (3ร—3). Shaped recipes are placed in the correct positions.
  • Only available when the current screen has a crafting grid.

๐Ÿ—‘๏ธ Per-recipe remove button

  • Each recipe row in the HUD now shows a ร— button (red, to the right of the row) when a menu is open. Clicking it removes only that recipe from the tracking list.

๐Ÿ” Item Search Screen improvements

  • Multi-select: clicking an item marks it (green border) without closing the screen. Click again to deselect.
  • Confirm with โœ“ (applies all pending selections) or cancel with โœ—. The โœ“ button is disabled until at least one item is selected.
  • Counter (X/5) in the title shows how many slots are already used (confirmed + pending). Turns red when full.
  • Panel is fully opaque so it covers the background blur completely.
  • The list stays open until you explicitly confirm or cancel.

Auto-remove on completion

  • Each recipe is individually removed as soon as its result item appears in the playerโ€™s inventory.