diff --git a/Anvil-API.md b/Anvil-API.md index 44d2521..5ae5378 100644 --- a/Anvil-API.md +++ b/Anvil-API.md @@ -1,5 +1,7 @@ # Overview -The Anvil API is for modifying MCA files (`/region`). If used properly, it is the fastest method to modify the world, however it is considerably more complicated than the [other methods](https://github.com/boy0001/FastAsyncWorldedit/wiki/API#modify-the-world-async-or-load-it). +The Anvil API is for modifying MCA files (`/region`). If used properly, it can be the fastest method to modify the world, however it is considerably more complicated than the [other approaches](https://github.com/boy0001/FastAsyncWorldedit/wiki/API#modify-the-world-async-or-load-it). + +I would only recommend using this if the world is unloaded, or you are checking at least 1024 chunks. # Using the MCAQueue (extends FaweQueue) #### Creating an MCAQueue with a loaded world