promotional bannermobile promotional banner

Reliable Recipe Viewer (RRV)

A recipe viewer for the latest versions of Minecraft, rebuilt from EIV and designed to be configured.

File Details

RRV 7.0.0 for 26.1 NeoForge

  • R
  • Mar 23, 2026
  • 503.53 KB
  • 10
  • 26.1-snapshot
  • NeoForge

File Name

reliable-recipe-viewer-7.0.0+26.1-pre-3-neoforge.jar

Supported Versions

  • 26.1-snapshot

Curse Maven Snippet

NeoForge

implementation "curse.maven:rrv-1422317:7799902"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • Support for Fabric and NeoForge's Data Component Ingredients and NeoForge's block tag ingredients.
  • Side panel visibility can now be individually set rather than always following the Item View.
  • Searching with filters now changes the colour of the text.
  • Searching without a result now changes the colour of the searchbar.
  • Various strings have been made more translatable.
  • Block tags are now visible in the index.
  • World interaction recipes can now be registered via the API.

Changed

  • Recipe types now serialize a SlotContent rather than a raw Ingredient or ItemStack. This allows for a more flexible and smooth experience when creating and serializing modded content.
  • Mod name filter now filters based on namespace rather than mod name.
  • On NeoForge, integrations are now processed after the registry is frozen (in FMLCommonSetupEvent) to guarantee modded items exist.
  • Fluid stack rendering now uses smarter 26.1 exclusive logic (Fixes #15)

Fixed

  • Tag search causing items to appear twice in the index.

Removed

  • Deprecated SlotContent.Type enum, use ActionType instead.
  • Support for versions 1.21.8-1.21.11.
  • Controlify integration is temporarily disabled until it updates.