Started by
jupop777
on
Topic category: Help with Minecraft modding (Java Edition)
How do I reduce mod lag? This seems to be something that is always present whenever I playtest my mod. Is there a way to reduce or remove mod lag?
Topic category: Help with Minecraft modding (Java Edition)
How do I reduce mod lag? This seems to be something that is always present whenever I playtest my mod. Is there a way to reduce or remove mod lag?
A good way would be to check for the unnecessary events triggered by on player update tick, not summoning as many particles and so on
Make sure your tick procedures are not too complex or slow, also make sure you do not generate too many structures, ores, and such