Skip to content

Commit

Permalink
Fix crash in video options screen
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jun 15, 2022
1 parent c5297e7 commit bd010e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ dependencies {
}
}

loom {
accessWidenerPath = file("src/main/resources/borderlessmining.accesswidener")
}

processResources {
inputs.property "version", project.version

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.6

# Mod Properties
mod_version = 1.1.3
mod_version = 1.1.4
maven_group = link.infra.borderlessmining
archives_base_name = borderless-mining

Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/borderlessmining.accesswidener
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessWidener v1 named

accessible class net/minecraft/client/option/SimpleOption$Callbacks
1 change: 1 addition & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"environment": "client"
}
],
"accessWidener": "borderlessmining.accesswidener",

"depends": {
"fabricloader": ">=0.7.2",
Expand Down

0 comments on commit bd010e1

Please sign in to comment.