forked from RedLime/OptiFabric-Pre1.14
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix aw for 1.8, bump version to 2.3.3
- Loading branch information
1 parent
721b1af
commit 18f74a1
Showing
3 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
minecraft_version=1.12.2 | ||
feather_build=25 | ||
minecraft_version=1.8 | ||
feather_build=26 |
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
accessWidener v2 named | ||
# i could not find a broken access in 1.8-1.12.2, but i am not confident enough in that being true across the board to get rid of the accesswidener | ||
# 1.8 | ||
accessible field net/minecraft/client/resource/pack/CustomResourcePack file Ljava/io/File; | ||
accessible method net/minecraft/block/Block setOpacity (I)Lnet/minecraft/block/Block; |
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