Add a GUI toggle to auto-export (push) items out. [Botany Hopper pots cause huge lag when the chest below it is full.]
borsvadim opened this issue ยท 3 comments
The hopper pots seems to constantly check and try to push their inventory into the attached storage, to the point that server can become unplayable. It runs fine while there is space in the chest, but goes nuts once everything is full.
Spark Profiler link: https://spark.lucko.me/VlWLEHSpes
At first I though maybe a Redstone toggle could work, but that likely has it's own issues. But maybe a simple On/Off toggle in the GUI for the hopper pot itself?
Hello, I've done similar tests with vanilla chests and haven't had this issue. I think a more likely explanation here is that the block you are exporting into has some code that could be improved or optimized. If there are any profiles not involving 3rd party mods I can look into that.
I see. I was using Netherite Chests from Sophisticated Storage under my pots. Guess I should just use vanilla chests for my buffer. Thanks for the reply!