Skip to content

Miscellaneous helpers for fabric structure generation using structure files

License

Notifications You must be signed in to change notification settings

kvverti/structure-helpers

 
 

Repository files navigation

Structure Helpers

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

  • Removing the restriction on jigsaw structures to 160x160x160 blocks.
  • Adding new structure data blocks for commonly used structure metadata.
  • Ensuring that structure pool elements are placed a certain number of times in each structure.
  • Allowing structure pool elements to have sub-elements.
  • New structure processors.

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.

About

Miscellaneous helpers for fabric structure generation using structure files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • PHP 0.2%