更换到Mojang官方反混淆表

https://fabricmc.net/2025/10/31/obfuscation.html
This commit is contained in:
TheWhiteDog9487
2025-12-11 14:25:46 +08:00
parent 327dd5d168
commit 8f40dddc2a
6 changed files with 82 additions and 79 deletions

View File

@@ -35,7 +35,7 @@ loom {
dependencies {
// To change the versions see the gradle.properties file
minecraft("com.mojang:minecraft:${project.extra["minecraft_version"]}")
mappings("net.fabricmc:yarn:${project.extra["yarn_mappings"]}:v2")
mappings(loom.officialMojangMappings())
modImplementation("net.fabricmc:fabric-loader:${project.extra["loader_version"]}")
// Fabric API. This is technically optional, but you probably want it anyway.