Community listing page, reviews here may not be monitored by the author.
Reliable Recipe Viewer (RRV)
No reviews yet
A recipe viewer for the latest versions of Minecraft, rebuilt from EIV and designed to be configured.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes mods that provide maps, minimaps, and informational tools for navigation.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
A modified or ported version of an existing mod.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Reliable Recipe Viewer
A recipe viewer for the latest versions of Minecraft, rebuilt from EIV and designed to be configured.
NOTE: Since 1.21.2, all recipe viewers must be installed on both the client and server for full functionality.
Features
- Recipe Viewing: See recipes for all vanilla recipe types, as well as supported modded recipe types as well!
- Powerful Configuration: Reorder and disable recipe types, rearrange the item index, rearrange the overlays, and more config options to fit your needs.
- Bookmarking and Craftables Panel: Bookmark items and recipes with the
Akey, or use the side panel to see what you can craft with the items in your inventory. - Stack Groups: Similar items are grouped together in the index to make browsing easier. As always, highly configurable!
- Recipe Transfer: Click the transfer button on supported recipes to quickly transfer items from your inventory to the workstation.
Reliable Recipe Viewer is a fork of Extended Item View. A summary of changes made from the original project can be found below.
Why Reliable Recipe Viewer?
- A reworked API designed around the recipe synchronization APIs present in Fabric and NeoForge, cutting down on redundant work and allowing some parts of RRV to function even when the server has a different recipe viewer or uses a plugin like JustEnoughPaper.
- On Fabric, a local fallback mode allowing for partial functionality on vanilla servers.
- Support for the latest versions of Minecraft, including snapshots when possible.
- New API options to hide recipes, recipe categories, enchantments, potions, and more.
- Ability to bookmark individual recipes, rather than only stacks.
- An option to show craftable items from your inventory.
- Additional configuration options, including switching the side of the item index, centering the search bar, reorganizing and hiding recipe categories, editing the index, and much, much more.
- Additional GUI improvements, like a scroll bar for the item index, a way to see all recipes by clicking on the recipe type, buttons to change the item index page, and more.
- Additional recipe types for special crafting recipes, item tags, repairing, and resource pack-driven info, world interaction, and anvil combining recipes.
- Compatibility improvements, showing mod name translations, tag translations, support for component ingredients, and more.
- Improved mod compatibility with Reliable Remover, Polydex, Controlify, and more.
- Fixes for multiple bugs seen in the original project.
Documentation
Developers wishing to integrate their mods with Reliable Recipe Viewer or configure it for their modpack can make use of RRV's easy to use API. You can find more info on the Modded Minecraft Wiki. Unlike the original mod, this fork provides its sources through Modrinth Maven so that API Javadocs can be easily used.
FAQ
- Will this mod be ported to other versions/loaders?
- This port will be kept up to date with the latest version of Minecraft, and I have opted to support the primary loaders on 26.1, Fabric and NeoForge. No backports are planned/necessary, please use the original mod.
- How do I get started adding compatibility with RRV?
- Please see the docs on the Modded Minecraft Wiki!
- What mods are compatible with RRV?
- Please see the Modrinth Collection, which lists every mod that I know has RRV integration. If you are a developer, and you've added support for RRV, please reach out in the Discord and I'll add your mod!
- Where can I ask questions about RRV?
- I am happy to answer RRV related questions in my Discord.
License
Reliable Recipe Viewer is available under the open source MIT License, matching the original mod.
Credits
This began as a port of Extended Item View to Fabric 1.21.11 and beyond with the goal of improving the mod and making it available on newer versions. I was not able to make these changes to EIV directly, as the developer does not seem to respond to pull requests. EIV is available under MIT License.
Reliable Recipe Viewer
A recipe viewer for the latest versions of Minecraft, rebuilt from EIV and designed to be configured.
NOTE: Since 1.21.2, all recipe viewers must be installed on both the client and server for full functionality.
Features
- Recipe Viewing: See recipes for all vanilla recipe types, as well as supported modded recipe types as well!
- Synchronized Recipe Support: On Fabric or NeoForge servers with RRV installed, or on servers using a plugin like JEI Recipe Fix, recipes will be automatically synced from the client to the server.
- Local Recipe Support: On vanilla servers, RRV will automatically pull recipe data from the client's
recipefolder. If possible RRV should still be installed on the server.
- Powerful Configuration: Reorder and disable recipe types, rearrange the item index, rearrange the overlays, and more config options to fit your needs.
- Bookmarking and Craftables Panel: Bookmark items and recipes with the
Akey, or use the side panel to see what you can craft with the items in your inventory. - Stack Groups: Similar items are grouped together in the index to make browsing easier. As always, highly configurable!
- Recipe Transfer: Click the transfer button on supported recipes to quickly transfer items from your inventory to the workstation.
Reliable Recipe Viewer is a fork of Extended Item View. A summary of changes made from the original project can be found below.
Why Reliable Recipe Viewer?
- A reworked API designed around the recipe synchronization APIs present in Fabric and NeoForge, cutting down on redundant work and allowing some parts of RRV to function even when the server has a different recipe viewer or uses a plugin like JEI Recipe Bridge, JEI Recipe Fix, or similar.
- Safe to use on only the dedicated server without triggering registry sync errors.
- A local fallback mode allowing for partial functionality on vanilla servers.
- Support for the latest versions of Minecraft, including snapshots when possible.
- New API options to hide recipes, recipe categories, enchantments, potions, and more.
- Ability to bookmark individual recipes, rather than only stacks.
- Similar items are grouped together in stack groups, making make browsing the index easier. As always, highly configurable!
- An option to show craftable items from your inventory.
- Additional configuration options, including switching the side of the item index, centering the search bar, reorganizing and hiding recipe categories, editing the index, and much, much more.
- Additional GUI improvements, like a scroll bar for the item index, a way to see all recipes by clicking on the recipe type, buttons to change the item index page, and more.
- Additional recipe types for special crafting recipes, item tags, repairing, and resource pack-driven info, world interaction, and anvil combining recipes.
- Compatibility improvements, showing mod name translations, tag translations, support for component ingredients, and more.
- Improved mod compatibility with Reliable Remover, Polydex, Controlify, Glowcase, Sinytra Connector and more.
- Fixes for multiple bugs seen in the original project.
Documentation
Developers wishing to integrate their mods with Reliable Recipe Viewer or configure it for their modpack can make use of RRV's easy to use API. You can find more info on the Modded Minecraft Wiki. Unlike the original mod, this fork provides its sources through Modrinth Maven so that API Javadocs can be easily used.
FAQ
- Will this mod be ported to other versions/loaders?
- This port will be kept up to date with the latest version of Minecraft, and I have opted to support the primary loaders on 26.1, Fabric and NeoForge. No backports are planned/necessary, please use the original mod.
- How do I get started adding compatibility with RRV?
- Please see the docs on the Modded Minecraft Wiki!
- What mods are compatible with RRV?
- Please see the Modrinth Collection, which lists every mod that I know has RRV integration. If you are a developer, and you've added support for RRV, please reach out in the Discord and I'll add your mod!
- Where can I ask questions about RRV?
- I am happy to answer RRV related questions in my Discord.
License
Reliable Recipe Viewer is available under the open source MIT License, matching the original mod.
Credits
This began as a port of Extended Item View to Fabric 1.21.11 and beyond with the goal of improving the mod and making it available on newer versions. I was not able to make these changes to EIV directly, as the developer does not seem to respond to pull requests. EIV is available under MIT License.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers