Fix file naming
This commit is contained in:
parent
fe7532a1ff
commit
1d88e1b1e6
|
|
@ -63,6 +63,7 @@ public record MixinConfig(
|
|||
private static String computeMixinConfigPath(String rootProjectName, Optional<String> projectName) {
|
||||
return "resources/" +
|
||||
rootProjectName +
|
||||
(projectName.isPresent() ? "-" : "") +
|
||||
projectName.orElse("") +
|
||||
".mixins.json";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user