9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00

Changes a lot

This commit is contained in:
Brian Fopiano
2020-07-25 22:15:54 -07:00
parent 9fabd8ff9d
commit 71090df352
51 changed files with 79 additions and 54 deletions

View File

@@ -23,7 +23,6 @@
"fluidPalette": ["WATER"],
"caves": true,
"preventLeafDecay": false,
"caveBiomeZoom": 1,
"placeObjects": true,
"shoreZoom": 1,
"deposits": [],
@@ -101,9 +100,6 @@
## landZoom
> This zooms in the land space
## caveBiomeZoom
> This zooms in the cave biome space
## shoreZoom
> This can zoom the shores

View File

@@ -4,17 +4,16 @@
{
"shoreRatio": 0.13,
"ridgeBiomes": [],
"spotBiomes": [],
"landBiomes": [],
"biomeImplosionRatio": 0.4,
"seaBiomes": [],
"deposits": [],
"caveBiomes": [],
"shoreHeightMin": 1.2,
"shoreBiomes": [],
"name": "A Region",
"shoreHeightMax": 3.2,
"shoreHeightZoom": 3.14
"spotBiomes": [],
"landBiomes": [],
"shoreHeightZoom": 3.14,
"biomeImplosionRatio": 0.4,
"seaBiomes": [],
"deposits": []
}
```
@@ -45,9 +44,6 @@
## shoreBiomes
> A list of root-level biomes in this region. Don't specify child biomes of other biomes here. Just the root parents.
## caveBiomes
> A list of root-level biomes in this region. Don't specify child biomes of other biomes here. Just the root parents.
## ridgeBiomes
> Ridge biomes create a vein-like network like rivers through this region

View File

@@ -2,7 +2,6 @@
> A ridge config
```json
{
"as": "DEFER",
"chance": 0.75,
"thickness": 0.125,
"scale": 5,
@@ -19,9 +18,6 @@
## type
> The type this biome should override (land sea or shore)
## as
> What type this spot is (i.e. target SEA but as LAND) like an island. Default matches the target type
## chance
> The chance this biome will be placed in a given spot

View File

@@ -2,7 +2,6 @@
> A spot config
```json
{
"as": "DEFER",
"scale": 1,
"type": "LAND",
"shuffle": 128,
@@ -16,9 +15,6 @@
## type
> Where this spot overrides. Land sea or shore
## as
> What type this spot is (i.e. target SEA but as LAND) like an island. Default matches the target type
## scale
> The scale of splotches

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -2,8 +2,8 @@
"name": "Honey Dioptra",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"minHeight": 1,
"maxHeight": 1,
"dispersion": "SCATTER",
"palette": [
"GRASS_PATH",
@@ -32,7 +32,7 @@
],
"objects": [
{
"chance": 0.01,
"chance": 0.2,
"density": 1,
"rotation": {
"yAxis": {
@@ -62,8 +62,8 @@
}
},
{
"chance": 0.3,
"density": 3,
"chance": 0.1,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
@@ -92,8 +92,8 @@
}
},
{
"chance": 0.4,
"density": 3,
"chance": 0.1,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -34,7 +34,7 @@
"decorators": [
{
"zoom": 0.01,
"chance": 0.09,
"chance": 0.1,
"palette": ["DEAD_BUSH", "BROWN_MUSHROOM"],
"dispersion": "WISPY",
"variance": "SCATTER"
@@ -46,6 +46,16 @@
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.017,
@@ -69,30 +79,57 @@
},
"place": [
"creepy-oak/FantasyOak1",
"creepy-oak/FantasyOak2",
"creepy-oak/FantasyOak3",
"creepy-oak/FantasyOak4",
"creepy-oak/FantasyOak5",
"creepy-oak/FantasyOak6",
"creepy-oak/FantasyOak7",
"creepy-oak/FantasyOak8",
"creepy-oak/FantasyOak9",
"creepy-oak/FantasyOak10",
"creepy-oak/FantasyOak11",
"creepy-oak/FantasyOak12",
"creepy-oak/FantasyOak13",
"creepy-oak/FantasyOak14",
"creepy-oak/FantasyOak15",
"creepy-oak/FantasyOak16",
"creepy-oak/FantasyOak17",
"creepy-oak/FantasyOak18",
"creepy-oak/FantasyOak19"
"oak-medium/oak-denmyre-1",
"oak-medium/oak-denmyre-2",
"oak-medium/oak-denmyre-3",
"oak-medium/oak-denmyre-4",
"oak-medium/oak-denmyre-5",
"oak-medium/oak-denmyre-6",
"oak-medium/oak-denmyre-7",
"oak-medium/oak-denmyre-8",
"oak-medium/oak-denmyre-9",
"oak-medium/oak-denmyre-10",
"oak-medium/oak-denmyre-11",
"oak-medium/oak-denmyre-12"
],
"translate": {
"x": 0,
"y": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.3,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"denmyre/oak-denmyre-clutter-1",
"denmyre/oak-denmyre-clutter-2",
"denmyre/oak-denmyre-clutter-3",
"denmyre/oak-denmyre-clutter-4",
"denmyre/oak-denmyre-clutter-5",
"denmyre/oak-denmyre-clutter-6",
"denmyre/oak-denmyre-clutter-7",
"denmyre/oak-denmyre-clutter-8",
"denmyre/oak-denmyre-clutter-9",
"denmyre/oak-denmyre-clutter-10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
@@ -109,7 +146,7 @@
"max": 3
}
],
"derivative": "DESERT",
"derivative": "SWAMP",
"biomeDispersion": "WISPY",
"biomeZoom": 60
}

View File

@@ -4,8 +4,11 @@
{
"minHeight": 3,
"maxHeight": 6,
"dispersion": "WISPY",
"palette": [
"SAND"
"dirt",
"SAND",
"CLAY"
]
},
{
@@ -50,7 +53,7 @@
"decorators":[
{
"zoom": 20,
"chance": 0.07,
"chance": 0.4,
"palette": [
"SEAGRASS"
],

View File

@@ -6,7 +6,8 @@
"shoreHeightZoom": 1.13,
"landBiomes": [
"swamp-roofed",
"swamp-mountains"
"swamp-mountains",
"swamp-oak-denmyre"
],
"seaBiomes": [
"swamp-ocean"