Skip to content

Commit 7b87e8b

Browse files
committed
Add documentation for Minecraft plugins
1 parent a011575 commit 7b87e8b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ The `dev.deftu.gradle.tools.publishing.github` plugin will automatically configu
4343
### Maven publishing plugin
4444
The `dev.deftu.gradle.tools.publishing.maven` plugin will automatically configure your project to publish to a Maven repository, and has maximal configuration options. It's easiest to check the `MavenPublishingExtension` class for all the properties.
4545

46+
### Minecraft API plugin
47+
The `dev.deftu.gradle.tools.minecraft.api` plugin will add a `toolkitLoomApi` extension to your project, which allows you to set up a test mod environment for libraries.
48+
49+
### Minecraft Loom plugin
50+
The `dev.deftu.gradle.tools.minecraft.loom` plugin will automatically configure the Loom plugin in your project, setting up the versioning of all required dependencies for the given Minecraft version and mod loader your project uses.
51+
52+
### Minecraft Releases plugin
53+
The `dev.deftu.gradle.tools.minecraft.releases` plugin will automatically configure your project to publish to both CurseForge and Modrinth, and has maximal configuration options. It's easiest to check the `ReleasingExtension` class for all the properties.
54+
4655
---
4756

4857
**This project is licensed under [LGPL-3.0][lgpl3].**\

0 commit comments

Comments
 (0)