Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 13 hours ago
All versions
8.8.0+26.2-neoforge
Release
RRV 8.8.0 for 26.2 NeoForgelast month 72
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Completely redesigned the category formerly known as "Mob Drops".
- Renamed to Entities, and changed the category icon to spawn eggs rather than a sword.
- Hovering over an entity will now show whether they are hostile via text colour, the name of the mod that adds the entity, and Item Descriptions if present.
- Doubled the size of the rendered entity.
- Mob drops have been moved to the side and a tooltip has been added to clarify drops.
- Now shows information about animal food below the entity preview.
- Animal food can be overridden in the client integration via
ItemView#addMobFood.
- Client recipes can now override
addRecipeWidgetsand callGuiWidgetAccess.widgets.addRecipeWidgetto add vanillaRenderable/GuiEventListenerobjects to the recipe layout.- Note: JEI support on this feature still has some issues.
- Active search filters can now be customized from the client config screen, including the text color and required prefix.
Changed
- Creative tabs depending on synchronized recipes are now displayed in RRV correctly.
Fixed
- Crash when spamming bookmarks key.
- Tag descriptions provided by Item Descriptions now wrap correctly.
- Potential crash loading worlds with Unique Recipe Output index source enabled.
- Minor visual touch-ups to config screens.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| reliable-recipe-viewer-8.8.0+26.2-neoforge-sources.jar | Sources jar | 450.02 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:5VolwT6c:xCm4Nl6F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5VolwT6c:xCm4Nl6F"
}

