blob: 9820fdee56c7a0095c6d1b81391d3801bf21cea8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# MCP repacker
Repack legacy MCP versions (1.7-1.12).
[Yarn/Tiny compatible mappings](https://repo.nea.moe/#/releases/moe/nea/mcp/mcp-yarn)
```kt
repositories {
maven("https://repo.nea.moe/releases")
}
dependencies {
// Use like this in arch loom (or fabric loom when coding legacy fabric) or unimined
mappings("moe.nea.mcp:mcp-yarn:1.8.9:v2") // There is no v1 of this btw.
}
```
|