Xhamolk / XACT

Xhamolk's Advanced Crafting Table. Inspired by Eloraam mod's RP2 and it's Project Table.
http://www.minecraftforum.net/topic/1551715-xact-xhamolk-s-advanced-crafting-table/
11 stars 5 forks source link

Crashes when shift-crafting. #71

Closed Xhamolk closed 11 years ago

Xhamolk commented 11 years ago

There are some scenarios where a recipe can be infinitely be crafted. Crafting on creative mode will also cause this. In those cases, shift-clicking on the output slot will eventually cause a Stack Overflow.

The solution for this is to limit the amount of times slotClick is invoked per craft, to some round number like 64. I believe this can be done in retrySlotClick

Xhamolk commented 11 years ago

This was fixed in d88d4950bb0e59b29fd7608aa39317a3cf7a68c6

Hopefully there are no surprises...