-
Notifications
You must be signed in to change notification settings - Fork 25
Add support for Extended Item View #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/main/java/vectorwing/farmersdelight/integration/eiv/cutting/CuttingViewType.java
Show resolved
Hide resolved
|
Cooking Pot filling requiring the container should now be resolved - that was a bug. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the two fixes that have been made (thank you to the EIV dev for assisting with one, the other is a workaround). Looks approved.

Extended Item View is a new recipe viewer focused on 1.21.4 and above, with a lightweight API than something like REI. As its my current preferred recipe viewer, and FDRF supports a large variety of recipe viewers on early versions, I talked to Calico about integrating it into FDRF and was given the go-ahead to make a PR. It should be ready to go!
Clarification note: Unlike similar recipe viewers, EIV scales textures that have been provided to it instead of cropping them. This made it impossible to use JEI's textures directly.