Skip to content

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

License

Notifications You must be signed in to change notification settings

solidpack/solid-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.solid-resourcepack:solid-api:VERSION")

Gradle Groovy

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

Maven

<dependency>
    <groupId>io.github.solid-resourcepack</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.