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
- Host: GitHub
- URL: https://github.com/solid-resourcepack/solid-api
- Owner: solid-resourcepack
- License: apache-2.0
- Created: 2024-07-01T17:43:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T15:11:23.000Z (10 months ago)
- Last Synced: 2025-03-27T18:52:43.321Z (9 months ago)
- Topics: api, custom-blocks, custom-items, java-edition, minecraft, resourcepack
- Language: Kotlin
- Homepage:
- Size: 115 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.