diff --git a/README.md b/README.md index b8353f2cef..3509a64ea4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For the most part, I am creating Iris in order to have fun and get more experien ## Current State -* Iris is able to load very basic shaderpacks but often a few modifications to the shaderpack are required for it to work properly. As I implement more of the Optifine shader interface, these issues will go away and Iris will be able to load existing shaderpacks without modification. +* Iris is able to load basic shaderpacks. It cannot currently load shaderpacks distributed as zip files, so you need to extract them first - this will be fixed. Furthermore, many shaderpacks (such as Sildur's) have significant rendering issues currently. As I implement more of the OptiFine shader interface, these issues will go away and Iris will be able to load existing shaderpacks without causing significant rendering issues. * Iris does not work properly with Sodium. Sodium also renders the terrain using its own shaders, so for Iris and Sodium to work together I will need to just implement some glue code between Sodium and Iris in order to make Sodium render terrain with the shaders that Iris loads. Since Sodium and Iris are both licensed under the LGPLv3 license, and because I am on good terms with JellySquid, compatibility between Sodium and Iris is entirely possible. It's just not the highest priority at the moment, because I would like to focus on getting basic shaders working properly first.