Skip to content

Commit

Permalink
#fix: 修复accesstransformer文件名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
half-nothing committed Jan 12, 2024
1 parent 54a2282 commit df38c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jar {
"Implementation-Vendor" : mod_authors,
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"MixinConfigs" : "mixins.mindustry.json",
'FMLAT' : "mindustry_at.cfg"
'FMLAT' : "accesstransformer.cfg"
])
}
}
Expand Down

0 comments on commit df38c04

Please sign in to comment.