transposer fill recipes
sinandds opened this issue ยท 1 comments
Describe the feature
the transposer fill recipes are hard to navigate there are a million of the same recipe such as treated wood and sooty marble and it would be nice if it were just the basic oak planks and basic marble recipes for said items
Reasons why this should be added
because its annoying looking through 117 pages only to find treated wood and sooty marble recipes
Describe alternatives you've considered
.
Additional context
No response
currently we add these recipes via simply iterating through the oredict. this change would require us to create a local array (which has the ability to introduce issues via oversights). so, this cant be done without significantly changing how we add these recipes.
additionally, the community has consistently raised issues that indicate that changing it from "all x" to "some x" would be undesired. finally, it is at most inconvenient, and you can easily find the recipe for the other items via simply looking for their recipe directly - and as such have no reason to need to scroll through 117 pages.
as such, i believe the suggested change is an unneeded and negative one.