Add Parchment mappings

This commit is contained in:
Andrew 2022-08-13 10:16:50 +07:00
parent fe8dee6a34
commit 4aba2b3045
3 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
}
}