diff options
author | HexedHero <[email protected]> | 2022-05-17 17:25:44 +0100 |
---|---|---|
committer | MiniDigger | Martin <[email protected]> | 2022-05-18 09:25:43 +0200 |
commit | 7045f18469e3424da3cd5c2c3baa3c2127f2d8b5 (patch) | |
tree | b46ff27a6abaf7812c297cc4ad2872f4eeb36f22 /CONTRIBUTING.md | |
parent | 73bd35d07624fde87498e6e5151b2a13baae25b1 (diff) | |
download | Paper-7045f18469e3424da3cd5c2c3baa3c2127f2d8b5.tar.gz Paper-7045f18469e3424da3cd5c2c3baa3c2127f2d8b5.zip |
Change link to screamingsandals
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce3b88f770..a0852dcd0e 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/ |