mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
No lily
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user