File Details
iris_shader_folder-1.3.1-fabric
- R
- Apr 14, 2026
- 198.38 KB
- 69.0K
- 26.1.2+55
- Fabric + 1
File Name
iris_shader_folder-1.3.1-fabric.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
- 1.16-Snapshot
- 1.19-Snapshot
- 1.17-Snapshot
- 1.20-Snapshot
- 1.21-Snapshot
- 1.18-Snapshot
- 1.21.2-Snapshot
- 1.21.6-snapshot
- 1.21.1-Snapshot
- 1.21.5-Snapshot
- 1.21.4-Snapshot
- 1.21.9-snapshot
- 1.21.11-snapshot
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
- 1.20.2-Snapshot
- 1.20.5-Snapshot
- 1.20.3-Snapshot
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4-Snapshot
- 1.19.3-Snapshot
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17.1
- 1.17
- 1.16.5
- 1.16.4
- 1.16.3
- 1.16.2
- 1.16.1
- 1.16
Curse Maven Snippet
Reorder Rule Priority Update
Reorder matching now uses first-match-wins priority.
- Rules are processed top to bottom.
- If a shader matches a rule, it is marked as matched.
- Later rules normally skip already-matched shaders.
Added support for the [!] prefix on reorder rules:
- A rule starting with
[!]can still match shaders that were already matched earlier. - This lets you intentionally override previous matches for specific cases.

