mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 20:33:01 +00:00
15 lines
412 B
YAML
15 lines
412 B
YAML
schema-version: 1
|
|
contributors:
|
|
- Terra contributors
|
|
id: config-distributors
|
|
version: @VERSION@
|
|
entrypoints:
|
|
- "com.dfsek.terra.addons.feature.distributor.DistributorAddon"
|
|
website:
|
|
issues: https://github.com/PolyhedralDev/Terra/issues
|
|
source: https://github.com/PolyhedralDev/Terra
|
|
docs: https://terra.polydev.org
|
|
license: MIT License
|
|
depends:
|
|
config-feature: "1.+"
|
|
generation-stage-feature: "1.+" |