Fix typo "officalMojangMappings" (#420)

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-06-20 20:24:10 +08:00
committed by GitHub
parent 147af48879
commit 54d6ef7896
4 changed files with 7 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ public class MigrateMappingsTask extends AbstractLoomTask {
throw new UnsupportedOperationException("Migrating Mojang mappings is currently only supported for the specified minecraft version");
}
LayeredMappingsDependency dep = (LayeredMappingsDependency) getExtension().layered(LayeredMappingSpecBuilder::officalMojangMappings);
LayeredMappingsDependency dep = (LayeredMappingsDependency) getExtension().layered(LayeredMappingSpecBuilder::officialMojangMappings);
files = dep.resolve();
} else {
Dependency dependency = project.getDependencies().create(mappings);