Scrolling too Fast in JEI past Agricraft items crashes the game
Ristellise opened this issue ยท 6 comments
This might not be easy to fix, since the mod depends on just-in-time model generation, wherein the models aren't actually created until after the json files are received from the server and generated at first render request. The rapid scrolling of JEI might overtax the system to the point of failure.
Actually, it appears that you have allocated forge too little memory to run. The reason it didn't show up until the AgriCraft blocks was because we use lazy loading to speed up boot times.
-Xms512m -Xmx1024m
Yeah you definitely need more than 1Gb. Especially with... what is that? 150 mods or so?
Lol... I didn't realize that the memory allocation was that low... Even more impressive that it actually launched in the first place.
ah i see... dammit multimc XD jeeps settig my memory sometimes a bit too low...