| description | Shaderpacks manual |
|---|---|
| sidebar_position | 3 |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
:::note Shaderpacks might be referred to as shaders in the following guide. :::
- Install selected shader mod or OptiFine. You may need a modloader. :::warning OptiFine is a highly unstable mod. We do not recommend using it with other mods. Try alternatives instead. :::
- Run Minecraft
:::note
This will create a new folder called
shaderpacksin the Minecraft game directory. ::: - Download shaders from websites such as Modrinth or CurseForge.
- Move the downloaded shaders to the new
shaderpacksfolder in the Minecraft game directory. :::info[Opening the Minecraft game directory] - Run Minecraft (if closed) and click
Options.
- Click
Video Settings.
:::note
After installing most shaders mods, there will be a new Video Settingslayout. This confirms that shaders mod is working. ::: - Click the new
Shader Packs(orShaders) button.
<Tabs>
<TabItem value="Iris/Oculus">
<img src={require('./img/shaderpacks-button-iris.png').default} alt="Shader Packs button" />
</TabItem>
<TabItem value="OptiFine">
<img src={require('./img/shaderpacks-button-of.png').default} alt="Shaders button" />
</TabItem>
</Tabs>
- Click
Shaders: Disabledto enable shaders.
:::note
You may ignore this if shaders are already set to "Enabled" or there is no such option
::: - Click the shader you want to enable (in this case
AstraLex Shaders). Selected shaderpack will be highlited. You may need to click "Apply" to apply selected shaderpack.
<Tabs>
<TabItem value="Iris/Oculus">
<img src={require('./img/shaders-enabled-iris.png').default} alt="" />
</TabItem>
<TabItem value="OptiFine">
<img src={require('./img/shaders-enabled-of.png').default} alt="" />
</TabItem>
</Tabs>
You can customize shaderpack settings using "Shader Pack Settings..." or "Shader Options..." button in Shaderpacks menu.


