A (currently) read only API for minecraft resource packs.
Documentation is still work in progress
implementation("io.github.solid-resourcepack:solid-api:VERSION")
implementation 'io.github.solid-resourcepack:solid-api:VERSION'
<dependency>
<groupId>io.github.solid-resourcepack</groupId>
<artifactId>solid-api</artifactId>
<version>VERSION</version>
</dependency>
To contribute to this project
- Check if your feature is not already provided in a pull request or the project,
- if it is not, fork the repository,
- commit changes into the fork,
- open a pull request with the development branch as base
This project is licensed under the Apache-2.0 license.