thebrightspark / AsyncLocator

Changes the searching of features to be asynchronous to mitigate associated lag
MIT License
15 stars 5 forks source link

Mostly ported to Fabric, just some thread related things left. #5

Closed AzureDoom closed 1 year ago

AzureDoom commented 1 year ago

Not fully ported, but thread stuff is one thing I'm not very good with threads, so didn't want to mess that up. This does port the config and server starting/stopping systems from the forge version.

thebrightspark commented 1 year ago

I decided to use the multi-loader structure for the mod to support both Forge and Fabric easily in the same project 😄 Greatly appreciate the efforts here though, they helped with my port regardless!