mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix typo "officalMojangMappings" (#420)
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -117,7 +117,7 @@ public class LoomGradleExtension {
|
||||
}
|
||||
|
||||
public Dependency officialMojangMappings() {
|
||||
return layered(LayeredMappingSpecBuilder::officalMojangMappings);
|
||||
return layered(LayeredMappingSpecBuilder::officialMojangMappings);
|
||||
}
|
||||
|
||||
public Dependency layered(Action<LayeredMappingSpecBuilder> action) {
|
||||
|
||||
Reference in New Issue
Block a user