> For the complete documentation index, see [llms.txt](https://www.stemcraft.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.stemcraft.com.au/master/client-mods.md).

# Client Mods

For those who want to use client mods, but are unsure where to start, we compiled the following list of recommendations.

### Loader Required

To use Minecraft mods, you first have to install what is known as a **Loader**.

There are various loaders, each with pros and cons, and some mods only work with certain loaders (Forge mods don't work with Fabric, while Fabric mods work with Quilt).

Three loaders that are used by the community are:

* [Quilt](https://quiltmc.org/en/)
* [Fabric](https://fabricmc.net/)
* [Forge](https://forums.minecraftforge.net/)

Just note that these mods are mere recommendations, and none of them are required to play on STEMCraft.

For more details and support on using Loaders, jump over to our [Discord Server](https://discord.gg/yNzk4x7mpD).

{% hint style="info" %}
Plasmo Voice is required to use proximity voice chat.
{% endhint %}

## Essentials

* [Plasmo Voice](https://modrinth.com/mod/plasmo-voice) - In-game proximity chat
* [EMI](https://modrinth.com/mod/emi) - Show all items are their recipes in an inventory sidebar
* [Mod Menu](https://modrinth.com/mod/modmenu) - View and configure mods
* [Sodium](https://modrinth.com/mod/sodium) - Greatly increase rendering speed
* [Indium](https://modrinth.com/mod/indium) - Makes Sodium compatible with other mods
* [Starlight](https://modrinth.com/mod/starlight) - Increases chunk lighting speed
* [Krypton](https://modrinth.com/mod/krypton) - Increase network speed
* [Ferrite Core](https://modrinth.com/mod/ferrite-core) - Decrease RAM usage
* [DashLoader](https://modrinth.com/mod/dashloader) - Near-instantly load the server resource pack

## Recommended

* [Iris](https://modrinth.com/mod/iris) - Beautiful shaders, compatible with Optifine shaderpacks
* [Bobby](https://modrinth.com/mod/bobby) - Increase client render distance beyond server render distance
* [Continuity](https://modrinth.com/mod/continuity) - Connected glass textures
* [JourneyMap](https://modrinth.com/mod/journeymap) - Minimap that integrates with the server


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.stemcraft.com.au/master/client-mods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
