9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
This commit is contained in:
Daniel Mills
2020-07-26 13:24:30 -04:00
parent 1c3e442e0a
commit 5762cfcf88
5 changed files with 11 additions and 97 deletions

View File

@@ -25,7 +25,7 @@
> If this decorator has a height more than 1 this changes how it picks the height between your maxes. Scatter = random, Wispy = wavy heights
## partOf
> Tells iris where this decoration is a part of. I.e. SHORE_LINE
> Tells iris where this decoration is a part of. I.e. SHORE_LINE or SEA_SURFACE
## stackMin
> The minimum repeat stack height (setting to 3 would stack 3 of <block> on top of each other

View File

@@ -1,29 +1,5 @@
{
"name": "Black Ocean",
"objects": [
{
"chance": 0.3,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"lilly"
],
"translate": {
"x": 0,
"y": 1,
"z": 0
}
}
],
"layers": [
{
"minHeight": 3,

View File

@@ -26,30 +26,6 @@
]
}
],
"objects": [
{
"chance": 0.3,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"lilly"
],
"translate": {
"x": 0,
"y": 1,
"z": 0
}
}
],
"decorators":[
{
"zoom": 20,

View File

@@ -23,30 +23,6 @@
]
}
],
"objects": [
{
"chance": 0.3,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"lilly"
],
"translate": {
"x": 0,
"y": 1,
"z": 0
}
}
],
"generators":[
{
"generator": "plain",

View File

@@ -23,30 +23,6 @@
]
}
],
"objects": [
{
"chance": 0.5,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"lilly"
],
"translate": {
"x": 0,
"y": 1,
"z": 0
}
}
],
"decorators":[
{
"zoom": 20,
@@ -57,6 +33,16 @@
"dispersion": "WISPY",
"variance": "WISPY"
},
{
"zoom": 20,
"chance": 0.001,
"palette": [
"LILY_PAD"
],
"partOf": "SEA_SURFACE",
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 20,
"stackMax": 9,