Cart Assembler poor performance when idle.
ProsperCraft opened this issue ยท 2 comments
I can't get that amount of tick usage but I've identified a part that takes some time.
It checks if it can refill fuel every tick and the culprit is it calls some vanilla code to get the fuel level, I've changed this to only check if some fuel have been used and a slower check cycle, if it can fill it will go faster until it can't fill anymore.
Related commit: 93844e6