mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
ddd
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
"landChance": 0.69,
|
||||
"biomeZoom": 7,
|
||||
"continentalStyle": {
|
||||
"style": "CELLULAR_HEIGHT_IRIS_DOUBLE",
|
||||
"zoom": 12.925,
|
||||
"exponent": 10.1
|
||||
"style": "NOWHERE_SUPERFRACTAL",
|
||||
"zoom": 5,
|
||||
"exponent": 7.5
|
||||
},
|
||||
"REGIONS": "Contains the list of regions and their placement style",
|
||||
"regionZoom": 7.35,
|
||||
@@ -38,6 +38,12 @@
|
||||
"style": "NOWHERE_CELLULAR",
|
||||
"zoom": 5
|
||||
},
|
||||
"TREE SETTINGS": "This is where you can change tree inheritance from saplings.",
|
||||
"treeSettings": {
|
||||
"enabled": true,
|
||||
"mode": "FIRST"
|
||||
},
|
||||
|
||||
"SEAS": "Sea settings (for the biomes that are oceans).",
|
||||
"seaZoom": 1.25,
|
||||
"seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"},
|
||||
|
||||
Binary file not shown.
@@ -75,6 +75,20 @@
|
||||
"varience": 4
|
||||
}],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0,
|
||||
"mode": "MIN_HEIGHT",
|
||||
"rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}},
|
||||
"trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["TREE"]}],
|
||||
"translate": {"y": 7},
|
||||
"place": [
|
||||
"trees/oak/truegeneric1",
|
||||
"trees/oak/truegeneric2",
|
||||
"trees/oak/truegeneric3",
|
||||
"trees/oak/truegeneric4",
|
||||
"trees/oak/truegeneric5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"heightmap": {
|
||||
"seed": 1337,
|
||||
|
||||
Reference in New Issue
Block a user