Infinituum17 / FastConfigAPI

A mod API used to create configs in Minecraft
Other
1 stars 0 forks source link

Implement `run` / `runAsync`, `runSave` / `runSaveAsync` #10

Closed Infinituum17 closed 1 month ago

Infinituum17 commented 1 month ago

run: Only runs consumer runAsync: Only runs consumer async

runSave: Runs and saves runSaveAsync: Runs and saves async

Infinituum17 commented 1 month ago

Try to rename these methods (read/edit, read/write)

Idea:

Infinituum17 commented 1 month ago

Rewritten logic so that it doesn't involve async code