9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +00:00

Merge pull request #300 from RePixelatedMC/patch-1

Update mountain.json
This commit is contained in:
Brian Fopiano
2023-03-15 09:34:16 -04:00
committed by GitHub

View File

@@ -1,40 +1,15 @@
{ {
"interpolator": { "interpolator": {
"function": "BILINEAR_STARCAST_9", "horizontalScale": 52,
"horizontalScale": 15 "function": "BILINEAR_STARCAST_9"
}, },
"seed": 530530, "seed": 53551,
"composite": [ "composite": [{
{ "style": {
"seed": 5346, "style": "FRACTAL_SMOKE",
"style": { "zoom": 1
"style": "NOWHERE",
"zoom": 1.7,
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.8,
"exponent": 1.2,
"multiplier": 55
}
},
"exponent": 4,
"negative": true
}, },
{ "seed": 3356
"seed": 1714, }]
"style": {
"style": "IRIS_THICK",
"zoom": 0.6,
"exponent": 0.7,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.8,
"exponent": 0.7,
"multiplier": 50
}
},
"negative": true,
"opacity": 0.1
}
]
} }