dev: migrate mappings to mojmap

This commit is contained in:
Martin Prokoph
2025-11-04 18:22:11 +01:00
parent 3db1c1eb23
commit b484d0287c
20 changed files with 269 additions and 272 deletions

View File

@@ -17,11 +17,7 @@ subprojects {
dependencies {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
// The following line declares the yarn mappings you may select this one as well.
mappings loom.layered {
it.mappings("net.fabricmc:yarn:$rootProject.yarn_mappings:v2")
it.mappings("dev.architectury:yarn-mappings-patch-neoforge:$rootProject.yarn_mappings_patch_neoforge_version")
}
mappings loom.officialMojangMappings()
}
}