Skip to content

Commit

Permalink
update vineflower option string and fabric loader to 0.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed Apr 14, 2024
1 parent 3177e13 commit 6d395c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
loom {
decompilers {
vineflower {
options.putAll(["mark-corresponding-synthetics": "1", "ind": " "])
options.putAll(["mark-corresponding-synthetics": "1", "indent-string": " "])
}
}
mixin {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
minecraft = "1.12.2"
yarn_build = "541"
fabric_loader = "0.15.7"
fabric_loader = "0.15.10"
loom = "1.6-SNAPSHOT"
legacy-looming = "1.6-SNAPSHOT"
vineflower = "1.11.0-SNAPSHOT"
Expand Down

0 comments on commit 6d395c3

Please sign in to comment.