Started by
Muzaki
on
Topic category: Help with Minecraft modding (Java Edition)
I have this block thats supposed to spread to other blocks every few ticks, but if theres alot of them then it lags the internal server a bunch, is there anything i could do to fix this?
(dont tell me to have less blocks, the entire point is that theres supposed to be tons of them)
Yea use the wait block more often
yes i have tried using the wait block and making it a random tick, it doesnt improve performance much
Hmm what is the trigger you are using?
If its on world tick, thats the issue
Its basically overloading the CPU with calculations
that makes sense but what should i use as the trigger then?
Things you can try
1, Make it only work in certain biomes to off set some of the load
2, Only a few ticks is very fast. You want it to tick slower. I use this Tick Calculator. >> Tick Calculator (mapmaking.fr)
3, Depending on how your spawning them into the world. You may want to make another block that it can spawn off of so you have more control of how it spawns into the world.
GL
Chew