9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00

Tropical Generation Mundation

This commit is contained in:
Brian Fopiano
2021-07-29 07:07:58 -07:00
parent 73dfd5a559
commit 0af0ffc47c
6 changed files with 7 additions and 133 deletions

View File

@@ -8,13 +8,8 @@
"generators": [
{
"generator": "mountain",
"max": 100,
"min": 10
},
{
"generator": "plain",
"max": 50,
"min": 10
"max": 150,
"min": 20
}
],
"customDerivitives": [{

View File

@@ -7,7 +7,7 @@
"generators": [{
"min": 3,
"max": 50,
"generator": "plain"
"generator": "mountain"
}],
"customDerivitives": [{
"id": "tropical_rainforest_wicked_child",

View File

@@ -1,111 +0,0 @@
{
"name": "Tropical Rainforest Wicked Village",
"derivative": "MODIFIED_JUNGLE",
"rarity": 1,
"color": "#00FF06",
"vanillaDerivative": "MODIFIED_JUNGLE_EDGE",
"generators": [{
"min": 3,
"max": 50,
"generator": "plain"
}],
"customDerivitives": [{
"id": "tropical_rainforest_wicked_village",
"foliageColor": "#478F04",
"grassColor": "#197300",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"zoom": 0.6,
"palette": [
{"block": "grass_block"},
{"block": "jungle_leaves"},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"decorators": [
{
"chance": 0.45,
"variance": {"style": "IRIS"},
"zoom": 0.1,
"palette": [
{"block": "tall_grass"},
{"block": "grass"}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
"fracture": {"style": "STATIC"}
}
},
{
"chance": 0.1,
"verticalZoom": 88,
"variance": {"style": "IRIS"},
"zoom": 10,
"palette": [{
"weight": 3,
"block": "jungle_wood"
}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"}
},
{
"chance": 0.5,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"zoom": 10,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
}
],
"wall": {
"style": {"style": "IRIS"},
"zoom": 0.1,
"palette": [
{"block": "stripped_jungle_wood"},
{"block": "jungle_leaves"},
{"block": "stripped_jungle_wood"},
{"block": "jungle_leaves"},
{"block": "stripped_jungle_wood"},
{"block": "jungle_leaves"},
{"block": "stripped_jungle_wood"}
]
}
}

View File

@@ -20,7 +20,7 @@
"generators": [{
"min": 3,
"max": 50,
"generator": "plain"
"generator": "mountain"
}],
"layers": [
{

View File

@@ -14,13 +14,8 @@
"generators": [
{
"generator": "mountain",
"max": 100,
"min": 0
},
{
"generator": "plain",
"max": 80,
"min": 30
"max": 180,
"min": 3
}
],
"layers": [

View File

@@ -15,12 +15,7 @@
"generators": [
{
"generator": "mountain",
"max": 100,
"min": 0
},
{
"generator": "plain",
"max": 80,
"max": 180,
"min": 30
}
],