I'm not quite sure how it works, but the current system for running code on the main thread can probably by simplified using Minecraft.getMinecraft().addScheduledTask
I think I might've not used this system originally due to efficiency concerns? I completely forget what the purpose of this method is.
I'm not quite sure how it works, but the current system for running code on the main thread can probably by simplified using
Minecraft.getMinecraft().addScheduledTask
I think I might've not used this system originally due to efficiency concerns? I completely forget what the purpose of this method is.