- put this build.gradle file in its own folder
- get a base set of CSV files from somewhere and put them in the folder alongside the build.gradle. Suggested locations are the following.
- edit the CSV files at your discretion
- build and deploy the snapshot with
gradle install
- in your mod project's build.gradle, add the mavenLocal() repository like so:
repositories { mavenLocal() }
Ensure that this is NOT inside the buildscript{} block. - set the mappings version in your mod projects build.gradle as per your channel and dlVersion from the mappings build.gradle. eg:
minecraft { mappings = "AbrarMappings_custom" }
- rerun the setup and enjoy your new mappings.