mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
Beautify JSON
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user