# ATM10TTS FAQ

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

## Gameplay FAQs

<details>

<summary>How do I get to &#x3C;any dimension other than nether &#x26; end>?</summary>

Modded dimensions are not accessible in survival.

</details>

<details>

<summary>Why is my ender crafter not working?</summary>

You have to have at least one ender alternator within 4 blocks of the crafter

</details>

<details>

<summary>Why is my modular router/click machine/other fake player not sieving?</summary>

Fake players are unable to interact with sieves, use the Flux Sieve from Ex Machinis: Divitiae Deorum.

</details>

<details>

<summary>Where are all the Mystical Agriculture seeds?</summary>

Many Mystical Agriculture seeds have been removed so that there is more variety in resource generation (e.g. Productive Bees/GeOres)

</details>

<details>

<summary>What is a good setup for GeOres?</summary>

Sample nearly max GeOre setup (credit to @joeychin01 on Discord): ME annihilation pane on the GeOre crystal, and only storage for the shard to limit when it breaks. For the growth accelerators, there is a maximum of one boosted (red) accelerator, and you only want one directed (blue) accelerator, then the other sides besides the top can use normal accelerators.

![](/files/69d9438b301e158997c58b5f6fbf7f46a061ed18)

</details>

<details>

<summary>Does the nether generate normally?</summary>

No. Strictly forts, nothing else. That means no bastions either.

</details>

<details>

<summary>How do I make &#x3C;insert item/block here>?</summary>

Use JEI.

</details>

## Technical FAQs

<details>

<summary>Why isn’t <code>insert mod name</code> in ATM10Sky yet?</summary>

ATM packs do not literally contain “All The Mods”. The main focus is having mods that are not: 1) buggy, 2) ruin performance or progression. If a mod supports Minecraft version **1.21.1**, and **NeoForge** (Not Forge), you may make a [suggestion](https://github.com/AllTheMods/All-the-mods-10-Sky/discussions).

</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 [ATM10-TTS GitHub](https://github.com/AllTheMods/All-the-mods-10-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 right click the broken quest and force complete it OR reset its progress if you still have the items.

</details>

<details>

<summary>I’m getting a warning when I launch the game that Amendments is not installed. Is it important?</summary>

No, click “Don’t show this again”.

</details>

<details>

<summary>I made a server and I spawned into a normal world. What do I do?</summary>

Stop the server, delete the world and open server.properties and change the level type to `level-type=skyblockbuilder\:skyblock`

</details>

<details>

<summary>I left clicked instead of right clicked my grave and it disappeared without giving me items Plz halp!</summary>

`/epitaphs recover <player> <timestamp>` and update the mod.

</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 **#10sky-techsupport** and send `?logs` to see how to upload your crash/latest log.

</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-10-to-the-sky/atm10tts-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.
