An open API service indexing awesome lists of open source software.

https://github.com/solid-resourcepack/solid-api

A read-only resource-pack library make working with resource packs simpler
https://github.com/solid-resourcepack/solid-api

api custom-blocks custom-items java-edition minecraft resourcepack

Last synced: 9 months ago
JSON representation

A read-only resource-pack library make working with resource packs simpler

Awesome Lists containing this project

README

          

# solid-api ![Maven Central Version](https://img.shields.io/maven-central/v/io.github.solid-resourcepack/solid-api?style=flat) ![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/solid-resourcepack/solid-api)
A (currently) read only API for minecraft resource packs.

> Documentation is still work in progress

## Dependency

### Gradle Kotlin
```kt
implementation("io.github.solid-resourcepack:solid-api:VERSION")
```
### Gradle Groovy
```groovy
implementation 'io.github.solid-resourcepack:solid-api:VERSION'
```

### Maven
```xml

io.github.solid-resourcepack
solid-api
VERSION

```

## 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](https://github.com/solid-resourcepack/solid-api/fork) the repository,
3. commit changes into the fork,
4. open a pull request with the [development branch](https://github.com/solid-resourcepack/solid-api/tree/development) as base

## License
This project is [licensed](LICENSE) under the Apache-2.0 license.