Cleaned up Gradle settings and changed mappings to ParchmentMC.

This commit is contained in:
2025-05-24 03:23:55 +01:00
parent f487eff301
commit 7e0de0437e
4 changed files with 45 additions and 192 deletions

View File

@ -5,6 +5,7 @@ pluginManagement {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
maven { url = 'https://maven.parchmentmc.org' }
}
}
@ -12,4 +13,4 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}
rootProject.name = 'xp_tools'
rootProject.name = "xp_tools-${minecraft_version}"