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:
parent
a30fda1262
commit
c20129457f
@ -60,11 +60,6 @@ subprojects {
|
|||||||
silentMojangMappingsLicense()
|
silentMojangMappingsLicense()
|
||||||
officialMojangMappings().parchment("org.parchmentmc.data:parchment-1.21.11:2025.12.20")
|
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")
|
apply(plugin = "com.github.johnrengelman.shadow")
|
||||||
val shadowC by configurations.creating
|
val shadowC by configurations.creating
|
||||||
|
|||||||
@ -8,6 +8,5 @@
|
|||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
},
|
},
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8"
|
||||||
"refmap": "snowygui-common-refmap.json"
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user