kvverti / structure-helpers

Miscellaneous helpers for fabric structure generation using structure files
MIT License
3 stars 0 forks source link

Structure Helpers

Structure Helpers is a library that makes designing jigsaw structures easier and more straightforward. Its basic features include:

Generated code documentation is available per version on the GitHub project pages website.

Usage documentation may be found on the wiki pages.

Dependents

Structure Helpers is available through GitHub releases. JitPack provides a somewhat nice maven interface for these releases.

In build.gradle

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  modImplementation 'com.github.kvverti:structure-helpers:${structure_helpers_version}'
}

where structure_helpers_version is your version of choice. Versions may be found under releases.