FancyMcPlugins / FancyNpcs

FancyNpcs is a simple, lightweight and fast npc plugin using packets
https://modrinth.com/plugin/fancynpcs
MIT License
128 stars 27 forks source link

Move npc tracking to a runnable #25

Closed SirSalad closed 1 year ago

SirSalad commented 1 year ago

Moved the NPC tracking to an async runnable. FancyScheduler#runTaskTimerAsynchronously runs on seconds, so the look at feature is a bit choppy

OliverSchlueter commented 1 year ago

Will first sort out the scheduler problems then come back to this