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

Noise Overlays

This commit is contained in:
Daniel Mills
2020-09-05 01:39:02 -04:00
parent 96f6a0c2d7
commit aab08063cf

View File

@@ -151,6 +151,24 @@
}
}
],
"overlayNoise": [
{
"generator": {
"style": "FRACTAL_WATER",
"zoom": 8
},
"max": 6,
"min": -6
},
{
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.1
},
"max": 6,
"min": -6
}
],
"postProcessors": [
{
"phase": 0,
@@ -172,6 +190,10 @@
"phase": 1,
"processor": "slabber"
},
{
"phase": 1,
"processor": "foliage-cleaner"
},
{
"phase": 2,
"processor": "waterlogger"