McJtyMods / RFToolsUtility

Everything from RFTools that doesn't fit in its own mod
MIT License
18 stars 17 forks source link

More recipe caching #197

Open mibac138 opened 1 month ago

mibac138 commented 1 month ago

When playing on the ATM9 modpack I noticed every time I opened a crafter with a bunch of recipes my game froze for a moment. The same happened when a ClientboundContainerSetContentPacket was sent (i.e. when shift-clicking and moving multiple items into the crafter at once) although the pause took longer in this case. Commit b1ef472ca7dc7ff0b3093e25c2897f0e0d2650f8 fixes the second issue, while 49e53f247e566942f8b3bd65f24920039dc5bbcb the first one