A standalone version of TecTech structure api.
Originally created by TecTech authors, taken with permission. It's under MIT license anyway.
- Add this to your build.gradle
Replace
dependencies { compile "com.github.GTNewHorizons:StructureLib:master-SNAPSHOT:deobf" } repositories { maven { name = "jitpack.io" url = "https://jitpack.io" } }
master-SNAPSHOT
with a commit hash or a tag name (if any) of your choice to prevent unexpected upstream changes. - Add
required-after:structurelib;
to your@Mod(dependencies = "..")
tring. - Add
structurelib
to yourmcmod.info
.
The project is developed using IDEA. Please manually configure the build to not delegate to gradle for textures to show up in dev.
Due to me adding in ItemStackMap, which was derived from code from CodeChicken's LGPL mod NEI. This mod is effectively considered licensed under LGPL in its entirety since commit ebef584b8c518f8202cfe0984fb28a6d23e52b3d or any squash commit containing it, e.g. 609e50428ee4e293f65f67f554a70b9fcfae97c4.
Note while the LICENSE.txt is added by a much later commit, all code on previous commits are covered by this as well.