forked from pau101/Fairy-Lights
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed compatibility with recent 1.7.10 Optifine versions
- Added the getLocalVarIndex method to look for the correct index (necessary since Optifine changed it along with names in E7) - Replaced the static 14 index with the dynamic "var14" (or "frustrum") one inside the if checks - Upped the version number to 1.4.1 Basically ported what i did with Betweenlands so it works with any version of Optifine or even without it. Again, huge thanks to makamys for helping me understand how variable adresses work.
- Loading branch information
1 parent
dcfd9f2
commit 67830d0
Showing
2 changed files
with
21 additions
and
10 deletions.
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
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