Started by
10ionic
on
Topic category: Troubleshooting, bugs, and solutions
As said in the title I've narrowed the freezing of mobs and non-functioning commands to the 2 procedures with while loops. Here is screen shots of the 2 procedures.
Help would be greatly appreciated.
While while is running, Minecraft will be blocked as Minecraft logic is single-threaded.
while while is running? XD
how do we fix this
You can't fix what is made to work that way. Each procedure blocks thread for a minimal time, so procedures need to finish fast.
oof
This is how all gaming logic works, with tick systems with short actions on ticks...
You quoted oof?
lol I learnt something new today