mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
Noise Overlays
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user