fix versioning issues

This commit is contained in:
dfsek 2022-05-29 21:44:52 -07:00
parent 01d4174092
commit 411ef10c0c
6 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@ version: @VERSION@
entrypoints:
- "com.dfsek.terra.addons.chunkgenerator.NoiseChunkGenerator3DAddon"
website:
issues: https://github.com/PolyhedralDev/Terra-chunk-generator-noise-3d/issues
source: https://github.com/PolyhedralDev/Terra-chunk-generator-noise-3d
docs: https://github.com/PolyhedralDev/Terra/wiki
license: GNU LGPL v3.0
issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org
license: MIT License

View File

@ -11,5 +11,5 @@ website:
docs: https://terra.polydev.org
license: MIT License
depends:
config-feature: "0.1.+"
generation-stage-feature: "0.1.+"
config-feature: "1.+"
generation-stage-feature: "1.+"

View File

@ -11,4 +11,4 @@ website:
docs: https://terra.polydev.org
license: MIT License
depends:
generation-stage-feature: "0.1.+"
generation-stage-feature: "1.+"

View File

@ -11,5 +11,5 @@ website:
docs: https://terra.polydev.org
license: MIT License
depends:
config-feature: "0.1.+"
generation-stage-feature: "0.1.+"
config-feature: "1.+"
generation-stage-feature: "1.+"

View File

@ -11,5 +11,5 @@ website:
docs: https://terra.polydev.org
license: MIT License
depends:
structure-terrascript-loader: "0.1.+"
chunk-generator-noise-3d: "0.1.+"
structure-terrascript-loader: "1.+"
chunk-generator-noise-3d: "1.+"

View File

@ -11,5 +11,5 @@ website:
docs: https://terra.polydev.org
license: MIT License
depends:
structure-terrascript-loader: "0.1.+"
config-noise-function: "0.1.+"
structure-terrascript-loader: "1.+"
config-noise-function: "1.+"