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 13, 2024
1 parent b556a8c commit e686592
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
yarn_build=533
minecraft_version=1.8
yarn_build=541
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/resource/AbstractFileResourcePack base 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=1.3-1.13.2
yarn_build=533
mod_version=2.3.2
mod_version=2.3.3
archives_name=optifabric
maven_group=me.modmuss50
fabric_loader_version=0.15.3
Expand Down

0 comments on commit e686592

Please sign in to comment.