KangaliaV / Project-Dinosaur

A mod to bring dinosaurs, archeology and paleontology to Minecraft
Apache License 2.0
4 stars 0 forks source link

[0.7.7] Recipes in JEI are not grouped together via their inputs, and are instead all separate recipes. #63

Open KangaliaV opened 1 year ago

KangaliaV commented 1 year ago

Minecraft Version: 1.19.2 Mod Version: 0.7.7 Forge Version: 1.19.2-43.2.0 Dependencies & Their Versions:

Expected Behaviour: Recipes in JEI, when they have the same inputs, should be grouped together in one grid, showing all their possible outputs. Actual Behaviour: Each output for the same inputs is displayed as their own recipe in JEI, resulting in over 60+ recipes for the same machine when there should be half of that.

Details: For example, if a certain fossil specimen gives three different dna at different chances, they should be seen on the same grid, but instead each one is its own crafting grid in JEI. This makes things complicated and difficult to understand, even if it is functionally working.