From 402b9189a63b513287974405e5554a1bb2064130 Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 10 Mar 2023 22:50:29 +0100 Subject: README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9820fde --- /dev/null +++ b/README.md @@ -0,0 +1,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. +} +``` + + + -- cgit