9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Beautify JSON

This commit is contained in:
Daniel Mills
2020-08-27 00:05:24 -04:00
parent 5aeb28cfa8
commit e2dfb1159a
109 changed files with 9596 additions and 7956 deletions

View File

@@ -4,21 +4,25 @@
"interpolationFunction": "HERMITE_LOOSE",
"interpolationScale": 20,
"seed": 8192,
"composite": [{
"style": {"style": "IRIS"},
"sinCentered": false,
"seed": 1000,
"parametric": false,
"zoom": 0.45,
"enabled": true,
"offsetX": 0,
"octaves": 1,
"offsetZ": 0,
"offsetY": 0,
"opacity": 1,
"bezier": false,
"exponent": 1
}],
"composite": [
{
"style": {
"style": "IRIS"
},
"sinCentered": false,
"seed": 1000,
"parametric": false,
"zoom": 0.45,
"enabled": true,
"offsetX": 0,
"octaves": 1,
"offsetZ": 0,
"offsetY": 0,
"opacity": 1,
"bezier": false,
"exponent": 1
}
],
"zoom": 1,
"opacity": 1
}
}