Skip to content

Commit f1dff22

Browse files
author
IMS212
committed
Merge branch '1.18.2' into 1.19.1
# Conflicts: # src/main/resources/fabric.mod.json
2 parents 727af60 + d50ca03 commit f1dff22

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

docs/changelogs/1.3.0/full.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Iris 1.3.0 Changelog (full)
2+
3+
Iris 1.3.0 is now available for download for 1.16.5, 1.18.2, and 1.19.2, adding full PBR support alongside misc fixes.
4+
5+
This release was developed by Pepper and IMS.
6+
7+
## Features
8+
9+
- Added PBR Support (Pepper)
10+
- Added old hand light support (IMS)
11+
12+
## Bug fixes and mod compatibility improvements
13+
14+
- Refractor shadow render targets to support flipping and be more performant (IMS)
15+
- Signed mc_Entity to allow it to go negative (IMS)
16+
- Remove dependency on Fabric API (IMS)
17+
- Add support for position_color_tex_lightmap shader (IMS)
18+
- Allow configuring shaders in a fallback state (IMS)
19+
- Fix memory leaks (IMS)
20+
21+
## Translations
22+
23+
- [Updated Polish translation](https://github.com/IrisShaders/Iris/pull/1617) (bascioTOja)
24+
- [Updated German translation](https://github.com/IrisShaders/Iris/pull/1606) (isuewo)

docs/changelogs/1.3.0/summary.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Iris 1.3.0 Changelog (trimmed)
2+
3+
`<insert PBR picture here>`
4+
5+
Iris 1.3 is now available for download for 1.16.5, 1.18.2, and 1.19.2, finally adding the long-awaited PBR support.
6+
7+
This release also fixes old hand lighting on SEUS Renewed and similar packs.
8+
9+
This release was developed by Pepper and IMS.
10+
11+
**⬇ Download the release here: https://irisshaders.net/download.html**
12+
13+
A more detailed changelog is available for those interested: <https://github.com/IrisShaders/Iris/blob/trunk/docs/changelogs/1.3.0/full.md>
14+

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "iris",
4-
"version": "1.2.8-development-environment",
4+
"version": "1.3.0-development-environment",
55

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

0 commit comments

Comments
 (0)