mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +00:00
Fix YAML formatting (#426)
* Remove trailing whitespace in YAML formatting * Reformat YAML files
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
# wiki for information regarding config pack development.
|
||||
|
||||
debug:
|
||||
commands: false
|
||||
log: false
|
||||
profiler: false
|
||||
script: false
|
||||
commands: false
|
||||
log: false
|
||||
profiler: false
|
||||
script: false
|
||||
dump-default: true
|
||||
biome-search-resolution: 4
|
||||
cache:
|
||||
structure: 32
|
||||
sampler: 128
|
||||
biome-provider: 32
|
||||
structure: 32
|
||||
sampler: 128
|
||||
biome-provider: 32
|
||||
script:
|
||||
max-recursion: 1000
|
||||
max-recursion: 1000
|
||||
@@ -2,9 +2,9 @@ dimensions: 2
|
||||
type: Cellular
|
||||
frequency: 0.01
|
||||
cellular:
|
||||
return: Distance3Div
|
||||
return: Distance3Div
|
||||
normalize:
|
||||
type: LINEAR
|
||||
linear:
|
||||
min: -1
|
||||
max: 0
|
||||
type: LINEAR
|
||||
linear:
|
||||
min: -1
|
||||
max: 0
|
||||
@@ -1,18 +1,18 @@
|
||||
list:
|
||||
- ONE
|
||||
- "<< metaTarget.yml:list"
|
||||
- FOUR
|
||||
- FIVE
|
||||
- SIX
|
||||
- "<< metaTarget.yml:list2"
|
||||
- NINE
|
||||
- TEN
|
||||
- ONE
|
||||
- "<< metaTarget.yml:list"
|
||||
- FOUR
|
||||
- FIVE
|
||||
- SIX
|
||||
- "<< metaTarget.yml:list2"
|
||||
- NINE
|
||||
- TEN
|
||||
map:
|
||||
"<<":
|
||||
- metaTarget.yml:map1
|
||||
- metaTarget.yml:map2
|
||||
one: ONE
|
||||
two: TWO
|
||||
"<<":
|
||||
- metaTarget.yml:map1
|
||||
- metaTarget.yml:map2
|
||||
one: ONE
|
||||
two: TWO
|
||||
string: "one-${metaTarget.yml:string.two}-${metaTarget.yml:string.three}-four-five-${metaTarget.yml:string.six}"
|
||||
int: 2 + 4
|
||||
double: ${metaTarget.yml:double} + 5.6
|
||||
@@ -1,17 +1,17 @@
|
||||
list:
|
||||
- TWO
|
||||
- THREE
|
||||
- TWO
|
||||
- THREE
|
||||
list2:
|
||||
- SEVEN
|
||||
- EIGHT
|
||||
- SEVEN
|
||||
- EIGHT
|
||||
map1:
|
||||
three: THREE
|
||||
four: FOUR
|
||||
five: FIVE
|
||||
three: THREE
|
||||
four: FOUR
|
||||
five: FIVE
|
||||
map2:
|
||||
six: SIX
|
||||
six: SIX
|
||||
string:
|
||||
two: two
|
||||
three: three
|
||||
six: six
|
||||
two: two
|
||||
three: three
|
||||
six: six
|
||||
double: 1
|
||||
Reference in New Issue
Block a user