Started by
BlueFeline
on
Topic category: Help with MCreator software
Hello,
I am creating a mod which includes many procedures. When I test my mod, I start to lag a lot and sometimes I crash. Someone know if this is due to the presence of many procedures; and if so, is it better to combine all the procedures into one or separate the large procedures into a multitude of small procedures? I can provide more details if necessary!
BlueFeline
Edited by BlueFeline on Wed, 02/26/2020 - 16:19
If you use many procedures on tick updates this is normal and should not be done.
Is it better to bring them into one big procedure on tick updates ?
This will not solve it, you need to avoid doing any complex logic in tick event, this is how MC is designed.