diff options
author | HexedHero <[email protected]> | 2022-05-17 17:25:44 +0100 |
---|---|---|
committer | HexedHero <[email protected]> | 2022-05-17 17:25:44 +0100 |
commit | 96317b83ea90556839c17c3f99342a70374a36d1 (patch) | |
tree | afbec0a161de5e0c57c6d88471e1708d9b2b67ba | |
parent | cbe35089c6df5aeb6db88903668d09b7e5914338 (diff) | |
download | Paper-96317b83ea90556839c17c3f99342a70374a36d1.tar.gz Paper-96317b83ea90556839c17c3f99342a70374a36d1.zip |
Change link to screamingsandals
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8cbf72a9f2..77225d6ec9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -402,7 +402,7 @@ progress will be lost if you do not; 1. Identify the name(s) of the file(s) you want to import. - A complete list of all possible file names can be found at `./Paper-Server/.gradle/caches/paperweight/mc-dev-sources/net/minecraft/`. You might find - [MiniMappingViewer] useful if you need to translate between Mojang and Spigot mapped names. + [MappingViewer] useful if you need to translate between Mojang and Spigot mapped names. 1. Open the file at `./build-data/dev-imports.txt` and add the name of your file to the script. Follow the instructions there; 1. Re-patch the server `./gradlew applyPatches`; @@ -448,4 +448,4 @@ everything like usual. > in Windows like described here: > <https://www.howtogeek.com/426749/how-to-access-your-linux-wsl-files-in-windows-10/> -[MiniMappingViewer]: https://minidigger.github.io/MiniMappingViewer/ +[MappingViewer]: https://nms.screamingsandals.org/ |