Open Wyrrrd opened 9 months ago
Thanks for letting me know about this issue. It sounds like this would require hardcoded support for their custom inventory system which which I am not too excited about doing, but I will reach out to them and see what we can do about this.
Minecraft Version
1.20.1
Mod Version
13.0.22
Mod Loaders
What environment are you running the mod in?
Dedicated Server
Issue Description
Pumping out a hopper botany pot with an item importer from IntegratedTunnels from below adds massive lag to the server. Just 10 of those were enough to make my average setup unplayable.
As of the issue CyclopsMC/IntegratedTunnels#285, this is caused by BotanyPots using a slot-based item handler interface. This causes the pot to iterate over all slots of the inventory below, which is quite a lot when using a large ID/IT network.
Steps to reproduce the problem:
Spark profile