# ATM8 FAQ

**All The Mods 8** Frequently Asked Questions

## Gameplay FAQs

<details>

<summary>Why can’t I use modular router and watering can?</summary>

By default, **Mystical Agriculture** does not allow fake players to automate watering cans. If you dislike this change, it can be changed within `config/mysticalagriculture-common.toml` > `fakePlayerWatering = true`.

</details>

<details>

<summary>Do I need to chunkload all the chunks my Chunk Destroyer is going to mine?</summary>

You do *not* need to load chunks you’re mining. You only need to chunkload the chunk the **Chunk Destroyer** is in.

</details>

<details>

<summary>How do I remove enchants from a book/weapon?</summary>

* Drop an anvil onto **Obsidian** with the enchanted book/weapon along with **Books** for each separate enchantment (EX: You have a book with 3 different enchants, you’d need 3 books to split those enchants).
* Enchant the anvil with **Splitting** (Only splits books/weapons with 1 enchant) or **Obliteration** (Splits any number of enchants)
* Use the **Enchantment Extractor** from Industrial Foregoing. Provide it with **Books** and **Power**, and it will extract each enchantment on all enchanted items/books to singular books. It can also be configured to push extracted enchantments into the **Enchantment Library** from Apotheosis.

</details>

<details>

<summary>What’s the little 3D cube next to my crosshair?</summary>

It’s from Quark, the default keybind to toggle it is `K`.

</details>

<details>

<summary>How do I find ‘`insert name`’ biome?</summary>

**Nature’s Compass** is a really nice tool to find any and all biomes in the modpack. Craft it, right click with it in your hand, and you can run the search for any biome you are looking for (such as the Deep Dark).

</details>

<details>

<summary>How do I change `/home`, `/tpa` etc cooldown?</summary>

To change the behavior of `/home` or to re-enable `/back` and `/rtp`, edit `saves/worldName/serverconfig/ftb-essentials.snbt`. **The world/server has to be stopped for the changes to take effect.**

</details>

<details>

<summary>I can’t complete ‘`questName`’ even though I fufilled the requirements?</summary>

You can enable edit quests in the bottom right of the quest screen (you need OP for this) and then r-click the broken quest and `Complete Instantly` it OR click the quest then r-click the reward and `Reset Progress` if you still want the rewards.

</details>

<details>

<summary>How do I increase claimed/force loaded chunks?</summary>

* Add claimed chunks: `/ftbchunks admin extra_claim_chunks <player> <set/add> <amount>`
* Add force-loaded chunks: `/ftbchunks admin extra_force_load_chunks <player> <add/set> <amount>`

</details>

## Technical FAQs

<details>

<summary>I have my chunks force loaded, but they don’t run when I’m logged off.</summary>

#### In-game (Requires OP)

Press M to open the map.Press Ctrl + S to open the server settings (requires OP).Change Forceloading Mode to always.

#### With the Config File

Stop server.Navigate to world/serverconfig/ftbchunks-world.snbt and look for force\_load\_mode: default change that from default to always.Save and start the server.

</details>

<details>

<summary>I found a bug/dupe in the pack. How can I report it?</summary>

To report bugs, dupes or similar, head over to the [ATM8 GitHub](https://github.com/AllTheMods/ATM-8/issues) and open a new issue describing the occurrence.

</details>

<details>

<summary>What are the recommended Java arguments for this pack?</summary>

* **Client arguments**: send `?args` in the **#bot-spam** channel in our [Discord](https://discord.com/invite/allthemods).
* **Server arguments**: send `?svargs` in the **#bot=spam** channel in our [Discord](https://discord.com/invite/allthemods).

</details>

<details>

<summary>Why does my game crash while launching?</summary>

Lack of RAM most likely. Send `?allocate` in the **#bot-spam** channel in our [Discord](https://discord.com/invite/allthemods) to learn how to allocate more RAM. If that’s not the problem, head to **#atm9-techsupport** and send `?logs` to see how to upload your crash/latest log.

</details>

<details>

<summary>I crashed and got `Error code 1`, please help</summary>

`Exit code 1` is a generic error from Minecraft. It is no different than “game didn’t load, no longer attempting to load. Please refer to the output error log created by your launcher” if you are unsure… please feel free to ask for further instructions on how to locate, post, and get help for your specific error so that we may further assist you in our [Discord](https://discord.com/invite/allthemods). Try running `?logs` instead.

</details>

<details>

<summary>I’m having issues connecting to a LAN/Essentials world</summary>

To fix LAN/Essential some people have removed Logprot, some Oculus, some Supplementaries. None are guaranteed, none are the actual fix. We are unable reproduce it in Dev to properly diagnose it. LAN is highly unstable in big modpacks like these.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://allthemods.gitbook.io/guides/all-the-mods-8/atm8-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
