Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Dec 20, 2023
1 parent 629cf8c commit 3ae38d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ class MappingsProvider(project: Project, minecraft: MinecraftConfig): MappingsCo
mapping(project.files(buildDataZip), key) {
outputs("spigot", true) { listOf("official", "mojmap") }
dependsOn("mojmap")
memberNameReplacer("spigot", "mojmap", if (hasMembers) setOf("field") else setOf("method", "field", "method_args", "method_vars"))
memberNameReplacer("spigot", "mojmap", if (hasMembers) setOf("field") else setOf("method", "field", "method_arg", "method_var"))
renest()
}
}) {
Expand Down

0 comments on commit 3ae38d3

Please sign in to comment.