Skip to content

Commit

Permalink
fix aw for 1.8, bump version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed Mar 19, 2024
1 parent 721b1af commit 18f74a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 1.8-1.12.2/gradle.properties
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
4 changes: 3 additions & 1 deletion 1.8-1.12.2/src/main/resources/optifabric.accesswidener
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;
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.caching=false
minecraft_version=1.3.2
target_version=b1.7.3-1.14.4
feather_build=25
mod_version=2.3.2
mod_version=2.3.3
archives_name=optifabric
maven_group=me.modmuss50
fabric_loader_version=0.15.6
Expand Down

0 comments on commit 18f74a1

Please sign in to comment.