Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BleachDev committed Sep 28, 2022
1 parent 7ee7929 commit c9ae1cc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Cursed Mappings

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

## Usage

To use any of these mappings you must add this to the repositories block in your build.gradle file:
```gradle
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:
```gradle
yarn_mappings = <version>+build.mcp
```

### Yarn Mappings on Forge
`Coming Soon?`

0 comments on commit c9ae1cc

Please sign in to comment.