Consecutive crafting causing infinte loop?
darkshadow543 opened this issue ยท 2 comments
Issue type:
- ๐ Bug
Short description:
Attempting to set a craft writer to craft an object which has multiple levels of crafting causes the game to freeze.
Steps to reproduce the problem:
- Set up a multi step crafting process, such as a chest. In my case, I was trying to autocraft the crate from Actually additions. All the perquisite materials were set up in the crafting interface.
- Set a variable to the item that requires the multistep process.
- Put the variable in a crafting writer.
- Enjoy the frozen game with a side of salty tears.
Expected behaviour:
Versions:
- This mod: 1.0.0
- Minecraft: 1.12.2
- Forge: 14.23.5.2807
Log file:
The crash does not seem to be caused by an infinite loop, but due to a corrupted dependency graph. Will look into it.