Setup
1. Find the Minecraft materials directory.
Installing BetterRTX modifies the materials.index.json file in your Minecraft installation to redirect RTX materials to a betterrtx/ subfolder. Vanilla shader files are never overwritten.
Locate the ..\data\renderer\materials directory inside your Minecraft installation.
Finding the Installation Directory
Most installations can be found in: C:\XboxGames\Minecraft for Windows\
Use the following PowerShell command to attempt to locate the target directory.
(Get-Item (Get-AppxPackage -Name "*.Minecraft*").InstallLocation).ResolvedTarget + "\data\renderer\materials"2. Select or Create a Preset
Download presets created by the community or use the preset creator tool to customize BetterRTX settings.
3. Install
Use the Install button on a preset page or the preset creator to automatically place materials in the correct location and update the index. Alternatively, you can manually:
- Create a
betterrtx/folder inside the materials directory - Place the three
.material.binfiles there - Edit
materials.index.jsonto change thepathforRTXStub,RTXPostFX.Bloom, andRTXPostFX.ToneMappingtobetterrtx/RTXStub,betterrtx/RTXPostFX.Bloom, andbetterrtx/RTXPostFX.Tonemappingrespectively