[1.10.3] Recursive Recipe Issue - Crushing stone into cobblestone
Peekofwar opened this issue ยท 1 comments
Describe the bug
I created a process pattern that tells the RS system that it can make cobblestone using stone in the Mekanism crusher machine... However, when I try to use this process, it comes up with an error stating the process results in the item being used by itself.
Thinking about it now, I believe it might just be a recursive issue where it thinks it should turn the cobblestone back into stone to make cobblestone, which would get nowhere.
How hard would it be to prevent the system from doing this? It already identifies the recursive error and denies craft action.
How can we reproduce this bug or crash?
- Create a process recipe that states one stone results in one cobblestone.
- Place that recipe in a crafter with a Mekanism crusher, or other crushing device that can crush stone into cobblestone.
- Have another recipe that tells the machine it can smelt one cobblestone into one stone
- Attempt to craft something using this process.
What Minecraft version is this happening on?
Minecraft 1.18.2
What Forge version is this happening on?
40.1.60
What Refined Storage version is this happening on?
1.10.3
Relevant log output
No response