Renamed some constants and docs to use names and locations that reference NeoForge (#2)

This commit is contained in:
Eivind Norling 2023-07-20 20:57:34 +02:00 committed by GitHub
parent efbe53492e
commit 33efa70431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 19 deletions

View file

@ -2,7 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'MinecraftForge'
name = 'NeoForged'
url = 'https://maven.neoforged.net/releases'
}
}