Started by
Onarsh
on
Topic category: Help with MCreator software
Is there a way to optimize procedure creating? When it has a lot of procedure blocks it freezes awfully.
Topic category: Help with MCreator software
Is there a way to optimize procedure creating? When it has a lot of procedure blocks it freezes awfully.
Try to split the actions in many procedures, and instead of execute an action directly into your procedure, you call another procedure. It will fix your problem.