Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.07 KB

File metadata and controls

34 lines (28 loc) · 1.07 KB

solid-api Maven Central Version CodeFactor Grade

A (currently) read only API for minecraft resource packs.

Documentation is still work in progress

Dependency

Gradle Kotlin

implementation("io.github.solidpack:solid-api:VERSION")

Gradle Groovy

implementation 'io.github.solidpack:solid-api:VERSION'

Maven

<dependency>
    <groupId>io.github.solidpack</groupId>
    <artifactId>solid-api</artifactId>
    <version>VERSION</version>
</dependency>

Contributing

To contribute to this project

  1. Check if your feature is not already provided in a pull request or the project,
  2. if it is not, fork the repository,
  3. commit changes into the fork,
  4. open a pull request with the development branch as base

License

This project is licensed under the Apache-2.0 license.