Skip to content

Commit

Permalink
Merge branch 'trunk' into 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Mar 12, 2022
2 parents e77f4b6 + 4176219 commit ecc4051
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelogs/1.2.2/full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Iris 1.2.2 Changelog

- Added a custom Sodium vertex format for entities
- This improves performance greatly in entity-heavy spots over 1.2.1.
- Added Complementary's `isEyeInCave` uniform
- This controls the sky color in caves.

## Translations

- Updated Korean translation (ko_kr.json) by @brackryun in #1300
- Added Finnish translation (fi_fi.json) by @tappaja666 in #1313
15 changes: 15 additions & 0 deletions docs/changelogs/1.2.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Iris 1.2.2 is ready for download, with major performance improvements!

Here's what's changed since 1.2:

⌛ Fixed a regression in 1.2.1 causing low performance around entities
🗣️ Two translations have been updated
🩹 ...as well as some other fixes!

Known potential issues:

❌ SEUS PTGI HRR Test 3 currently has major graphical issues (SEUS PTGI HRR 2.1 is compatible).

⬇️ Download the release here: https://irisshaders.net/download.html

A more detailed changelog is available for those interested: https://github.com/IrisShaders/Iris/blob/trunk/docs/changelogs/1.2.2/full.md
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "iris",
"version": "1.2.2-pre-development-environment",
"version": "1.2.2-development-environment",

"name": "Iris",
"description": "A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs",
Expand Down

0 comments on commit ecc4051

Please sign in to comment.