# ATM9TTS FAQ

**All The Mods 9 - To The Sky** Frequently Asked Questions

## Gameplay FAQs

<details>

<summary>There’s a ghost/easter egg that appears every few minutes!</summary>

The ghost is from Corail Tombstone, you can disable by doing `/tbgui` locate the ghost toggle under effect. This toggle will only show if your GUI scale is set to 4.

If you want to prevent the ghost/easter eggs and all other Corail holiday events **permanently**, you can download [BadCorailNoHolidays](https://legacy.curseforge.com/minecraft/mc-mods/badcorailnoholidays), if you want keep some events enabled, it does have a config at `atmInstall/configs/badcorailnoholidays-common.toml`.

</details>

<details>

<summary>How do I get pebbles? Right clicking dirt doesn’t do anything!</summary>

You need to shift-right click dirt to get pebbles.

</details>

<details>

<summary>How do I get more dirt?</summary>

* You can put any organic matter (leaves, seeds, saplings, etc.) in the same barrels you use to get witch water.
* or Hammer some logs and put the chips in the barrel

</details>

<details>

<summary>Is ‘`item/block`’ EMC-able?</summary>

Do `EMC:` in JEI and it’ll list all items that have an EMC value.

</details>

<details>

<summary>I’m not getting any silkworms!</summary>

If you’re doing it the right way with a crook, then you might just have really bad RNG. Keep trying.

</details>

## Technical FAQs

<details>

<summary>Why isn’t ‘`insert name`’ mod in ATM9-TTS yet?</summary>

ATM packs does not literally contain “All The Mods”. Our main focus is having mods that’s not: 1) buggy, 2) ruins performance or progression. If a mod supports Minecraft version **1.20.1**, and **Forge** (Not NeoForge), you may make a [suggestion](https://github.com/AllTheMods/ATM-9/issues/1).

</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 [ATM9-TTS GitHub](https://github.com/AllTheMods/All-the-mods-9-Sky/issues) and open a new issue describing the occurrence.

</details>

<details>

<summary>I can’t complete ‘`name of quest`’ 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 force complete it OR reset it’s progress if you still have the items.

</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-9-to-the-sky/atm9tts-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.
