diff --git a/common/addons/config-structure/src/main/resources/terra.addon.yml b/common/addons/config-structure/src/main/resources/terra.addon.yml new file mode 100644 index 000000000..f2171efc1 --- /dev/null +++ b/common/addons/config-structure/src/main/resources/terra.addon.yml @@ -0,0 +1,12 @@ +schema-version: 1 +contributors: + - Terra contributors +id: config-structure +version: 0.1.0 +entrypoints: + - "com.dfsek.terra.addons.structure.StructureAddon" +website: + issues: https://github.com/PolyhedralDev/Terra-config-structure/issues + source: https://github.com/PolyhedralDev/Terra-config-structure + docs: https://github.com/PolyhedralDev/Terra/wiki +license: GNU LGPL v3.0 \ No newline at end of file