Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 579 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 579 Bytes

Cursed Mappings

The mapping repo hosting all the mappings you definitely shouldn't use.

Usage

To use any of these mappings you must add this repo to the repositories block in your build.gradle file:

maven {
    name = "cursed-mappings"
    url = "https://raw.githubusercontent.com/BleachDev/cursed-mappings/main/"
}

MCP Mappings on Legacy Fabric (1.3.2 - 1.12.2)

To use MCP on Legacy Fabric, change the yarn_mappings property in gradle.properties to this:

yarn_mappings = <version>+build.mcp

Yarn Mappings on Forge

Coming Soon?