Skip to content

Commit

Permalink
Merge branch '1.18.2' into 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 5, 2023
2 parents c510d1b + f4a8527 commit fff3ae1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/changelogs/1.6.5/full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Iris 1.6.5 Changelog

- Fixed NEC/Sodium screen bypass not working
- Moved the "Color Space" toggle to Quality options.
- Added `entity_flame` special ID.
- Fixed a crash with core profile shaders.
- Fix mismatched push/pop when in spectator on some packs.
- Added a fake vertex shader subsystem, to fix *extremely* old packs without vertex shaders.
- Fixed fake entity shadows on some packs.
- Fixed lightning bolts not taking on the correct entityId.
- Enabled smooth triangle (not quad) shading.
- Added `dimension.properties`.
- Added `is_on_ground`.
- Added support for armor trim detection.

### dimension.properties

When `dimension.properties` is added to the shader pack root, behavior relating to dimensions change.
Iris will no longer resolve any dimensions for you, and you are expected to resolve you own.

The syntax for dimension.properties is as follows:

`dimension.folderName = dimensionNamespace:dimensionPath`

*You can use `*` as a value to fallback all dimensions to.*

0 comments on commit fff3ae1

Please sign in to comment.