You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration between the [adventure](https://github.com/KyoriPowered/adventure) library and *Minecraft: Java Edition* for the [Fabric](https://fabricmc.net) and [NeoForge](https://neoforged.net) modding systems.
5
+
Integration between the [adventure](https://github.com/PaperMC/adventure) library and *Minecraft: Java Edition* for the [Fabric](https://fabricmc.net) and [NeoForge](https://neoforged.net) modding systems.
6
6
7
-
See the [documentation](https://docs.adventure.kyori.net/platform/modded.html) for usage and dependency information for this project and the main `adventure` library.
7
+
See the [documentation] for usage and dependency information for this project and the main `adventure` library.
8
8
9
9
### Versions
10
10
11
11
`adventure-platform-mod` tends to not work on more than one major version of Minecraft at a time. See the docs for the latest tested versions on each Minecraft release.
12
12
13
13
### Contributing
14
14
15
-
We appreciate contributions of any type. For any new features or typo-fix/style changes, please open an issue or come talk to us in our [Discord] first, so we make sure you're going in the right direction for the project.
15
+
We appreciate contributions of any type.
16
+
For any new features or typo-fix/style changes, please open an issue or come talk to us in the [#adventure-contrib] channel on the [PaperMC Discord] first so we make sure you're going in the right direction for the project.
16
17
17
18
All the adventure projects are built with Gradle and use a common checkstyle configuration. `adventure-platform-mod` requires the same Java version that Minecraft itself does in the target version. Please make sure all tests pass, license headers are updated, and checkstyle passes to help us review your contribution.
18
19
@@ -29,4 +30,6 @@ To have browsable game source in your IDE, run `./gradlew genSources` before imp
29
30
30
31
`adventure-platform-mod` is released under the terms of the [MIT License](LICENSE).
0 commit comments