Remove refmaps usage

They're not needed anymore in recent minecraft + architectury-loom versions

Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404-59 2026-02-21 15:32:26 +01:00
parent a30fda1262
commit c20129457f
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
2 changed files with 1 additions and 7 deletions

View File

@ -60,11 +60,6 @@ subprojects {
silentMojangMappingsLicense()
officialMojangMappings().parchment("org.parchmentmc.data:parchment-1.21.11:2025.12.20")
}
val refmap = "snowygui-${project.name}-refmap.json"
mixin {
useLegacyMixinAp = true
defaultRefmapName = refmap
}
}
apply(plugin = "com.github.johnrengelman.shadow")
val shadowC by configurations.creating

View File

@ -8,6 +8,5 @@
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8",
"refmap": "snowygui-common-refmap.json"
"minVersion": "0.8"
}