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
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
SlotContentrather than a rawIngredientorItemStack. 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.Typeenum, useActionTypeinstead. - Support for versions 1.21.8-1.21.11.
- Controlify integration is temporarily disabled until it updates.

