Merge branch 'master' into feature/render

This commit is contained in:
Blue (Lukas Rieger) 2021-04-24 23:17:15 +02:00
commit 6eb7fc7d79
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800

View File

@ -19,15 +19,12 @@ allprojects {
name 'CodeMC'
url 'https://repo.codemc.org/repository/maven-public/'
}
maven {
url = 'https://files.minecraftforge.net/maven/'
}
maven {
url "https://libraries.minecraft.net"
}
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
name 'Fabric'
url 'https://maven.fabricmc.net/'
}
}