TheRandomLabs / CurseAPI-Minecraft

An extension of CurseAPI for parsing CurseForge modpack manifests and for performing more Minecraft-specific operations.
MIT License
7 stars 1 forks source link
curse curseapi curseforge java java-library minecraft minecraft-modpack

CurseAPI-Minecraft

License: MIT

Build Dependabot

Average time to resolve an issue

An extension of CurseAPI for parsing CurseForge modpack manifests and for performing more Minecraft-specific operations.

All public-facing code is documented with Javadoc and (mostly) tested with JUnit.

Usage

Before using CurseAPI-Minecraft, CurseAPIMinecraft#initialize() should be called so that CurseAPI-Minecraft can perform any necessary initialization and register itself with CurseAPI.

Using with Gradle

To use CurseAPI-Minecraft with CurseAPI, add this to your dependencies:

api "com.github.TheRandomLabs:CurseAPI-Minecraft:master-SNAPSHOT"