Fix YAML formatting (#426)

* Remove trailing whitespace in YAML formatting

* Reformat YAML files
This commit is contained in:
Astrashh 2023-11-10 11:47:12 +11:00 committed by GitHub
parent a117db40be
commit 4065cfea53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
41 changed files with 236 additions and 236 deletions

View File

@ -577,14 +577,14 @@ ij_properties_keep_blank_lines = false
ij_properties_key_value_delimiter = equals ij_properties_key_value_delimiter = equals
ij_properties_spaces_around_key_value_delimiter = false ij_properties_spaces_around_key_value_delimiter = false
[{*.yaml, *.yml}] [{*.yml, *.yaml}]
indent_size = 2 indent_size = 2
ij_visual_guides = none ij_visual_guides = none
ij_yaml_align_values_properties = do_not_align ij_yaml_align_values_properties = do_not_align
ij_yaml_autoinsert_sequence_marker = true ij_yaml_autoinsert_sequence_marker = true
ij_yaml_block_mapping_on_new_line = false ij_yaml_block_mapping_on_new_line = false
ij_yaml_indent_sequence_value = true ij_yaml_indent_sequence_value = true
ij_yaml_keep_indents_on_empty_lines = true ij_yaml_keep_indents_on_empty_lines = false
ij_yaml_keep_line_breaks = true ij_yaml_keep_line_breaks = true
ij_yaml_sequence_on_new_line = false ij_yaml_sequence_on_new_line = false
ij_yaml_space_before_colon = false ij_yaml_space_before_colon = false

View File

@ -1,11 +1,11 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: Which Issue Template do I Choose? - name: Which Issue Template do I Choose?
url: https://github.com/PolyhedralDev/Terra/wiki/How-To-Choose-An-Issue-Template url: https://github.com/PolyhedralDev/Terra/wiki/How-To-Choose-An-Issue-Template
about: Click this if you don't know which issue template to select. This will help you make sure you choose the right one and provide enough information for us to help you. about: Click this if you don't know which issue template to select. This will help you make sure you choose the right one and provide enough information for us to help you.
- name: Terra Wiki - name: Terra Wiki
url: https://github.com/PolyhedralDev/Terra/wiki url: https://github.com/PolyhedralDev/Terra/wiki
about: Documentation for all things Terra. about: Documentation for all things Terra.
- name: Join the Support Discord - name: Join the Support Discord
url: https://discord.dfsek.com url: https://discord.dfsek.com
about: If you have a basic support question, join the Discord instead. about: If you have a basic support question, join the Discord instead.

View File

@ -1,14 +1,14 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: biome-provider-extrusion id: biome-provider-extrusion
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.extrusion.BiomeExtrusionAddon" - "com.dfsek.terra.addons.biome.extrusion.BiomeExtrusionAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
biome-query-api: "1.+" biome-query-api: "1.+"

View File

@ -1,14 +1,14 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: biome-provider-image-v2 id: biome-provider-image-v2
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.image.v2.ImageBiomeProviderAddon" - "com.dfsek.terra.addons.biome.image.v2.ImageBiomeProviderAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
library-image: "1.+" library-image: "1.+"

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: biome-provider-image id: biome-provider-image
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.image.ImageBiomeProviderAddon" - "com.dfsek.terra.addons.biome.image.ImageBiomeProviderAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: biome-provider-pipeline-v2 id: biome-provider-pipeline-v2
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.pipeline.v2.BiomePipelineAddon" - "com.dfsek.terra.addons.biome.pipeline.v2.BiomePipelineAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: biome-provider-pipeline id: biome-provider-pipeline
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.pipeline.BiomePipelineAddon" - "com.dfsek.terra.addons.biome.pipeline.BiomePipelineAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: biome-provider-single id: biome-provider-single
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.single.SingleBiomeProviderAddon" - "com.dfsek.terra.addons.biome.single.SingleBiomeProviderAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: biome-query-api id: biome-query-api
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.query.BiomeQueryAPIAddon" - "com.dfsek.terra.addons.biome.query.BiomeQueryAPIAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: chunk-generator-noise-3d id: chunk-generator-noise-3d
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.chunkgenerator.NoiseChunkGenerator3DAddon" - "com.dfsek.terra.addons.chunkgenerator.NoiseChunkGenerator3DAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: command-addons id: command-addons
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.commands.addons.AddonsCommandAddon" - "com.dfsek.terra.addons.commands.addons.AddonsCommandAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: command-packs id: command-packs
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.commands.packs.PacksCommandAddon" - "com.dfsek.terra.addons.commands.packs.PacksCommandAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: command-profiler id: command-profiler
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.commands.profiler.ProfilerCommandAddon" - "com.dfsek.terra.addons.commands.profiler.ProfilerCommandAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: command-structures id: command-structures
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.commands.structure.StructureCommandAddon" - "com.dfsek.terra.addons.commands.structure.StructureCommandAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-biome id: config-biome
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.BiomeAddon" - "com.dfsek.terra.addons.biome.BiomeAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,15 +1,15 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-distributors id: config-distributors
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.feature.distributor.DistributorAddon" - "com.dfsek.terra.addons.feature.distributor.DistributorAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
config-feature: "1.+" config-feature: "1.+"
generation-stage-feature: "1.+" generation-stage-feature: "1.+"

View File

@ -1,14 +1,14 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-feature id: config-feature
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.feature.FeatureAddon" - "com.dfsek.terra.addons.feature.FeatureAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
generation-stage-feature: "1.+" generation-stage-feature: "1.+"

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-flora id: config-flora
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.flora.FloraAddon" - "com.dfsek.terra.addons.flora.FloraAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,15 +1,15 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-locators id: config-locators
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.feature.locator.LocatorAddon" - "com.dfsek.terra.addons.feature.locator.LocatorAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
config-feature: "1.+" config-feature: "1.+"
generation-stage-feature: "1.+" generation-stage-feature: "1.+"

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-noise-function id: config-noise-function
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.noise.NoiseAddon" - "com.dfsek.terra.addons.noise.NoiseAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-number-predicate id: config-number-predicate
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.numberpredicate.NumberPredicateAddon" - "com.dfsek.terra.addons.numberpredicate.NumberPredicateAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-ore id: config-ore
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.ore.OreAddon" - "com.dfsek.terra.addons.ore.OreAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-palette id: config-palette
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.palette.PaletteAddon" - "com.dfsek.terra.addons.palette.PaletteAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: config-structure id: config-structure
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.structure.StructureAddon" - "com.dfsek.terra.addons.structure.StructureAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: generation-stage-feature id: generation-stage-feature
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.generation.feature.FeatureGenerationAddon" - "com.dfsek.terra.addons.generation.feature.FeatureGenerationAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: generation-stage-structure id: generation-stage-structure
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.generation.structure.StructureGenerationAddon" - "com.dfsek.terra.addons.generation.structure.StructureGenerationAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: language-yaml id: language-yaml
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.yaml.YamlAddon" - "com.dfsek.terra.addons.yaml.YamlAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: library-image id: library-image
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.image.ImageLibraryAddon" - "com.dfsek.terra.addons.image.ImageLibraryAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,14 +1,14 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: locator-slant-noise-3d id: locator-slant-noise-3d
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addon.feature.locator.slant.SlantLocatorAddon" - "com.dfsek.terra.addon.feature.locator.slant.SlantLocatorAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
chunk-generator-noise-3d: "[1.2.0,2.0.0)" chunk-generator-noise-3d: "[1.2.0,2.0.0)"

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: palette-block-shortcut id: palette-block-shortcut
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.palette.shortcut.block.PaletteBlockShortcutAddon" - "com.dfsek.terra.addons.palette.shortcut.block.PaletteBlockShortcutAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,15 +1,15 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: pipeline-image id: pipeline-image
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.pipeline.image.PipelineImageAddon" - "com.dfsek.terra.addons.biome.pipeline.image.PipelineImageAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
library-image: "1.+" library-image: "1.+"
biome-provider-pipeline-v2: "1.+" biome-provider-pipeline-v2: "1.+"

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: structure-block-shortcut id: structure-block-shortcut
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.palette.shortcut.block.StructureBlockShortcutAddon" - "com.dfsek.terra.addons.palette.shortcut.block.StructureBlockShortcutAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,11 +1,11 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: structure-mutator id: structure-mutator
version: @VERSION@ version: @VERSION@
entrypoints: [ ] entrypoints: [ ]
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: structure-sponge-loader id: structure-sponge-loader
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.sponge.SpongeSchematicAddon" - "com.dfsek.terra.addons.sponge.SpongeSchematicAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,12 +1,12 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: structure-terrascript-loader id: structure-terrascript-loader
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.terrascript.TerraScriptAddon" - "com.dfsek.terra.addons.terrascript.TerraScriptAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License

View File

@ -1,15 +1,15 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: structure-function-check-noise-3d id: structure-function-check-noise-3d
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addon.terrascript.check.TerraScriptCheckFunctionAddon" - "com.dfsek.terra.addon.terrascript.check.TerraScriptCheckFunctionAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
structure-terrascript-loader: "1.+" structure-terrascript-loader: "1.+"
chunk-generator-noise-3d: "1.+" chunk-generator-noise-3d: "1.+"

View File

@ -1,15 +1,15 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: terrascript-function-sampler id: terrascript-function-sampler
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.terrascript.sampler.TerraScriptSamplerFunctionAddon" - "com.dfsek.terra.addons.terrascript.sampler.TerraScriptSamplerFunctionAddon"
website: website:
issues: https://github.com/PolyhedralDev/Terra/issues issues: https://github.com/PolyhedralDev/Terra/issues
source: https://github.com/PolyhedralDev/Terra source: https://github.com/PolyhedralDev/Terra
docs: https://terra.polydev.org docs: https://terra.polydev.org
license: MIT License license: MIT License
depends: depends:
structure-terrascript-loader: "1.+" structure-terrascript-loader: "1.+"
config-noise-function: "1.+" config-noise-function: "1.+"

View File

@ -6,15 +6,15 @@
# wiki for information regarding config pack development. # wiki for information regarding config pack development.
debug: debug:
commands: false commands: false
log: false log: false
profiler: false profiler: false
script: false script: false
dump-default: true dump-default: true
biome-search-resolution: 4 biome-search-resolution: 4
cache: cache:
structure: 32 structure: 32
sampler: 128 sampler: 128
biome-provider: 32 biome-provider: 32
script: script:
max-recursion: 1000 max-recursion: 1000

View File

@ -2,9 +2,9 @@ dimensions: 2
type: Cellular type: Cellular
frequency: 0.01 frequency: 0.01
cellular: cellular:
return: Distance3Div return: Distance3Div
normalize: normalize:
type: LINEAR type: LINEAR
linear: linear:
min: -1 min: -1
max: 0 max: 0

View File

@ -1,18 +1,18 @@
list: list:
- ONE - ONE
- "<< metaTarget.yml:list" - "<< metaTarget.yml:list"
- FOUR - FOUR
- FIVE - FIVE
- SIX - SIX
- "<< metaTarget.yml:list2" - "<< metaTarget.yml:list2"
- NINE - NINE
- TEN - TEN
map: map:
"<<": "<<":
- metaTarget.yml:map1 - metaTarget.yml:map1
- metaTarget.yml:map2 - metaTarget.yml:map2
one: ONE one: ONE
two: TWO two: TWO
string: "one-${metaTarget.yml:string.two}-${metaTarget.yml:string.three}-four-five-${metaTarget.yml:string.six}" string: "one-${metaTarget.yml:string.two}-${metaTarget.yml:string.three}-four-five-${metaTarget.yml:string.six}"
int: 2 + 4 int: 2 + 4
double: ${metaTarget.yml:double} + 5.6 double: ${metaTarget.yml:double} + 5.6

View File

@ -1,17 +1,17 @@
list: list:
- TWO - TWO
- THREE - THREE
list2: list2:
- SEVEN - SEVEN
- EIGHT - EIGHT
map1: map1:
three: THREE three: THREE
four: FOUR four: FOUR
five: FIVE five: FIVE
map2: map2:
six: SIX six: SIX
string: string:
two: two two: two
three: three three: three
six: six six: six
double: 1 double: 1