-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #320 from ninjamike1211/main
feat: 1.8 beta changes
- Loading branch information
Showing
4 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/content/docs/reference/Macros/IRIS_HAS_TRANSLUCENCY_SORTING.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: IRIS_HAS_TRANSLUCENCY_SORTING | ||
description: Defined if current Sodium supports translucency sorting. | ||
sidebar: | ||
label: IRIS_HAS_TRANSLUCENCY_SORTING | ||
order: 1 | ||
badge: | ||
text: Iris 1.8 Beta | ||
variant: caution | ||
--- | ||
|
||
### `IRIS_HAS_TRANSLUCENCY_SORTING` | ||
|
||
This macro is defined if the currently loaded version of Sodium supports translucency sorting (Sodium 0.6 and greater). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: IRIS_VERSION | ||
description: The current Iris version. | ||
sidebar: | ||
label: IRIS_VERSION | ||
order: 1 | ||
badge: | ||
text: Iris 1.8 Beta | ||
variant: caution | ||
--- | ||
|
||
### `IRIS_VERSION` | ||
|
||
The current Iris version, encoded in a 122 format (1 major, 2 minor, 2 release). | ||
|
||
For example: | ||
- 1.5.0 -> 10500 | ||
- 1.6.17 -> 10617 | ||
- 1.7.3 -> 10703 |