diff --git a/kubejs/assets/tfg/blockstates/grass/amber_mycelium.json b/kubejs/assets/tfg/blockstates/grass/amber_mycelium.json new file mode 100644 index 000000000..492612761 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/grass/amber_mycelium.json @@ -0,0 +1,256 @@ +{ + "multipart": [ + { + "apply": { + "model": "tfg:block/grass/amber_mycelium_top", + "x": 90 + } + }, + { + "when": { + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/amber_mycelium_top", + "x": 270, + "y": 90 + }, + { + "model": "tfg:block/grass/amber_mycelium_top", + "x": 270 + }, + { + "model": "tfg:block/grass/amber_mycelium_top", + "x": 270, + "y": 180 + }, + { + "model": "tfg:block/grass/amber_mycelium_top", + "x": 270, + "y": 270 + } + ] + }, + { + "when": { + "snowy": true + }, + "apply": [ + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 90 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 180 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 270 + } + ] + }, + { + "when": { + "north": true, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/amber_mycelium_top" + } + }, + { + "when": { + "east": true, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/amber_mycelium_top", + "y": 90 + } + }, + { + "when": { + "south": true, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/amber_mycelium_top", + "y": 180 + } + }, + { + "when": { + "west": true, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/amber_mycelium_top", + "y": 270 + } + }, + { + "when": { + "north": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top" + } + }, + { + "when": { + "east": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 90 + } + }, + { + "when": { + "south": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 180 + } + }, + { + "when": { + "west": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 270 + } + }, + { + "when": { + "north": false, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/amber_mycelium_side_1" + }, + { + "model": "tfg:block/grass/amber_mycelium_side_2" + }, + { + "model": "tfg:block/grass/amber_mycelium_side_3" + } + ] + }, + { + "when": { + "east": false, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/amber_mycelium_side_1", + "y": 90 + }, + { + "model": "tfg:block/grass/amber_mycelium_side_2", + "y": 90 + }, + { + "model": "tfg:block/grass/amber_mycelium_side_3", + "y": 90 + } + ] + }, + { + "when": { + "south": false, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/amber_mycelium_side_1", + "y": 180 + }, + { + "model": "tfg:block/grass/amber_mycelium_side_2", + "y": 180 + }, + { + "model": "tfg:block/grass/amber_mycelium_side_3", + "y": 180 + } + ] + }, + { + "when": { + "west": false, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/amber_mycelium_side_1", + "y": 270 + }, + { + "model": "tfg:block/grass/amber_mycelium_side_2", + "y": 270 + }, + { + "model": "tfg:block/grass/amber_mycelium_side_3", + "y": 270 + } + ] + }, + { + "when": { + "north": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side" + } + }, + { + "when": { + "east": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 90 + } + }, + { + "when": { + "south": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 180 + } + }, + { + "when": { + "west": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/grass/mars_dirt.json b/kubejs/assets/tfg/blockstates/grass/mars_dirt.json new file mode 100644 index 000000000..70ecbec7e --- /dev/null +++ b/kubejs/assets/tfg/blockstates/grass/mars_dirt.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "tfg:block/grass/mars_dirt" + }, + { + "model": "tfg:block/grass/mars_dirt", + "y": 90 + }, + { + "model": "tfg:block/grass/mars_dirt", + "y": 180 + }, + { + "model": "tfg:block/grass/mars_dirt", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/grass/rusticus_mycelium.json b/kubejs/assets/tfg/blockstates/grass/rusticus_mycelium.json new file mode 100644 index 000000000..a33c06a2c --- /dev/null +++ b/kubejs/assets/tfg/blockstates/grass/rusticus_mycelium.json @@ -0,0 +1,283 @@ +{ + "multipart": [ + { + "apply": { + "model": "tfg:block/grass/rusticus_mycelium_top_1", + "x": 90 + } + }, + { + "when": { + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_top_1", + "x": 270, + "y": 90 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_1", + "x": 270 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_1", + "x": 270, + "y": 180 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_1", + "x": 270, + "y": 270 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_2", + "x": 270, + "y": 90 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_2", + "x": 270 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_2", + "x": 270, + "y": 180 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_2", + "x": 270, + "y": 270 + } + ] + }, + { + "when": { + "snowy": true + }, + "apply": [ + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 90 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 180 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 270 + } + ] + }, + { + "when": { + "north": true, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_top_1" + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_2" + } + ] + }, + { + "when": { + "east": true, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_top_1", + "y": 90 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_2", + "y": 90 + } + ] + }, + { + "when": { + "south": true, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_top_1", + "y": 180 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_2", + "y": 180 + } + ] + }, + { + "when": { + "west": true, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_top_1", + "y": 270 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_top_2", + "y": 270 + } + ] + }, + { + "when": { + "north": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top" + } + }, + { + "when": { + "east": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 90 + } + }, + { + "when": { + "south": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 180 + } + }, + { + "when": { + "west": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 270 + } + }, + { + "when": { + "north": false, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_side_1" + }, + { + "model": "tfg:block/grass/rusticus_mycelium_side_2" + } + ] + }, + { + "when": { + "east": false, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_side_1", + "y": 90 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_side_2", + "y": 90 + } + ] + }, + { + "when": { + "south": false, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_side_1", + "y": 180 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_side_2", + "y": 180 + } + ] + }, + { + "when": { + "west": false, + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/rusticus_mycelium_side_1", + "y": 270 + }, + { + "model": "tfg:block/grass/rusticus_mycelium_side_2", + "y": 270 + } + ] + }, + { + "when": { + "north": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side" + } + }, + { + "when": { + "east": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 90 + } + }, + { + "when": { + "south": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 180 + } + }, + { + "when": { + "west": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/grass/sangnum_mycelium.json b/kubejs/assets/tfg/blockstates/grass/sangnum_mycelium.json new file mode 100644 index 000000000..eeb37da68 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/grass/sangnum_mycelium.json @@ -0,0 +1,221 @@ +{ + "multipart": [ + { + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_top", + "x": 90 + } + }, + { + "when": { + "snowy": false + }, + "apply": [ + { + "model": "tfg:block/grass/sangnum_mycelium_top", + "x": 270, + "y": 90 + }, + { + "model": "tfg:block/grass/sangnum_mycelium_top", + "x": 270 + }, + { + "model": "tfg:block/grass/sangnum_mycelium_top", + "x": 270, + "y": 180 + }, + { + "model": "tfg:block/grass/sangnum_mycelium_top", + "x": 270, + "y": 270 + } + ] + }, + { + "when": { + "snowy": true + }, + "apply": [ + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 90 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 180 + }, + { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "x": 270, + "y": 270 + } + ] + }, + { + "when": { + "north": true, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_top" + } + }, + { + "when": { + "east": true, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_top", + "y": 90 + } + }, + { + "when": { + "south": true, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_top", + "y": 180 + } + }, + { + "when": { + "west": true, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_top", + "y": 270 + } + }, + { + "when": { + "north": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top" + } + }, + { + "when": { + "east": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 90 + } + }, + { + "when": { + "south": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 180 + } + }, + { + "when": { + "west": true, + "snowy": true + }, + "apply": { + "model": "tfc:block/grass/sandy_loam/snowy_top", + "y": 270 + } + }, + { + "when": { + "north": false, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_side" + } + }, + { + "when": { + "east": false, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_side", + "y": 90 + } + + }, + { + "when": { + "south": false, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_side", + "y": 180 + } + + }, + { + "when": { + "west": false, + "snowy": false + }, + "apply": { + "model": "tfg:block/grass/sangnum_mycelium_side", + "y": 270 + } + + }, + { + "when": { + "north": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side" + } + }, + { + "when": { + "east": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 90 + } + }, + { + "when": { + "south": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 180 + } + }, + { + "when": { + "west": false, + "snowy": true + }, + "apply": { + "model": "tfg:block/grass/mars_dirt_snowy_side", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/semiheavy_ammoniacal_water.json b/kubejs/assets/tfg/blockstates/semiheavy_ammoniacal_water.json new file mode 100644 index 000000000..16293b69d --- /dev/null +++ b/kubejs/assets/tfg/blockstates/semiheavy_ammoniacal_water.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/fluid/semiheavy_ammoniacal_water" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 2ac0094af..143cf58dc 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -296,13 +296,14 @@ "block.tfg.electromagnetic_accelerator": "Electromagnetic Accelerator", "block.tfg.superconductor_coil_large": "Large Superconductor Coil", "block.tfg.superconductor_coil_small": "Small Superconductor Coil", - "tfg:nether_slurry": "Nether Slurry", - "tfg:enriched_nether_slurry": "Enriched Nether Slurry", - "tfg:ender_slurry": "Ender Slurry", - "tfg:enriched_ender_slurry": "Enriched Ender Slurry", - "tfg:semiheavy_ammoniacal_water": "Semiheavy Ammoniacal Water", - "tfg:sulfur_fumes": "Sulfur Fumes", - "tfg:super_heated_slurry": "Super Heated Slurry", + "fluid.tfg.nether_slurry": "Nether Slurry", + "fluid.tfg.enriched_nether_slurry": "Enriched Nether Slurry", + "fluid.tfg.ender_slurry": "Ender Slurry", + "fluid.tfg.enriched_ender_slurry": "Enriched Ender Slurry", + "fluid.tfg.semiheavy_ammoniacal_water": "Semiheavy Ammoniacal Water", + "fluid.tfg.heavy_water": "Heavy Water", + "fluid.tfg.sulfur_fumes": "Sulfur Fumes", + "fluid.tfg.super_heated_slurry": "Super Heated Slurry", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", diff --git a/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_1.json b/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_1.json new file mode 100644 index 000000000..bfb4c765d --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_1.json @@ -0,0 +1,8 @@ +{ + "parent": "tfc:block/grass_side", + "textures": { + "texture": "tfg:block/grass/mars_dirt", + "overlay": "tfg:block/grass/amber_side_1", + "particle": "tfg:block/grass/amber_side_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_2.json b/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_2.json new file mode 100644 index 000000000..39c37fa6f --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_2.json @@ -0,0 +1,8 @@ +{ + "parent": "tfc:block/grass_side", + "textures": { + "texture": "tfg:block/grass/mars_dirt", + "overlay": "tfg:block/grass/amber_side_2", + "particle": "tfg:block/grass/amber_side_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_3.json b/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_3.json new file mode 100644 index 000000000..1e71138aa --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/amber_mycelium_side_3.json @@ -0,0 +1,8 @@ +{ + "parent": "tfc:block/grass_side", + "textures": { + "texture": "tfg:block/grass/mars_dirt", + "overlay": "tfg:block/grass/amber_side_3", + "particle": "tfg:block/grass/amber_side_3" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/amber_mycelium_top.json b/kubejs/assets/tfg/models/block/grass/amber_mycelium_top.json new file mode 100644 index 000000000..6f6ccea9b --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/amber_mycelium_top.json @@ -0,0 +1,27 @@ +{ + "parent": "block/block", + "textures": { + "overlay": "tfg:block/grass/amber_top", + "particle": "tfg:block/grass/amber_top" + }, + "elements": [ + { + "from": [ + 0, + 0, + 0 + ], + "to": [ + 16, + 16, + 0 + ], + "faces": { + "north": { + "texture": "#overlay", + "cullface": "north" + } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/mars_dirt.json b/kubejs/assets/tfg/models/block/grass/mars_dirt.json new file mode 100644 index 000000000..bb240938d --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/mars_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "tfg:block/grass/mars_dirt" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/mars_dirt_snowy_side.json b/kubejs/assets/tfg/models/block/grass/mars_dirt_snowy_side.json new file mode 100644 index 000000000..332dd9835 --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/mars_dirt_snowy_side.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/grass_snowy_side", + "textures": { + "texture": "tfg:block/grass/mars_dirt" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_side_1.json b/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_side_1.json new file mode 100644 index 000000000..bef471ab6 --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_side_1.json @@ -0,0 +1,8 @@ +{ + "parent": "tfc:block/grass_side", + "textures": { + "texture": "tfg:block/grass/mars_dirt", + "overlay": "tfg:block/grass/rusticus_side_1", + "particle": "tfg:block/grass/rusticus_side_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_side_2.json b/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_side_2.json new file mode 100644 index 000000000..1ce8295c5 --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_side_2.json @@ -0,0 +1,8 @@ +{ + "parent": "tfc:block/grass_side", + "textures": { + "texture": "tfg:block/grass/mars_dirt", + "overlay": "tfg:block/grass/rusticus_side_2", + "particle": "tfg:block/grass/rusticus_side_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_top_1.json b/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_top_1.json new file mode 100644 index 000000000..ee4f06f09 --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_top_1.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/grass_top", + "textures": { + "overlay": "tfg:block/grass/rusticus_top_1", + "particle": "tfg:block/grass/rusticus_top_1" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_top_2.json b/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_top_2.json new file mode 100644 index 000000000..1be4ea162 --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/rusticus_mycelium_top_2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/grass_top", + "textures": { + "overlay": "tfg:block/grass/rusticus_top_2", + "particle": "tfg:block/grass/rusticus_top_2" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/sangnum_mycelium_side.json b/kubejs/assets/tfg/models/block/grass/sangnum_mycelium_side.json new file mode 100644 index 000000000..66be91d17 --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/sangnum_mycelium_side.json @@ -0,0 +1,8 @@ +{ + "parent": "tfc:block/grass_side", + "textures": { + "texture": "tfg:block/grass/mars_dirt", + "overlay": "tfg:block/grass/sangnum_side", + "particle": "tfg:block/grass/sangnum_side" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/grass/sangnum_mycelium_top.json b/kubejs/assets/tfg/models/block/grass/sangnum_mycelium_top.json new file mode 100644 index 000000000..9fda23833 --- /dev/null +++ b/kubejs/assets/tfg/models/block/grass/sangnum_mycelium_top.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/grass_top", + "textures": { + "overlay": "tfg:block/grass/sangnum_top", + "particle": "tfg:block/grass/sangnum_top" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/semiheavy_ammoniacal_water.json b/kubejs/assets/tfg/models/block/semiheavy_ammoniacal_water.json new file mode 100644 index 000000000..f298cabc3 --- /dev/null +++ b/kubejs/assets/tfg/models/block/semiheavy_ammoniacal_water.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/water_still" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grass/amber_mycelium.json b/kubejs/assets/tfg/models/item/grass/amber_mycelium.json new file mode 100644 index 000000000..7ec055dbc --- /dev/null +++ b/kubejs/assets/tfg/models/item/grass/amber_mycelium.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "0": "tfg:block/grass/mars_dirt", + "1": "tfg:block/grass/amber_side_1", + "2": "tfg:block/grass/amber_top", + "particle": "#2" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { + "texture": "#1" + }, + "east": { + "texture": "#1" + }, + "south": { + "texture": "#1" + }, + "west": { + "texture": "#1" + }, + "up": { + "texture": "#2" + }, + "down": { + "texture": "#0" + } + } + } + ], + "display": {} +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grass/mars_dirt.json b/kubejs/assets/tfg/models/item/grass/mars_dirt.json new file mode 100644 index 000000000..4839b278c --- /dev/null +++ b/kubejs/assets/tfg/models/item/grass/mars_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/grass/mars_dirt" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grass/rusticus_mycelium.json b/kubejs/assets/tfg/models/item/grass/rusticus_mycelium.json new file mode 100644 index 000000000..795350fbe --- /dev/null +++ b/kubejs/assets/tfg/models/item/grass/rusticus_mycelium.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "0": "tfg:block/grass/mars_dirt", + "1": "tfg:block/grass/rusticus_side_1", + "2": "tfg:block/grass/rusticus_top_1", + "particle": "#2" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { + "texture": "#1" + }, + "east": { + "texture": "#1" + }, + "south": { + "texture": "#1" + }, + "west": { + "texture": "#1" + }, + "up": { + "texture": "#2" + }, + "down": { + "texture": "#0" + } + } + } + ], + "display": {} +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grass/sangnum_mycelium.json b/kubejs/assets/tfg/models/item/grass/sangnum_mycelium.json new file mode 100644 index 000000000..9feca48ba --- /dev/null +++ b/kubejs/assets/tfg/models/item/grass/sangnum_mycelium.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "0": "tfg:block/grass/mars_dirt", + "1": "tfg:block/grass/sangnum_side", + "2": "tfg:block/grass/sangnum_top", + "particle": "#2" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { + "texture": "#1" + }, + "east": { + "texture": "#1" + }, + "south": { + "texture": "#1" + }, + "west": { + "texture": "#1" + }, + "up": { + "texture": "#2" + }, + "down": { + "texture": "#0" + } + } + } + ], + "display": {} +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/grass/amber_side_1.png b/kubejs/assets/tfg/textures/block/grass/amber_side_1.png new file mode 100644 index 000000000..3be4db867 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/amber_side_1.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/amber_side_2.png b/kubejs/assets/tfg/textures/block/grass/amber_side_2.png new file mode 100644 index 000000000..781185261 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/amber_side_2.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/amber_side_3.png b/kubejs/assets/tfg/textures/block/grass/amber_side_3.png new file mode 100644 index 000000000..64a6b3104 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/amber_side_3.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/amber_top.png b/kubejs/assets/tfg/textures/block/grass/amber_top.png new file mode 100644 index 000000000..b36de850d Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/amber_top.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/mars_dirt.png b/kubejs/assets/tfg/textures/block/grass/mars_dirt.png new file mode 100644 index 000000000..8ff05bee9 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/mars_dirt.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/rusticus_side_1.png b/kubejs/assets/tfg/textures/block/grass/rusticus_side_1.png new file mode 100644 index 000000000..de9e80b28 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/rusticus_side_1.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/rusticus_side_2.png b/kubejs/assets/tfg/textures/block/grass/rusticus_side_2.png new file mode 100644 index 000000000..6dfcc5fa8 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/rusticus_side_2.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/rusticus_top_1.png b/kubejs/assets/tfg/textures/block/grass/rusticus_top_1.png new file mode 100644 index 000000000..d32041456 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/rusticus_top_1.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/rusticus_top_2.png b/kubejs/assets/tfg/textures/block/grass/rusticus_top_2.png new file mode 100644 index 000000000..43d50bce9 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/rusticus_top_2.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/sangnum_side.png b/kubejs/assets/tfg/textures/block/grass/sangnum_side.png new file mode 100644 index 000000000..b856fcba1 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/sangnum_side.png differ diff --git a/kubejs/assets/tfg/textures/block/grass/sangnum_top.png b/kubejs/assets/tfg/textures/block/grass/sangnum_top.png new file mode 100644 index 000000000..5598ba172 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/grass/sangnum_top.png differ diff --git a/kubejs/data/ad_astra/dimension/mars.json b/kubejs/data/ad_astra/dimension/mars.json index f8b30df0a..1f9ff41ac 100644 --- a/kubejs/data/ad_astra/dimension/mars.json +++ b/kubejs/data/ad_astra/dimension/mars.json @@ -377,7 +377,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -404,7 +404,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -431,7 +431,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -458,7 +458,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -485,7 +485,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -512,7 +512,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -539,7 +539,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -566,7 +566,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -593,7 +593,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -620,7 +620,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -674,7 +674,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -728,7 +728,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -809,7 +809,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -836,7 +836,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -863,7 +863,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -890,7 +890,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -917,7 +917,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -944,7 +944,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -971,7 +971,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -998,7 +998,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -1025,7 +1025,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -1079,7 +1079,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -1133,7 +1133,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -1214,7 +1214,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -1241,7 +1241,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -1268,7 +1268,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -1295,7 +1295,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -1322,7 +1322,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -1349,7 +1349,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -1376,7 +1376,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -1403,7 +1403,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -1430,7 +1430,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -1484,7 +1484,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -1538,7 +1538,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -1565,7 +1565,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -1619,7 +1619,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -1646,7 +1646,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -1673,7 +1673,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -1700,7 +1700,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -1727,7 +1727,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -1754,7 +1754,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -1781,7 +1781,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -1808,7 +1808,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -1835,7 +1835,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -1889,7 +1889,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -1943,7 +1943,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -1970,7 +1970,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -2024,7 +2024,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -2051,7 +2051,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -2078,7 +2078,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -2105,7 +2105,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -2132,7 +2132,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -2159,7 +2159,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -2186,7 +2186,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -2213,7 +2213,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -2240,7 +2240,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -2294,7 +2294,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -2348,7 +2348,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -2375,7 +2375,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -2429,7 +2429,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -2456,7 +2456,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -2483,7 +2483,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -2510,7 +2510,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -2537,7 +2537,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -2564,7 +2564,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -2591,7 +2591,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -2618,7 +2618,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -2645,7 +2645,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -2699,7 +2699,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -2753,7 +2753,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -2834,7 +2834,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -2861,7 +2861,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -2888,7 +2888,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -2915,7 +2915,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -2942,7 +2942,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -2969,7 +2969,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -2996,7 +2996,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -3023,7 +3023,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -3077,7 +3077,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -3131,7 +3131,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -3212,7 +3212,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -3239,7 +3239,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -3266,7 +3266,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -3293,7 +3293,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -3320,7 +3320,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -3347,7 +3347,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -3374,7 +3374,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -3401,7 +3401,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -3455,7 +3455,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -3509,7 +3509,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -3536,7 +3536,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -3590,7 +3590,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -3617,7 +3617,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -3644,7 +3644,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -3671,7 +3671,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -3698,7 +3698,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -3725,7 +3725,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -3752,7 +3752,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -3779,7 +3779,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -3833,7 +3833,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -3887,7 +3887,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -3914,7 +3914,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -3968,7 +3968,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -3995,7 +3995,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -4022,7 +4022,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -4049,7 +4049,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -4076,7 +4076,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -4103,7 +4103,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -4130,7 +4130,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -4157,7 +4157,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -4211,7 +4211,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -4265,7 +4265,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -4292,7 +4292,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -4346,7 +4346,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -4373,7 +4373,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -4400,7 +4400,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -4427,7 +4427,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -4454,7 +4454,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -4481,7 +4481,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -4508,7 +4508,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -4535,7 +4535,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -4589,7 +4589,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -4643,7 +4643,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -4670,7 +4670,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -4724,7 +4724,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -4751,7 +4751,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -4778,7 +4778,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -4805,7 +4805,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -4832,7 +4832,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -4859,7 +4859,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -4886,7 +4886,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -4913,7 +4913,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -4967,7 +4967,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -5021,7 +5021,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -5048,7 +5048,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -5102,7 +5102,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -5129,7 +5129,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5156,7 +5156,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -5183,7 +5183,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5210,7 +5210,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -5237,7 +5237,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -5264,7 +5264,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -5291,7 +5291,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -5345,7 +5345,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5399,7 +5399,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5426,7 +5426,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -5480,7 +5480,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -5507,7 +5507,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5534,7 +5534,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -5561,7 +5561,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5588,7 +5588,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -5615,7 +5615,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -5642,7 +5642,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -5669,7 +5669,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -5723,7 +5723,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5777,7 +5777,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5804,7 +5804,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -5858,7 +5858,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -5885,7 +5885,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5912,7 +5912,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -5939,7 +5939,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -5966,7 +5966,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -5993,7 +5993,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -6020,7 +6020,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -6047,7 +6047,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -6101,7 +6101,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -6155,7 +6155,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -6182,7 +6182,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -6236,7 +6236,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -6263,7 +6263,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -6290,7 +6290,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -6317,7 +6317,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -6344,7 +6344,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -6371,7 +6371,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -6398,7 +6398,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -6425,7 +6425,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -6479,7 +6479,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -6533,7 +6533,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -6560,7 +6560,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -6614,7 +6614,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -6641,7 +6641,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -6668,7 +6668,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -6695,7 +6695,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -6722,7 +6722,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -6749,7 +6749,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -6776,7 +6776,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -6803,7 +6803,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -6857,7 +6857,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -6911,7 +6911,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -6938,7 +6938,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -6992,7 +6992,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -7019,7 +7019,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -7046,7 +7046,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -7073,7 +7073,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -7100,7 +7100,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -7127,7 +7127,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -7154,7 +7154,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -7181,7 +7181,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -7235,7 +7235,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -7289,7 +7289,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -7316,7 +7316,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -7370,7 +7370,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -7397,7 +7397,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -7424,7 +7424,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -7451,7 +7451,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -7478,7 +7478,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -7505,7 +7505,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -7532,7 +7532,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -7559,7 +7559,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -7613,7 +7613,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -7667,7 +7667,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -7694,7 +7694,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -7748,7 +7748,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -7775,7 +7775,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -7802,7 +7802,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -7829,7 +7829,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -7856,7 +7856,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -7883,7 +7883,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -7910,7 +7910,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -7937,7 +7937,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -7991,7 +7991,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -8045,7 +8045,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -8072,7 +8072,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -8126,7 +8126,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8153,7 +8153,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8180,7 +8180,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -8207,7 +8207,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8234,7 +8234,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -8261,7 +8261,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -8288,7 +8288,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -8315,7 +8315,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -8342,7 +8342,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -8369,7 +8369,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8396,7 +8396,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -8423,7 +8423,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8450,7 +8450,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -8477,7 +8477,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -8504,7 +8504,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8531,7 +8531,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8558,7 +8558,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -8585,7 +8585,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8612,7 +8612,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -8639,7 +8639,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -8666,7 +8666,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -8693,7 +8693,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -8720,7 +8720,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -8747,7 +8747,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8774,7 +8774,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -8801,7 +8801,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8828,7 +8828,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -8855,7 +8855,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -8882,7 +8882,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8909,7 +8909,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8936,7 +8936,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -8963,7 +8963,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -8990,7 +8990,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -9017,7 +9017,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -9044,7 +9044,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9071,7 +9071,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -9098,7 +9098,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9125,7 +9125,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -9152,7 +9152,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9179,7 +9179,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -9206,7 +9206,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -9233,7 +9233,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9260,7 +9260,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -9287,7 +9287,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -9314,7 +9314,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -9341,7 +9341,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -9368,7 +9368,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -9395,7 +9395,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -9422,7 +9422,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9449,7 +9449,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -9476,7 +9476,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9503,7 +9503,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -9530,7 +9530,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9557,7 +9557,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -9584,7 +9584,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -9611,7 +9611,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9638,7 +9638,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -9665,7 +9665,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -9692,7 +9692,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -9719,7 +9719,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -9746,7 +9746,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -9773,7 +9773,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -9800,7 +9800,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9827,7 +9827,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -9854,7 +9854,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9881,7 +9881,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -9908,7 +9908,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -9935,7 +9935,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -9962,7 +9962,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -9989,7 +9989,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10016,7 +10016,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10043,7 +10043,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -10097,7 +10097,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -10124,7 +10124,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -10151,7 +10151,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10178,7 +10178,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -10205,7 +10205,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -10232,7 +10232,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -10259,7 +10259,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10286,7 +10286,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10340,7 +10340,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10367,7 +10367,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10394,7 +10394,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -10448,7 +10448,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -10475,7 +10475,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -10502,7 +10502,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10529,7 +10529,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -10556,7 +10556,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -10583,7 +10583,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -10610,7 +10610,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10637,7 +10637,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10691,7 +10691,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10718,7 +10718,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10745,7 +10745,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -10799,7 +10799,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -10826,7 +10826,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -10853,7 +10853,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10880,7 +10880,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -10907,7 +10907,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -10934,7 +10934,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -10961,7 +10961,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -10988,7 +10988,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -11015,7 +11015,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -11042,7 +11042,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -11069,7 +11069,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11096,7 +11096,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -11150,7 +11150,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -11177,7 +11177,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -11204,7 +11204,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11231,7 +11231,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -11258,7 +11258,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -11285,7 +11285,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -11312,7 +11312,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11339,7 +11339,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11366,7 +11366,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -11393,7 +11393,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11420,7 +11420,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11447,7 +11447,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -11501,7 +11501,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -11528,7 +11528,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -11555,7 +11555,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11582,7 +11582,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -11609,7 +11609,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -11636,7 +11636,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -11663,7 +11663,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11690,7 +11690,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11717,7 +11717,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -11744,7 +11744,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -11771,7 +11771,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -11798,7 +11798,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -11852,7 +11852,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -11879,7 +11879,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -11906,7 +11906,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -11933,7 +11933,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -11960,7 +11960,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -11987,7 +11987,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -12014,7 +12014,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -12041,7 +12041,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -12095,7 +12095,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -12122,7 +12122,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -12149,7 +12149,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -12203,7 +12203,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -12230,7 +12230,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -12257,7 +12257,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -12284,7 +12284,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -12311,7 +12311,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -12338,7 +12338,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -12365,7 +12365,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -12392,7 +12392,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -12446,7 +12446,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -12473,7 +12473,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -12500,7 +12500,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -12554,7 +12554,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -12581,7 +12581,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -12608,7 +12608,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -12635,7 +12635,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -12662,7 +12662,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -12689,7 +12689,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -12716,7 +12716,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -12743,7 +12743,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -12770,7 +12770,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -12797,7 +12797,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -12824,7 +12824,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -12851,7 +12851,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -12905,7 +12905,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -12932,7 +12932,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -12959,7 +12959,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -12986,7 +12986,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -13013,7 +13013,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -13040,7 +13040,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -13067,7 +13067,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -13094,7 +13094,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -13121,7 +13121,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -13148,7 +13148,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -13175,7 +13175,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -13202,7 +13202,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -13256,7 +13256,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -13283,7 +13283,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -13310,7 +13310,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -13337,7 +13337,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -13364,7 +13364,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -13391,7 +13391,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -13418,7 +13418,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -13445,7 +13445,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -13472,7 +13472,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -13499,7 +13499,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -13526,7 +13526,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -13553,7 +13553,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -13607,7 +13607,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -13634,7 +13634,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -13661,7 +13661,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -13688,7 +13688,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -13715,7 +13715,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -13742,7 +13742,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -13769,7 +13769,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -13796,7 +13796,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -13823,7 +13823,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -13850,7 +13850,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -13877,7 +13877,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -13904,7 +13904,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -13958,7 +13958,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -13985,7 +13985,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -14012,7 +14012,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -14039,7 +14039,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -14066,7 +14066,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -14093,7 +14093,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -14120,7 +14120,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -14147,7 +14147,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -14174,7 +14174,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -14201,7 +14201,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -14228,7 +14228,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14255,7 +14255,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -14309,7 +14309,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -14336,7 +14336,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -14363,7 +14363,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14390,7 +14390,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -14417,7 +14417,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -14444,7 +14444,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -14471,7 +14471,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14498,7 +14498,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14525,7 +14525,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -14552,7 +14552,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14579,7 +14579,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14606,7 +14606,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -14660,7 +14660,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -14687,7 +14687,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -14714,7 +14714,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14741,7 +14741,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -14768,7 +14768,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -14795,7 +14795,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -14822,7 +14822,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14849,7 +14849,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14876,7 +14876,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -14903,7 +14903,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14930,7 +14930,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -14957,7 +14957,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -15011,7 +15011,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -15038,7 +15038,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -15065,7 +15065,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -15092,7 +15092,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -15119,7 +15119,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -15146,7 +15146,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -15173,7 +15173,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -15200,7 +15200,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -15227,7 +15227,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -15254,7 +15254,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -15281,7 +15281,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15308,7 +15308,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -15362,7 +15362,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -15389,7 +15389,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -15416,7 +15416,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15443,7 +15443,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -15470,7 +15470,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -15497,7 +15497,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -15524,7 +15524,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15551,7 +15551,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15578,7 +15578,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -15605,7 +15605,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15632,7 +15632,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15659,7 +15659,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -15713,7 +15713,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -15740,7 +15740,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -15767,7 +15767,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15794,7 +15794,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -15821,7 +15821,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -15848,7 +15848,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -15875,7 +15875,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15902,7 +15902,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15929,7 +15929,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -15956,7 +15956,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -15983,7 +15983,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -16010,7 +16010,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -16064,7 +16064,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -16091,7 +16091,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -16118,7 +16118,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -16145,7 +16145,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -16172,7 +16172,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -16199,7 +16199,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -16226,7 +16226,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -16253,7 +16253,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -16280,7 +16280,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -16307,7 +16307,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -16334,7 +16334,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16361,7 +16361,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -16415,7 +16415,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -16442,7 +16442,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -16469,7 +16469,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16496,7 +16496,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -16523,7 +16523,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -16550,7 +16550,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -16577,7 +16577,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16604,7 +16604,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16631,7 +16631,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -16658,7 +16658,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16685,7 +16685,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16712,7 +16712,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -16766,7 +16766,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -16793,7 +16793,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -16820,7 +16820,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16847,7 +16847,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -16874,7 +16874,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -16901,7 +16901,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -16928,7 +16928,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16955,7 +16955,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -16982,7 +16982,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -17009,7 +17009,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -17036,7 +17036,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17063,7 +17063,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -17090,7 +17090,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17117,7 +17117,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -17144,7 +17144,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17171,7 +17171,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17198,7 +17198,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17225,7 +17225,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17252,7 +17252,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -17279,7 +17279,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17306,7 +17306,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17333,7 +17333,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17360,7 +17360,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17387,7 +17387,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17414,7 +17414,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -17441,7 +17441,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17468,7 +17468,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -17495,7 +17495,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17522,7 +17522,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17549,7 +17549,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17576,7 +17576,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17603,7 +17603,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -17630,7 +17630,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17657,7 +17657,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17684,7 +17684,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17711,7 +17711,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17738,7 +17738,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17765,7 +17765,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -17792,7 +17792,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17819,7 +17819,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -17846,7 +17846,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17873,7 +17873,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -17900,7 +17900,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17927,7 +17927,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -17954,7 +17954,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -17981,7 +17981,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18008,7 +18008,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18035,7 +18035,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -18062,7 +18062,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18089,7 +18089,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18116,7 +18116,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -18143,7 +18143,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -18170,7 +18170,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -18197,7 +18197,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -18224,7 +18224,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18251,7 +18251,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -18278,7 +18278,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -18305,7 +18305,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -18332,7 +18332,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18359,7 +18359,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18386,7 +18386,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -18413,7 +18413,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18440,7 +18440,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18467,7 +18467,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -18494,7 +18494,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -18521,7 +18521,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -18548,7 +18548,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -18575,7 +18575,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18602,7 +18602,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -18629,7 +18629,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -18656,7 +18656,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -18683,7 +18683,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18710,7 +18710,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18737,7 +18737,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -18764,7 +18764,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18818,7 +18818,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -18872,7 +18872,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -18899,7 +18899,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -18926,7 +18926,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -18953,7 +18953,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -18980,7 +18980,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -19061,7 +19061,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -19115,7 +19115,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -19169,7 +19169,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -19196,7 +19196,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -19223,7 +19223,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -19250,7 +19250,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -19277,7 +19277,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -19358,7 +19358,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -19412,7 +19412,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -19466,7 +19466,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -19493,7 +19493,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -19520,7 +19520,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -19547,7 +19547,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -19574,7 +19574,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -19601,7 +19601,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -19628,7 +19628,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -19655,7 +19655,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -19709,7 +19709,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -19763,7 +19763,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -19790,7 +19790,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -19817,7 +19817,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -19844,7 +19844,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -19871,7 +19871,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -19898,7 +19898,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -19925,7 +19925,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -19952,7 +19952,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -20006,7 +20006,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -20060,7 +20060,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -20087,7 +20087,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -20114,7 +20114,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -20141,7 +20141,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -20168,7 +20168,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -20195,7 +20195,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -20222,7 +20222,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -20249,7 +20249,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -20303,7 +20303,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -20357,7 +20357,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -20384,7 +20384,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -20411,7 +20411,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -20438,7 +20438,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -20465,7 +20465,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -20546,7 +20546,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -20600,7 +20600,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -20654,7 +20654,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -20681,7 +20681,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -20708,7 +20708,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -20735,7 +20735,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -20762,7 +20762,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -20843,7 +20843,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -20897,7 +20897,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -20951,7 +20951,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -20978,7 +20978,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -21005,7 +21005,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -21032,7 +21032,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -21059,7 +21059,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -21086,7 +21086,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -21113,7 +21113,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -21140,7 +21140,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -21194,7 +21194,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -21248,7 +21248,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -21275,7 +21275,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -21302,7 +21302,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -21329,7 +21329,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -21356,7 +21356,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -21383,7 +21383,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -21410,7 +21410,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -21437,7 +21437,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -21491,7 +21491,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -21545,7 +21545,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -21572,7 +21572,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -21599,7 +21599,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -21626,7 +21626,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -21653,7 +21653,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -21680,7 +21680,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -21707,7 +21707,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -21734,7 +21734,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -21788,7 +21788,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -21842,7 +21842,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -21869,7 +21869,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -21896,7 +21896,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -21923,7 +21923,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -21950,7 +21950,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -21977,7 +21977,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -22004,7 +22004,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -22031,7 +22031,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22085,7 +22085,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -22139,7 +22139,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -22166,7 +22166,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -22193,7 +22193,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -22220,7 +22220,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -22247,7 +22247,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -22274,7 +22274,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -22301,7 +22301,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -22328,7 +22328,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -22382,7 +22382,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22436,7 +22436,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22463,7 +22463,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -22490,7 +22490,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -22517,7 +22517,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -22544,7 +22544,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22571,7 +22571,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -22598,7 +22598,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -22625,7 +22625,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22679,7 +22679,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22733,7 +22733,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22760,7 +22760,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -22787,7 +22787,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -22814,7 +22814,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -22841,7 +22841,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22868,7 +22868,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -22895,7 +22895,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -22922,7 +22922,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -22976,7 +22976,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -23030,7 +23030,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -23057,7 +23057,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -23084,7 +23084,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -23111,7 +23111,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -23138,7 +23138,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -23165,7 +23165,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -23192,7 +23192,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -23219,7 +23219,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -23273,7 +23273,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23327,7 +23327,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23354,7 +23354,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -23381,7 +23381,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -23408,7 +23408,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -23435,7 +23435,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23462,7 +23462,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23489,7 +23489,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -23516,7 +23516,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23570,7 +23570,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23624,7 +23624,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23651,7 +23651,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -23678,7 +23678,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -23705,7 +23705,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -23732,7 +23732,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23759,7 +23759,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23786,7 +23786,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -23813,7 +23813,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -23867,7 +23867,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -23921,7 +23921,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -23948,7 +23948,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -23975,7 +23975,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -24002,7 +24002,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -24029,7 +24029,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -24056,7 +24056,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -24083,7 +24083,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -24110,7 +24110,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -24164,7 +24164,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24218,7 +24218,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24245,7 +24245,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -24272,7 +24272,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -24299,7 +24299,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -24326,7 +24326,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24353,7 +24353,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24380,7 +24380,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -24407,7 +24407,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24461,7 +24461,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24515,7 +24515,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24542,7 +24542,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -24569,7 +24569,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -24596,7 +24596,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -24623,7 +24623,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24650,7 +24650,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24677,7 +24677,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -24704,7 +24704,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -24731,7 +24731,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -24758,7 +24758,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -24785,7 +24785,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -24812,7 +24812,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -24839,7 +24839,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -24866,7 +24866,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -24893,7 +24893,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -24920,7 +24920,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -24947,7 +24947,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -24974,7 +24974,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25001,7 +25001,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25028,7 +25028,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25055,7 +25055,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25082,7 +25082,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25109,7 +25109,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25136,7 +25136,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25163,7 +25163,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25190,7 +25190,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -25217,7 +25217,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25244,7 +25244,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25271,7 +25271,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25298,7 +25298,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25325,7 +25325,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25352,7 +25352,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25379,7 +25379,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25406,7 +25406,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25433,7 +25433,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25460,7 +25460,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25487,7 +25487,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -25514,7 +25514,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25541,7 +25541,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25568,7 +25568,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25595,7 +25595,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25622,7 +25622,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.19, @@ -25649,7 +25649,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.19, @@ -25676,7 +25676,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -25703,7 +25703,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25730,7 +25730,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -25757,7 +25757,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -25784,7 +25784,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -25811,7 +25811,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25838,7 +25838,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25865,7 +25865,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -25892,7 +25892,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -25919,7 +25919,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.19, @@ -25946,7 +25946,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.19, @@ -25973,7 +25973,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -26000,7 +26000,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26027,7 +26027,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -26054,7 +26054,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -26081,7 +26081,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -26108,7 +26108,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26135,7 +26135,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26162,7 +26162,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -26189,7 +26189,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26216,7 +26216,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26243,7 +26243,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -26297,7 +26297,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -26324,7 +26324,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -26351,7 +26351,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26378,7 +26378,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -26405,7 +26405,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -26432,7 +26432,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -26459,7 +26459,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26486,7 +26486,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26540,7 +26540,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26567,7 +26567,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26594,7 +26594,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -26648,7 +26648,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -26675,7 +26675,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -26702,7 +26702,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26729,7 +26729,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -26756,7 +26756,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -26783,7 +26783,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -26810,7 +26810,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26837,7 +26837,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26891,7 +26891,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26918,7 +26918,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -26945,7 +26945,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -26999,7 +26999,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -27026,7 +27026,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -27053,7 +27053,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -27080,7 +27080,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -27107,7 +27107,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -27134,7 +27134,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -27161,7 +27161,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -27188,7 +27188,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -27215,7 +27215,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -27242,7 +27242,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -27269,7 +27269,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27296,7 +27296,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -27350,7 +27350,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -27377,7 +27377,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -27404,7 +27404,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27431,7 +27431,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -27458,7 +27458,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -27485,7 +27485,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -27512,7 +27512,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27539,7 +27539,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27566,7 +27566,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -27593,7 +27593,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27620,7 +27620,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27647,7 +27647,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -27701,7 +27701,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -27728,7 +27728,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -27755,7 +27755,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27782,7 +27782,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -27809,7 +27809,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -27836,7 +27836,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -27863,7 +27863,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27890,7 +27890,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27917,7 +27917,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -27944,7 +27944,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -27971,7 +27971,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -27998,7 +27998,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -28052,7 +28052,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -28079,7 +28079,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -28106,7 +28106,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28133,7 +28133,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -28160,7 +28160,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -28187,7 +28187,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -28214,7 +28214,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28241,7 +28241,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28295,7 +28295,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28322,7 +28322,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28349,7 +28349,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -28403,7 +28403,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -28430,7 +28430,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -28457,7 +28457,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28484,7 +28484,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -28511,7 +28511,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -28538,7 +28538,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -28565,7 +28565,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28592,7 +28592,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28646,7 +28646,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -28673,7 +28673,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -28700,7 +28700,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -28754,7 +28754,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -28781,7 +28781,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -28808,7 +28808,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -28835,7 +28835,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -28862,7 +28862,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -28889,7 +28889,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -28916,7 +28916,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -28943,7 +28943,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -28970,7 +28970,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -28997,7 +28997,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -29024,7 +29024,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29051,7 +29051,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -29105,7 +29105,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -29132,7 +29132,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -29159,7 +29159,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29186,7 +29186,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -29213,7 +29213,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -29240,7 +29240,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -29267,7 +29267,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29294,7 +29294,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29321,7 +29321,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -29348,7 +29348,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29375,7 +29375,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29402,7 +29402,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -29456,7 +29456,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -29483,7 +29483,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -29510,7 +29510,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29537,7 +29537,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -29564,7 +29564,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -29591,7 +29591,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -29618,7 +29618,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29645,7 +29645,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29672,7 +29672,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -29699,7 +29699,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -29726,7 +29726,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -29753,7 +29753,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -29807,7 +29807,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -29834,7 +29834,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -29861,7 +29861,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -29888,7 +29888,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -29915,7 +29915,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -29942,7 +29942,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -29969,7 +29969,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -29996,7 +29996,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30023,7 +30023,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -30050,7 +30050,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30077,7 +30077,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -30104,7 +30104,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -30158,7 +30158,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -30185,7 +30185,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -30212,7 +30212,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -30239,7 +30239,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -30266,7 +30266,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -30293,7 +30293,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -30320,7 +30320,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -30347,7 +30347,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -30374,7 +30374,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -30401,7 +30401,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -30428,7 +30428,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30455,7 +30455,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -30509,7 +30509,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -30536,7 +30536,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -30563,7 +30563,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30590,7 +30590,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -30617,7 +30617,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -30644,7 +30644,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -30671,7 +30671,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30698,7 +30698,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30725,7 +30725,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -30752,7 +30752,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30779,7 +30779,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30806,7 +30806,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -30860,7 +30860,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -30887,7 +30887,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -30914,7 +30914,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -30941,7 +30941,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -30968,7 +30968,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -30995,7 +30995,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -31022,7 +31022,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -31049,7 +31049,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -31076,7 +31076,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -31103,7 +31103,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -31130,7 +31130,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -31157,7 +31157,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -31211,7 +31211,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -31238,7 +31238,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -31265,7 +31265,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -31292,7 +31292,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -31319,7 +31319,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -31346,7 +31346,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -31373,7 +31373,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -31400,7 +31400,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -31427,7 +31427,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -31454,7 +31454,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -31481,7 +31481,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -31508,7 +31508,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -31562,7 +31562,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -31589,7 +31589,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -31616,7 +31616,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -31643,7 +31643,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -31670,7 +31670,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -31697,7 +31697,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -31724,7 +31724,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -31751,7 +31751,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -31778,7 +31778,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -31805,7 +31805,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -31832,7 +31832,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -31859,7 +31859,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -31913,7 +31913,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -31940,7 +31940,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -31967,7 +31967,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -31994,7 +31994,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -32021,7 +32021,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -32048,7 +32048,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -32075,7 +32075,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -32102,7 +32102,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -32129,7 +32129,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -32156,7 +32156,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -32183,7 +32183,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -32210,7 +32210,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -32264,7 +32264,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -32291,7 +32291,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -32318,7 +32318,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -32345,7 +32345,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -32372,7 +32372,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -32399,7 +32399,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -32426,7 +32426,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -32453,7 +32453,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -32480,7 +32480,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -32507,7 +32507,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -32534,7 +32534,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -32561,7 +32561,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -32615,7 +32615,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -32642,7 +32642,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -32669,7 +32669,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -32696,7 +32696,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -32723,7 +32723,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -32750,7 +32750,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -32777,7 +32777,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -32804,7 +32804,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -32831,7 +32831,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -32858,7 +32858,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -32885,7 +32885,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -32912,7 +32912,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -32966,7 +32966,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -32993,7 +32993,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -33020,7 +33020,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -33047,7 +33047,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -33074,7 +33074,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -33101,7 +33101,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -33128,7 +33128,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -33155,7 +33155,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -33182,7 +33182,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -33209,7 +33209,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -33236,7 +33236,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33263,7 +33263,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -33290,7 +33290,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33317,7 +33317,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -33344,7 +33344,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33371,7 +33371,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33398,7 +33398,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33425,7 +33425,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33452,7 +33452,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -33479,7 +33479,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33506,7 +33506,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33533,7 +33533,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33560,7 +33560,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33587,7 +33587,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33614,7 +33614,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -33641,7 +33641,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33668,7 +33668,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -33695,7 +33695,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33722,7 +33722,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33749,7 +33749,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33776,7 +33776,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33803,7 +33803,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -33830,7 +33830,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33857,7 +33857,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33884,7 +33884,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -33911,7 +33911,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33938,7 +33938,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -33965,7 +33965,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -33992,7 +33992,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -34019,7 +34019,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -34046,7 +34046,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -34073,7 +34073,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34100,7 +34100,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -34127,7 +34127,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -34154,7 +34154,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -34181,7 +34181,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34208,7 +34208,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34235,7 +34235,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -34262,7 +34262,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34289,7 +34289,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34316,7 +34316,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -34343,7 +34343,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -34370,7 +34370,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -34397,7 +34397,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -34424,7 +34424,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34451,7 +34451,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -34478,7 +34478,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -34505,7 +34505,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -34532,7 +34532,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34559,7 +34559,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34586,7 +34586,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -34613,7 +34613,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34640,7 +34640,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34667,7 +34667,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -34694,7 +34694,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -34721,7 +34721,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -34748,7 +34748,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -34775,7 +34775,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34802,7 +34802,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -34829,7 +34829,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -34856,7 +34856,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -34883,7 +34883,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34910,7 +34910,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -34937,7 +34937,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -34964,7 +34964,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -35018,7 +35018,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -35045,7 +35045,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -35072,7 +35072,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -35099,7 +35099,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -35126,7 +35126,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -35153,7 +35153,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35180,7 +35180,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -35207,7 +35207,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -35234,7 +35234,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -35261,7 +35261,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -35315,7 +35315,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35369,7 +35369,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35450,7 +35450,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35477,7 +35477,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -35504,7 +35504,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -35531,7 +35531,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -35558,7 +35558,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35585,7 +35585,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -35612,7 +35612,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -35639,7 +35639,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -35666,7 +35666,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -35720,7 +35720,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35774,7 +35774,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35855,7 +35855,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35882,7 +35882,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -35909,7 +35909,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -35936,7 +35936,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -35963,7 +35963,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -35990,7 +35990,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -36017,7 +36017,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -36044,7 +36044,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -36071,7 +36071,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -36125,7 +36125,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -36179,7 +36179,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -36206,7 +36206,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -36260,7 +36260,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -36287,7 +36287,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -36314,7 +36314,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -36341,7 +36341,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -36368,7 +36368,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -36395,7 +36395,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -36422,7 +36422,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -36449,7 +36449,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -36476,7 +36476,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -36530,7 +36530,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -36584,7 +36584,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -36611,7 +36611,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -36665,7 +36665,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -36692,7 +36692,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -36719,7 +36719,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -36746,7 +36746,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -36773,7 +36773,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -36800,7 +36800,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -36827,7 +36827,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -36854,7 +36854,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -36881,7 +36881,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -36935,7 +36935,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -36989,7 +36989,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -37016,7 +37016,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -37070,7 +37070,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -37097,7 +37097,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -37124,7 +37124,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -37151,7 +37151,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -37178,7 +37178,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -37205,7 +37205,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -37232,7 +37232,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -37259,7 +37259,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -37286,7 +37286,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -37340,7 +37340,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -37394,7 +37394,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -37475,7 +37475,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -37502,7 +37502,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -37529,7 +37529,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -37556,7 +37556,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -37583,7 +37583,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -37610,7 +37610,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -37637,7 +37637,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -37664,7 +37664,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -37718,7 +37718,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -37772,7 +37772,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -37853,7 +37853,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -37880,7 +37880,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -37907,7 +37907,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -37934,7 +37934,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -37961,7 +37961,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -37988,7 +37988,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -38015,7 +38015,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -38042,7 +38042,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -38096,7 +38096,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -38150,7 +38150,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -38177,7 +38177,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -38231,7 +38231,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -38258,7 +38258,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -38285,7 +38285,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -38312,7 +38312,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -38339,7 +38339,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -38366,7 +38366,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -38393,7 +38393,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -38420,7 +38420,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -38474,7 +38474,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -38528,7 +38528,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -38555,7 +38555,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -38609,7 +38609,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -38636,7 +38636,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -38663,7 +38663,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -38690,7 +38690,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -38717,7 +38717,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -38744,7 +38744,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -38771,7 +38771,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -38798,7 +38798,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -38852,7 +38852,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -38906,7 +38906,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -38933,7 +38933,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -38987,7 +38987,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -39014,7 +39014,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -39041,7 +39041,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -39068,7 +39068,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -39095,7 +39095,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -39122,7 +39122,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -39149,7 +39149,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -39176,7 +39176,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -39230,7 +39230,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -39284,7 +39284,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -39311,7 +39311,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -39365,7 +39365,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -39392,7 +39392,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -39419,7 +39419,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -39446,7 +39446,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -39473,7 +39473,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -39500,7 +39500,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -39527,7 +39527,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -39554,7 +39554,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -39608,7 +39608,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -39662,7 +39662,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -39689,7 +39689,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -39743,7 +39743,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -39770,7 +39770,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -39797,7 +39797,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -39824,7 +39824,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -39851,7 +39851,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -39878,7 +39878,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -39905,7 +39905,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -39932,7 +39932,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -39986,7 +39986,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40040,7 +40040,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40067,7 +40067,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -40121,7 +40121,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -40148,7 +40148,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40175,7 +40175,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -40202,7 +40202,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40229,7 +40229,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -40256,7 +40256,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -40283,7 +40283,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -40310,7 +40310,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -40364,7 +40364,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40418,7 +40418,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40445,7 +40445,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -40499,7 +40499,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -40526,7 +40526,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40553,7 +40553,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -40580,7 +40580,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40607,7 +40607,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -40634,7 +40634,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -40661,7 +40661,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -40688,7 +40688,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -40742,7 +40742,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40796,7 +40796,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -40823,7 +40823,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -40877,7 +40877,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -40904,7 +40904,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -40931,7 +40931,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -40958,7 +40958,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -40985,7 +40985,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -41012,7 +41012,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -41039,7 +41039,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -41066,7 +41066,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -41120,7 +41120,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -41174,7 +41174,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -41201,7 +41201,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -41255,7 +41255,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -41282,7 +41282,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -41309,7 +41309,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -41336,7 +41336,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -41363,7 +41363,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -41390,7 +41390,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -41417,7 +41417,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -41444,7 +41444,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -41498,7 +41498,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -41552,7 +41552,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -41579,7 +41579,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -41633,7 +41633,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -41660,7 +41660,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -41687,7 +41687,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -41714,7 +41714,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -41741,7 +41741,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -41768,7 +41768,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -41795,7 +41795,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -41822,7 +41822,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -41876,7 +41876,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -41930,7 +41930,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -41957,7 +41957,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -42011,7 +42011,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -42038,7 +42038,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42065,7 +42065,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -42092,7 +42092,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42119,7 +42119,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -42146,7 +42146,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -42173,7 +42173,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -42200,7 +42200,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -42254,7 +42254,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42308,7 +42308,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42335,7 +42335,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -42389,7 +42389,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42416,7 +42416,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42443,7 +42443,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -42470,7 +42470,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42497,7 +42497,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -42524,7 +42524,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -42551,7 +42551,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -42578,7 +42578,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -42632,7 +42632,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42686,7 +42686,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -42713,7 +42713,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -42767,7 +42767,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -42794,7 +42794,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -42821,7 +42821,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -42848,7 +42848,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -42875,7 +42875,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -42902,7 +42902,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -42929,7 +42929,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -42956,7 +42956,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -42983,7 +42983,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43010,7 +43010,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43037,7 +43037,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43064,7 +43064,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43091,7 +43091,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -43118,7 +43118,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43145,7 +43145,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43172,7 +43172,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43199,7 +43199,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -43226,7 +43226,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43253,7 +43253,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -43280,7 +43280,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -43307,7 +43307,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43334,7 +43334,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -43361,7 +43361,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43388,7 +43388,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43415,7 +43415,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43442,7 +43442,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43469,7 +43469,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -43496,7 +43496,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43523,7 +43523,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43550,7 +43550,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43577,7 +43577,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -43604,7 +43604,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43631,7 +43631,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -43658,7 +43658,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -43685,7 +43685,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43712,7 +43712,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -43739,7 +43739,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43766,7 +43766,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43793,7 +43793,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43820,7 +43820,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -43847,7 +43847,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -43874,7 +43874,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -43901,7 +43901,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -43928,7 +43928,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -43955,7 +43955,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -43982,7 +43982,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -44009,7 +44009,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -44036,7 +44036,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -44063,7 +44063,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -44090,7 +44090,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -44117,7 +44117,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -44144,7 +44144,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -44171,7 +44171,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -44198,7 +44198,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -44225,7 +44225,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -44252,7 +44252,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -44279,7 +44279,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -44306,7 +44306,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -44333,7 +44333,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -44360,7 +44360,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -44387,7 +44387,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -44414,7 +44414,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -44441,7 +44441,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -44468,7 +44468,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -44495,7 +44495,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -44522,7 +44522,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -44549,7 +44549,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -44576,7 +44576,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -44603,7 +44603,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -44630,7 +44630,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -44683,7163 +44683,8 @@ ] } }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - -0.15 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - -0.15, - 0.2 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_forests", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.2, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_hills", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.05 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -0.2225, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 1 - ], - "depth": 0, - "erosion": [ - 0.05, - 0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - 0.03, - 1 - ], - "depth": 0, - "erosion": [ - 0.45, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_plains", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "offset": 0, - "temperature": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ] - } - }, { "biome": "tfg:mars/martian_riverbed", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.05, - 0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_riverbed", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_riverbed", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.05, - 0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_riverbed", - "parameters": { - "continentalness": [ - -0.11, - 0.03 - ], - "depth": 0, - "erosion": [ - -1, - -0.375 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_riverbed", - "parameters": { - "continentalness": [ - -0.19, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.05, - 0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_riverbed", - "parameters": { - "continentalness": [ - -0.19, - 1 - ], - "depth": 0, - "erosion": [ - -0.375, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_riverbed", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -1, - -0.45 - ], - "weirdness": [ - -0.05, - 0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_riverbed", - "parameters": { - "continentalness": [ - -0.19, - -0.11 - ], - "depth": 0, - "erosion": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "offset": 0, - "temperature": [ - -0.45, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ] - } - }, - { - "biome": "tfg:mars/martian_dune_edge", "parameters": { "continentalness": [ -0.11, @@ -51860,13 +44705,13 @@ 0.2 ], "weirdness": [ - -0.05, - 0.05 + -0.2666, + -0.05 ] } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -51886,6 +44731,7107 @@ 0.2, 1 ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/sangnum_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_dune_edge", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_hills", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_hills", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/amber_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/rusticus_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], "weirdness": [ -0.05, 0.05 @@ -51894,6 +51840,60 @@ }, { "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_river", "parameters": { "continentalness": [ -0.11, @@ -51920,7 +51920,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -51947,7 +51947,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -51974,7 +51974,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52001,7 +52001,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52028,7 +52028,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52055,7 +52055,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -52082,7 +52082,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -52109,7 +52109,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -52136,7 +52136,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52163,7 +52163,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52190,7 +52190,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -52217,7 +52217,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -52244,7 +52244,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -52271,7 +52271,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -52298,7 +52298,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -52325,7 +52325,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -52352,7 +52352,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -52379,7 +52379,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -52406,7 +52406,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52433,7 +52433,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52514,7 +52514,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -52541,7 +52541,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -52568,7 +52568,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -52622,7 +52622,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -52649,7 +52649,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -52676,7 +52676,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -52703,7 +52703,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -52730,7 +52730,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -52757,7 +52757,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52811,7 +52811,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -52838,7 +52838,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -52865,7 +52865,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -52892,7 +52892,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -52946,7 +52946,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -52973,7 +52973,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -53000,7 +53000,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -53027,7 +53027,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -53054,7 +53054,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -53108,7 +53108,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -53135,7 +53135,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -53162,7 +53162,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -53189,7 +53189,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -53243,7 +53243,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -53270,7 +53270,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53297,7 +53297,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -53324,7 +53324,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53351,7 +53351,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -53405,7 +53405,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53432,7 +53432,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -53459,7 +53459,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53486,7 +53486,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -53540,7 +53540,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53567,7 +53567,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53594,7 +53594,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -53621,7 +53621,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53648,7 +53648,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -53702,7 +53702,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53729,7 +53729,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -53756,7 +53756,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53783,7 +53783,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -53837,7 +53837,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53864,7 +53864,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53891,7 +53891,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -53918,7 +53918,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -53945,7 +53945,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -53999,7 +53999,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -54026,7 +54026,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -54053,7 +54053,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -54080,7 +54080,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -54134,7 +54134,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -54161,7 +54161,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -54188,7 +54188,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -54215,7 +54215,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -54242,7 +54242,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -54296,7 +54296,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -54323,7 +54323,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -54350,7 +54350,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -54377,7 +54377,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -54431,7 +54431,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -54458,7 +54458,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -54485,7 +54485,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -54512,7 +54512,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -54566,7 +54566,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -54593,7 +54593,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -54620,7 +54620,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -54647,7 +54647,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -54701,7 +54701,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -54728,7 +54728,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -54755,7 +54755,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -54782,7 +54782,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -54836,7 +54836,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -54863,7 +54863,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -54890,7 +54890,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -54917,7 +54917,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -54971,7 +54971,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -54998,7 +54998,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -55025,7 +55025,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -55052,7 +55052,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -55106,7 +55106,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -55133,7 +55133,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -55160,7 +55160,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -55187,7 +55187,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -55241,7 +55241,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -55268,7 +55268,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -55295,7 +55295,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -55322,7 +55322,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -55376,7 +55376,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -55403,7 +55403,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -55430,7 +55430,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -55457,7 +55457,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -55511,7 +55511,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -55538,7 +55538,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -55565,7 +55565,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -55592,7 +55592,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -55646,7 +55646,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -55673,7 +55673,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -55700,7 +55700,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -55727,7 +55727,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -55781,7 +55781,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -55808,7 +55808,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -55835,7 +55835,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -55862,7 +55862,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -55916,7 +55916,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -55943,7 +55943,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -55970,7 +55970,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -55997,7 +55997,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -56051,7 +56051,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56078,7 +56078,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56105,7 +56105,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56132,7 +56132,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56186,7 +56186,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56213,7 +56213,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -56240,7 +56240,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -56267,7 +56267,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56321,7 +56321,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56348,7 +56348,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56375,7 +56375,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56402,7 +56402,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56456,7 +56456,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56483,7 +56483,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -56510,7 +56510,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -56537,7 +56537,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56591,7 +56591,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56618,7 +56618,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56645,7 +56645,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56672,7 +56672,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56726,7 +56726,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56753,7 +56753,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -56780,7 +56780,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -56807,7 +56807,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -56861,7 +56861,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -56888,7 +56888,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -56915,7 +56915,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -56942,7 +56942,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -56996,7 +56996,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -57023,7 +57023,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -57050,7 +57050,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -57077,7 +57077,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -57131,7 +57131,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -57158,7 +57158,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -57185,7 +57185,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -57212,7 +57212,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -57266,7 +57266,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -57293,7 +57293,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -57320,7 +57320,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -57347,7 +57347,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -57401,7 +57401,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -57428,7 +57428,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -57455,7 +57455,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -57482,7 +57482,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -57536,7 +57536,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -57563,7 +57563,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -57590,7 +57590,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -57617,7 +57617,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -57671,7 +57671,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -57698,7 +57698,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -57725,7 +57725,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -57752,7 +57752,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -57806,7 +57806,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -57833,7 +57833,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -57860,7 +57860,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -57887,7 +57887,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -57941,7 +57941,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -57968,7 +57968,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -57995,7 +57995,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -58022,7 +58022,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -58076,7 +58076,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -58103,7 +58103,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -58130,7 +58130,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -58157,7 +58157,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -58265,7 +58265,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -58319,7 +58319,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -58346,7 +58346,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -58373,7 +58373,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -58400,7 +58400,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -58427,7 +58427,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -58454,7 +58454,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -58535,7 +58535,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -58589,7 +58589,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -58616,7 +58616,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -58643,7 +58643,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -58670,7 +58670,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -58697,7 +58697,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -58724,7 +58724,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -58751,7 +58751,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -58778,7 +58778,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -58805,7 +58805,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -58832,7 +58832,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -58859,7 +58859,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -58886,7 +58886,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -58913,7 +58913,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -58940,7 +58940,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -58967,7 +58967,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -58994,7 +58994,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -59021,7 +59021,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -59048,7 +59048,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -59075,7 +59075,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -59102,7 +59102,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -59129,7 +59129,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -59156,7 +59156,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -59183,7 +59183,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -59210,7 +59210,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -59237,7 +59237,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -59264,7 +59264,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -59291,7 +59291,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -59318,7 +59318,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -59345,7 +59345,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -59372,7 +59372,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -59399,7 +59399,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -59426,7 +59426,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -59453,7 +59453,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -59480,7 +59480,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -59507,7 +59507,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -59534,7 +59534,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -59588,7 +59588,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -59615,7 +59615,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -59642,7 +59642,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -59669,7 +59669,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -59696,7 +59696,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -59723,7 +59723,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -59750,7 +59750,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -59777,7 +59777,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -59804,7 +59804,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -59831,7 +59831,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -59858,7 +59858,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -59885,7 +59885,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -59912,7 +59912,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -59966,7 +59966,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -59993,7 +59993,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -60020,7 +60020,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -60047,7 +60047,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -60074,7 +60074,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -60101,7 +60101,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -60128,7 +60128,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -60155,7 +60155,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -60182,7 +60182,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -60209,7 +60209,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -60236,7 +60236,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -60263,7 +60263,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -60290,7 +60290,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -60344,7 +60344,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -60371,7 +60371,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -60398,7 +60398,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -60425,7 +60425,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -60452,7 +60452,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -60479,7 +60479,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -60506,7 +60506,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -60533,7 +60533,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -60560,7 +60560,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -60587,7 +60587,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -60614,7 +60614,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -60641,7 +60641,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -60668,7 +60668,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -60695,7 +60695,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -60722,7 +60722,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -60749,7 +60749,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -60776,7 +60776,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -60803,7 +60803,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -60830,7 +60830,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -60857,7 +60857,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -60884,7 +60884,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -60911,7 +60911,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -60938,7 +60938,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -60965,7 +60965,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -60992,7 +60992,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -61019,7 +61019,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -61046,7 +61046,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -61073,7 +61073,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -61100,7 +61100,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -61127,7 +61127,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -61154,7 +61154,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -61181,7 +61181,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -61208,7 +61208,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -61235,7 +61235,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -61262,7 +61262,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -61289,7 +61289,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -61316,7 +61316,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -61343,7 +61343,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -61370,7 +61370,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -61397,7 +61397,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -61424,7 +61424,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -61451,7 +61451,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -61478,7 +61478,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -61505,7 +61505,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -61532,7 +61532,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -61559,7 +61559,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -61586,7 +61586,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -61613,7 +61613,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -61640,7 +61640,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -61667,7 +61667,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -61694,7 +61694,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -61721,7 +61721,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -61748,7 +61748,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -61775,7 +61775,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -61802,7 +61802,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -61856,7 +61856,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -61883,7 +61883,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -61910,7 +61910,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -61937,7 +61937,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -61964,7 +61964,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -61991,7 +61991,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -62018,7 +62018,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -62045,7 +62045,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -62072,7 +62072,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -62099,7 +62099,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -62126,7 +62126,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -62153,7 +62153,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -62207,7 +62207,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -62234,7 +62234,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -62261,7 +62261,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -62288,7 +62288,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -62315,7 +62315,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -62342,7 +62342,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -62369,7 +62369,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -62396,7 +62396,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -62423,7 +62423,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -62450,7 +62450,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -62477,7 +62477,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -62504,7 +62504,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -62531,7 +62531,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -62558,7 +62558,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -62585,7 +62585,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -62612,7 +62612,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -62639,7 +62639,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -62666,7 +62666,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -62693,7 +62693,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -62720,7 +62720,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -62747,7 +62747,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -62774,7 +62774,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -62801,7 +62801,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -62828,7 +62828,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -62855,7 +62855,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -62882,7 +62882,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -62909,7 +62909,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -62936,7 +62936,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -62963,7 +62963,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -62990,7 +62990,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -63017,7 +63017,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -63044,7 +63044,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -63071,7 +63071,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -63098,7 +63098,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -63125,7 +63125,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -63152,7 +63152,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -63179,7 +63179,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -63206,7 +63206,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -63233,7 +63233,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -63260,7 +63260,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -63287,7 +63287,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -63314,7 +63314,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -63341,7 +63341,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -63368,7 +63368,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -63395,7 +63395,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -63422,7 +63422,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -63449,7 +63449,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -63476,7 +63476,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -63503,7 +63503,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -63530,7 +63530,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -63557,7 +63557,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -63584,7 +63584,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -63611,7 +63611,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -63638,7 +63638,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -63665,7 +63665,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -63692,7 +63692,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -63719,7 +63719,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -63746,7 +63746,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -63773,7 +63773,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -63800,7 +63800,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -63827,7 +63827,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -63854,7 +63854,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -63881,7 +63881,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -63908,7 +63908,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -63935,7 +63935,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -63962,7 +63962,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -63989,7 +63989,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -64016,7 +64016,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -64043,7 +64043,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -64070,7 +64070,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -64097,7 +64097,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -64124,7 +64124,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -64151,7 +64151,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64178,7 +64178,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -64205,7 +64205,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64232,7 +64232,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -64259,7 +64259,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -64286,7 +64286,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -64313,7 +64313,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64340,7 +64340,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -64367,7 +64367,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -64394,7 +64394,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -64421,7 +64421,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -64448,7 +64448,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -64475,7 +64475,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -64502,7 +64502,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64529,7 +64529,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -64556,7 +64556,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64583,7 +64583,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -64610,7 +64610,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -64637,7 +64637,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -64664,7 +64664,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64691,7 +64691,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -64718,7 +64718,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -64745,7 +64745,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -64772,7 +64772,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -64799,7 +64799,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -64826,7 +64826,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -64853,7 +64853,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64880,7 +64880,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -64907,7 +64907,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64934,7 +64934,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -64961,7 +64961,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -64988,7 +64988,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -65015,7 +65015,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -65042,7 +65042,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -65069,7 +65069,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -65096,7 +65096,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -65123,7 +65123,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -65150,7 +65150,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -65177,7 +65177,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -65204,7 +65204,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -65231,7 +65231,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -65258,7 +65258,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -65285,7 +65285,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -65312,7 +65312,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -65339,7 +65339,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -65366,7 +65366,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -65393,7 +65393,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -65420,7 +65420,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -65447,7 +65447,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -65474,7 +65474,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -65501,7 +65501,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -65528,7 +65528,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -65555,7 +65555,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -65582,7 +65582,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -65609,7 +65609,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -65636,7 +65636,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -65663,7 +65663,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -65690,7 +65690,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -65717,7 +65717,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -65744,7 +65744,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -65771,7 +65771,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -65798,7 +65798,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -65825,7 +65825,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -65852,7 +65852,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -65879,7 +65879,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -65906,7 +65906,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -65933,7 +65933,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -65960,7 +65960,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -65987,7 +65987,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -66014,7 +66014,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -66041,7 +66041,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -66068,7 +66068,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -66095,7 +66095,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -66122,7 +66122,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -66149,7 +66149,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -66176,7 +66176,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -66203,7 +66203,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -66230,7 +66230,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -66257,7 +66257,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -66284,7 +66284,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -66311,7 +66311,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -66338,7 +66338,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -66365,7 +66365,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -66392,7 +66392,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -66419,7 +66419,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -66446,7 +66446,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -66473,7 +66473,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -66500,7 +66500,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -66527,7 +66527,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -66554,7 +66554,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -66581,7 +66581,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -66608,7 +66608,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -66635,7 +66635,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -66662,7 +66662,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -66689,7 +66689,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -66716,7 +66716,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -66743,7 +66743,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -66770,7 +66770,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -66878,7 +66878,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -66959,7 +66959,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67013,7 +67013,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67040,7 +67040,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -67067,7 +67067,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -67094,7 +67094,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -67121,7 +67121,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67229,7 +67229,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -67310,7 +67310,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67364,7 +67364,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67391,7 +67391,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -67418,7 +67418,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -67445,7 +67445,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -67472,7 +67472,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67499,7 +67499,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -67526,7 +67526,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -67553,7 +67553,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -67580,7 +67580,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -67607,7 +67607,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -67634,7 +67634,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -67661,7 +67661,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67688,7 +67688,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -67715,7 +67715,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67742,7 +67742,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -67769,7 +67769,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -67796,7 +67796,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -67823,7 +67823,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -67850,7 +67850,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -67877,7 +67877,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -67904,7 +67904,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -67931,7 +67931,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -67958,7 +67958,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -67985,7 +67985,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -68012,7 +68012,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -68039,7 +68039,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -68066,7 +68066,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -68093,7 +68093,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -68120,7 +68120,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -68147,7 +68147,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -68174,7 +68174,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -68201,7 +68201,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -68228,7 +68228,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -68255,7 +68255,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -68282,7 +68282,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -68309,7 +68309,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -68336,7 +68336,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -68363,7 +68363,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -68390,7 +68390,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -68417,7 +68417,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -68444,7 +68444,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -68471,7 +68471,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -68498,7 +68498,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -68525,7 +68525,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -68552,7 +68552,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -68579,7 +68579,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -68633,7 +68633,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -68660,7 +68660,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -68687,7 +68687,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -68714,7 +68714,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -68741,7 +68741,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -68768,7 +68768,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -68795,7 +68795,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -68822,7 +68822,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -68876,7 +68876,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -68903,7 +68903,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -68930,7 +68930,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -68984,7 +68984,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -69011,7 +69011,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -69038,7 +69038,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -69065,7 +69065,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -69092,7 +69092,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -69119,7 +69119,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -69146,7 +69146,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -69173,7 +69173,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -69227,7 +69227,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -69254,7 +69254,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69281,7 +69281,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -69335,7 +69335,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -69362,7 +69362,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -69389,7 +69389,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69416,7 +69416,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -69443,7 +69443,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -69470,7 +69470,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -69497,7 +69497,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69524,7 +69524,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69551,7 +69551,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -69578,7 +69578,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69605,7 +69605,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69632,7 +69632,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -69686,7 +69686,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -69713,7 +69713,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -69740,7 +69740,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69767,7 +69767,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -69794,7 +69794,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -69821,7 +69821,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -69848,7 +69848,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69875,7 +69875,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69902,7 +69902,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -69929,7 +69929,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69956,7 +69956,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -69983,7 +69983,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -70037,7 +70037,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -70064,7 +70064,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -70091,7 +70091,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -70118,7 +70118,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -70145,7 +70145,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -70172,7 +70172,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -70199,7 +70199,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -70226,7 +70226,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -70253,7 +70253,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -70280,7 +70280,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -70307,7 +70307,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70334,7 +70334,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -70388,7 +70388,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -70415,7 +70415,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -70442,7 +70442,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70469,7 +70469,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -70496,7 +70496,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -70523,7 +70523,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -70550,7 +70550,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70577,7 +70577,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70631,7 +70631,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70658,7 +70658,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70685,7 +70685,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -70739,7 +70739,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -70766,7 +70766,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -70793,7 +70793,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70820,7 +70820,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -70847,7 +70847,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -70874,7 +70874,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -70901,7 +70901,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70928,7 +70928,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -70982,7 +70982,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -71009,7 +71009,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -71036,7 +71036,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -71090,7 +71090,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -71117,7 +71117,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -71144,7 +71144,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -71171,7 +71171,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -71198,7 +71198,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -71225,7 +71225,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -71252,7 +71252,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -71279,7 +71279,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -71306,7 +71306,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -71333,7 +71333,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -71360,7 +71360,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -71387,7 +71387,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -71441,7 +71441,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -71468,7 +71468,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -71495,7 +71495,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -71522,7 +71522,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -71549,7 +71549,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -71576,7 +71576,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -71603,7 +71603,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -71630,7 +71630,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -71657,7 +71657,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -71684,7 +71684,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -71711,7 +71711,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -71738,7 +71738,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -71792,7 +71792,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -71819,7 +71819,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -71846,7 +71846,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -71873,7 +71873,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -71900,7 +71900,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -71927,7 +71927,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -71954,7 +71954,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -71981,7 +71981,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -72008,7 +72008,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -72035,7 +72035,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -72062,7 +72062,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -72089,7 +72089,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -72143,7 +72143,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -72170,7 +72170,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -72197,7 +72197,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -72224,7 +72224,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -72251,7 +72251,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -72278,7 +72278,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -72305,7 +72305,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -72332,7 +72332,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -72359,7 +72359,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -72386,7 +72386,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -72413,7 +72413,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -72440,7 +72440,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -72494,7 +72494,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -72521,7 +72521,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -72548,7 +72548,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -72575,7 +72575,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -72602,7 +72602,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -72629,7 +72629,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -72656,7 +72656,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -72683,7 +72683,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -72710,7 +72710,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -72737,7 +72737,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -72764,7 +72764,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -72791,7 +72791,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -72845,7 +72845,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -72872,7 +72872,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -72899,7 +72899,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -72926,7 +72926,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -72953,7 +72953,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -72980,7 +72980,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -73007,7 +73007,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73034,7 +73034,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -73061,7 +73061,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -73088,7 +73088,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73115,7 +73115,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73142,7 +73142,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -73196,7 +73196,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -73223,7 +73223,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -73250,7 +73250,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73277,7 +73277,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -73304,7 +73304,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -73331,7 +73331,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -73358,7 +73358,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73385,7 +73385,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -73412,7 +73412,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -73439,7 +73439,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73466,7 +73466,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73493,7 +73493,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -73547,7 +73547,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -73574,7 +73574,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -73601,7 +73601,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73628,7 +73628,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -73655,7 +73655,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -73682,7 +73682,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -73709,7 +73709,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73736,7 +73736,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73763,7 +73763,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -73790,7 +73790,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -73817,7 +73817,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -73844,7 +73844,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -73898,7 +73898,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -73925,7 +73925,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -73952,7 +73952,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -73979,7 +73979,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -74006,7 +74006,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -74033,7 +74033,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -74060,7 +74060,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74087,7 +74087,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -74114,7 +74114,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -74141,7 +74141,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74168,7 +74168,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74195,7 +74195,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -74249,7 +74249,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -74276,7 +74276,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -74303,7 +74303,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74330,7 +74330,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -74357,7 +74357,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -74384,7 +74384,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -74411,7 +74411,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74438,7 +74438,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -74465,7 +74465,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -74492,7 +74492,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74519,7 +74519,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74546,7 +74546,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -74600,7 +74600,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -74627,7 +74627,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -74654,7 +74654,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74681,7 +74681,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -74708,7 +74708,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -74735,7 +74735,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -74762,7 +74762,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74789,7 +74789,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -74816,7 +74816,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -74843,7 +74843,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -74870,7 +74870,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -74897,7 +74897,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -74951,7 +74951,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -74978,7 +74978,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -75005,7 +75005,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -75032,7 +75032,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -75059,7 +75059,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -75086,7 +75086,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -75113,7 +75113,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -75140,7 +75140,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -75167,7 +75167,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -75194,7 +75194,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -75221,7 +75221,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -75248,7 +75248,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -75302,7 +75302,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -75329,7 +75329,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -75356,7 +75356,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -75383,7 +75383,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -75410,7 +75410,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -75437,7 +75437,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -75464,7 +75464,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -75491,7 +75491,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -75518,7 +75518,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -75545,7 +75545,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -75572,7 +75572,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -75707,7 +75707,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -75815,7 +75815,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -75842,7 +75842,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -75869,7 +75869,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -75896,7 +75896,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -75923,7 +75923,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76058,7 +76058,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76166,7 +76166,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76193,7 +76193,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -76220,7 +76220,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -76247,7 +76247,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76274,7 +76274,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76301,7 +76301,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -76328,7 +76328,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -76355,7 +76355,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -76382,7 +76382,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -76409,7 +76409,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76436,7 +76436,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -76463,7 +76463,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -76490,7 +76490,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -76517,7 +76517,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76544,7 +76544,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -76571,7 +76571,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -76598,7 +76598,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76625,7 +76625,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76652,7 +76652,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -76679,7 +76679,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -76706,7 +76706,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -76733,7 +76733,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -76760,7 +76760,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76787,7 +76787,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -76814,7 +76814,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -76841,7 +76841,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -76868,7 +76868,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76895,7 +76895,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -76922,7 +76922,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -76949,7 +76949,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -76976,7 +76976,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -77003,7 +77003,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -77030,7 +77030,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -77057,7 +77057,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -77084,7 +77084,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -77111,7 +77111,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -77138,7 +77138,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -77165,7 +77165,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -77192,7 +77192,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -77219,7 +77219,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -77246,7 +77246,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -77273,7 +77273,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -77300,7 +77300,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -77354,7 +77354,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -77408,7 +77408,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -77435,7 +77435,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -77462,7 +77462,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -77489,7 +77489,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -77516,7 +77516,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -77597,7 +77597,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -77651,7 +77651,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -77705,7 +77705,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -77732,7 +77732,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -77759,7 +77759,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -77786,7 +77786,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -77813,7 +77813,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -77894,7 +77894,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -77948,7 +77948,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -78002,7 +78002,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78029,7 +78029,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -78056,7 +78056,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -78083,7 +78083,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -78110,7 +78110,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78137,7 +78137,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -78164,7 +78164,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -78191,7 +78191,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78245,7 +78245,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -78299,7 +78299,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78326,7 +78326,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -78353,7 +78353,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -78380,7 +78380,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -78407,7 +78407,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78434,7 +78434,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -78461,7 +78461,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -78488,7 +78488,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78542,7 +78542,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.19, @@ -78596,7 +78596,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78623,7 +78623,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -78650,7 +78650,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -78677,7 +78677,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -78704,7 +78704,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78731,7 +78731,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -78758,7 +78758,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -78785,7 +78785,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -78839,7 +78839,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -78893,7 +78893,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -78920,7 +78920,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -78947,7 +78947,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -78974,7 +78974,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -79001,7 +79001,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -79082,7 +79082,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -79136,7 +79136,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -79190,7 +79190,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -79217,7 +79217,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -79244,7 +79244,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -79271,7 +79271,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -79298,7 +79298,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -79379,7 +79379,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -79433,7 +79433,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -79487,7 +79487,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -79514,7 +79514,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -79541,7 +79541,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -79568,7 +79568,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -79595,7 +79595,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -79622,7 +79622,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -79649,7 +79649,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -79676,7 +79676,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -79730,7 +79730,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -79784,7 +79784,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -79811,7 +79811,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -79838,7 +79838,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -79865,7 +79865,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -79892,7 +79892,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -79919,7 +79919,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -79946,7 +79946,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -79973,7 +79973,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -80027,7 +80027,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -80081,7 +80081,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -80108,7 +80108,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -80135,7 +80135,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -80162,7 +80162,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -80189,7 +80189,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -80216,7 +80216,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -80243,7 +80243,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -80270,7 +80270,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -80324,7 +80324,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -80378,7 +80378,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -80405,7 +80405,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -80432,7 +80432,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -80459,7 +80459,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -80486,7 +80486,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -80513,7 +80513,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -80540,7 +80540,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -80567,7 +80567,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -80621,7 +80621,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -80675,7 +80675,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -80702,7 +80702,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -80729,7 +80729,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -80756,7 +80756,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -80783,7 +80783,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -80810,7 +80810,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -80837,7 +80837,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -80864,7 +80864,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -80918,7 +80918,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -80972,7 +80972,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -80999,7 +80999,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -81026,7 +81026,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -81053,7 +81053,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -81080,7 +81080,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81107,7 +81107,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -81134,7 +81134,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -81161,7 +81161,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81215,7 +81215,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81269,7 +81269,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81296,7 +81296,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -81323,7 +81323,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -81350,7 +81350,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -81377,7 +81377,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81404,7 +81404,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -81431,7 +81431,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -81458,7 +81458,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81512,7 +81512,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81566,7 +81566,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81593,7 +81593,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -81620,7 +81620,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -81647,7 +81647,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -81674,7 +81674,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81701,7 +81701,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -81728,7 +81728,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -81755,7 +81755,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -81809,7 +81809,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -81863,7 +81863,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -81890,7 +81890,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -81917,7 +81917,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -81944,7 +81944,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -81971,7 +81971,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -81998,7 +81998,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -82025,7 +82025,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -82052,7 +82052,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82106,7 +82106,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82160,7 +82160,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82187,7 +82187,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -82214,7 +82214,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -82241,7 +82241,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -82268,7 +82268,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82295,7 +82295,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -82322,7 +82322,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -82349,7 +82349,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82403,7 +82403,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82457,7 +82457,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82484,7 +82484,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -82511,7 +82511,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -82538,7 +82538,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -82565,7 +82565,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82592,7 +82592,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -82619,7 +82619,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -82646,7 +82646,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -82700,7 +82700,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -82754,7 +82754,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -82781,7 +82781,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -82808,7 +82808,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -82835,7 +82835,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -82862,7 +82862,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -82889,7 +82889,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -82916,7 +82916,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -82943,7 +82943,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -82997,7 +82997,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -83051,7 +83051,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -83078,7 +83078,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -83105,7 +83105,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -83132,7 +83132,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -83159,7 +83159,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -83186,7 +83186,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -83213,7 +83213,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -83240,7 +83240,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -83348,7 +83348,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83456,7 +83456,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83483,7 +83483,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -83510,7 +83510,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -83537,7 +83537,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83645,7 +83645,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83753,7 +83753,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83780,7 +83780,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -83807,7 +83807,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -83834,7 +83834,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83861,7 +83861,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83888,7 +83888,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83915,7 +83915,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -83942,7 +83942,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -83969,7 +83969,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -83996,7 +83996,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -84023,7 +84023,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -84050,7 +84050,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84077,7 +84077,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -84104,7 +84104,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -84131,7 +84131,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84158,7 +84158,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.19, @@ -84185,7 +84185,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.19, @@ -84212,7 +84212,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -84239,7 +84239,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84266,7 +84266,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -84293,7 +84293,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -84320,7 +84320,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -84347,7 +84347,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84374,7 +84374,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -84401,7 +84401,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -84428,7 +84428,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84455,7 +84455,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.19, @@ -84482,7 +84482,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.19, @@ -84509,7 +84509,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -84536,7 +84536,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84563,7 +84563,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -84590,7 +84590,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -84617,7 +84617,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -84644,7 +84644,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84671,7 +84671,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84698,7 +84698,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -84725,7 +84725,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -84752,7 +84752,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -84779,7 +84779,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -84833,7 +84833,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -84860,7 +84860,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -84887,7 +84887,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -84914,7 +84914,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -84941,7 +84941,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -84968,7 +84968,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -84995,7 +84995,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85022,7 +85022,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85076,7 +85076,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85103,7 +85103,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -85130,7 +85130,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -85184,7 +85184,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -85211,7 +85211,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -85238,7 +85238,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -85265,7 +85265,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -85292,7 +85292,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -85319,7 +85319,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -85346,7 +85346,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -85373,7 +85373,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -85427,7 +85427,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -85454,7 +85454,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85481,7 +85481,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -85535,7 +85535,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -85562,7 +85562,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -85589,7 +85589,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85616,7 +85616,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -85643,7 +85643,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -85670,7 +85670,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -85697,7 +85697,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85724,7 +85724,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85751,7 +85751,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -85778,7 +85778,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85805,7 +85805,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85832,7 +85832,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -85886,7 +85886,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -85913,7 +85913,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -85940,7 +85940,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -85967,7 +85967,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -85994,7 +85994,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -86021,7 +86021,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -86048,7 +86048,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -86075,7 +86075,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -86102,7 +86102,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -86129,7 +86129,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -86156,7 +86156,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -86183,7 +86183,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -86237,7 +86237,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -86264,7 +86264,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -86291,7 +86291,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -86318,7 +86318,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -86345,7 +86345,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -86372,7 +86372,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -86399,7 +86399,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -86426,7 +86426,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -86453,7 +86453,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -86480,7 +86480,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -86507,7 +86507,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -86534,7 +86534,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -86588,7 +86588,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -86615,7 +86615,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -86642,7 +86642,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -86669,7 +86669,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -86696,7 +86696,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -86723,7 +86723,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -86750,7 +86750,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -86777,7 +86777,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -86831,7 +86831,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -86858,7 +86858,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -86885,7 +86885,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -86939,7 +86939,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -86966,7 +86966,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -86993,7 +86993,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -87020,7 +87020,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -87047,7 +87047,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -87074,7 +87074,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -87101,7 +87101,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -87128,7 +87128,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -87182,7 +87182,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -87209,7 +87209,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -87236,7 +87236,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -87290,7 +87290,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -87317,7 +87317,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -87344,7 +87344,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -87371,7 +87371,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -87398,7 +87398,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -87425,7 +87425,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -87452,7 +87452,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -87479,7 +87479,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -87506,7 +87506,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -87533,7 +87533,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -87560,7 +87560,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -87587,7 +87587,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -87641,7 +87641,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -87668,7 +87668,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -87695,7 +87695,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -87722,7 +87722,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -87749,7 +87749,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -87776,7 +87776,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -87803,7 +87803,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -87830,7 +87830,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -87857,7 +87857,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -87884,7 +87884,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -87911,7 +87911,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -87938,7 +87938,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -87992,7 +87992,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -88019,7 +88019,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -88046,7 +88046,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -88073,7 +88073,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -88100,7 +88100,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -88127,7 +88127,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -88154,7 +88154,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -88181,7 +88181,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -88208,7 +88208,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -88235,7 +88235,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -88262,7 +88262,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -88289,7 +88289,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -88343,7 +88343,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -88370,7 +88370,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -88397,7 +88397,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -88424,7 +88424,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -88451,7 +88451,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -88478,7 +88478,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -88505,7 +88505,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -88532,7 +88532,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -88559,7 +88559,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -88586,7 +88586,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -88613,7 +88613,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -88640,7 +88640,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -88694,7 +88694,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -88721,7 +88721,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -88748,7 +88748,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -88775,7 +88775,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -88802,7 +88802,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -88829,7 +88829,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -88856,7 +88856,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -88883,7 +88883,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -88910,7 +88910,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -88937,7 +88937,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -88964,7 +88964,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -88991,7 +88991,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -89045,7 +89045,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -89072,7 +89072,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -89099,7 +89099,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89126,7 +89126,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -89153,7 +89153,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -89180,7 +89180,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -89207,7 +89207,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89234,7 +89234,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -89261,7 +89261,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -89288,7 +89288,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89315,7 +89315,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89342,7 +89342,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -89396,7 +89396,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -89423,7 +89423,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -89450,7 +89450,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89477,7 +89477,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -89504,7 +89504,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -89531,7 +89531,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -89558,7 +89558,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89585,7 +89585,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -89612,7 +89612,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -89639,7 +89639,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89666,7 +89666,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89693,7 +89693,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -89747,7 +89747,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -89774,7 +89774,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.03, @@ -89801,7 +89801,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89828,7 +89828,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -89855,7 +89855,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -89882,7 +89882,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -89909,7 +89909,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89936,7 +89936,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -89963,7 +89963,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -89990,7 +89990,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -90017,7 +90017,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90044,7 +90044,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -90098,7 +90098,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -90125,7 +90125,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -90152,7 +90152,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90179,7 +90179,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -90206,7 +90206,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -90233,7 +90233,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -90260,7 +90260,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90287,7 +90287,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -90314,7 +90314,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -90341,7 +90341,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90368,7 +90368,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90395,7 +90395,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -90449,7 +90449,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -90476,7 +90476,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -90503,7 +90503,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90530,7 +90530,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -90557,7 +90557,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -90584,7 +90584,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -90611,7 +90611,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90638,7 +90638,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -90665,7 +90665,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -90692,7 +90692,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90719,7 +90719,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90746,7 +90746,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -90800,7 +90800,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -90827,7 +90827,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -90854,7 +90854,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90881,7 +90881,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -90908,7 +90908,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -90935,7 +90935,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -90962,7 +90962,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -90989,7 +90989,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -91016,7 +91016,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -91043,7 +91043,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -91070,7 +91070,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91097,7 +91097,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -91151,7 +91151,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -91178,7 +91178,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -91205,7 +91205,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91232,7 +91232,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -91259,7 +91259,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -91286,7 +91286,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -91313,7 +91313,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91340,7 +91340,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -91367,7 +91367,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -91394,7 +91394,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91421,7 +91421,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91448,7 +91448,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -91502,7 +91502,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -91529,7 +91529,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -91556,7 +91556,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91583,7 +91583,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -91610,7 +91610,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -91637,7 +91637,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -91664,7 +91664,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91691,7 +91691,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91718,7 +91718,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -91745,7 +91745,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -91772,7 +91772,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -91907,7 +91907,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92015,7 +92015,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92042,7 +92042,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -92069,7 +92069,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -92096,7 +92096,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92123,7 +92123,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92258,7 +92258,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92366,7 +92366,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92393,7 +92393,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -92420,7 +92420,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -92447,7 +92447,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92474,7 +92474,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92501,7 +92501,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -92528,7 +92528,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -92555,7 +92555,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -92582,7 +92582,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -92609,7 +92609,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92636,7 +92636,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -92663,7 +92663,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -92690,7 +92690,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -92717,7 +92717,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92744,7 +92744,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -92771,7 +92771,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -92798,7 +92798,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92825,7 +92825,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92852,7 +92852,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -92879,7 +92879,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -92906,7 +92906,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -92933,7 +92933,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -92960,7 +92960,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -92987,7 +92987,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -93014,7 +93014,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -93041,7 +93041,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -93068,7 +93068,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -93095,7 +93095,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -93122,7 +93122,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -93149,7 +93149,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -93176,7 +93176,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -93203,7 +93203,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -93230,7 +93230,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -93257,7 +93257,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -93284,7 +93284,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -93311,7 +93311,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -93338,7 +93338,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -93365,7 +93365,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -93392,7 +93392,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -93419,7 +93419,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -93446,7 +93446,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -93473,7 +93473,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -93500,7 +93500,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -93554,7 +93554,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -93581,7 +93581,7 @@ } }, { - "biome": "tfg:mars/martian_dune_edge", + "biome": "tfg:mars/martian_riverbed", "parameters": { "continentalness": [ -0.11, @@ -93608,7 +93608,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -93635,7 +93635,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -93662,7 +93662,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -93689,7 +93689,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -93716,7 +93716,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -93743,7 +93743,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -93770,7 +93770,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -93797,7 +93797,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -93824,7 +93824,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -93851,7 +93851,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -93878,7 +93878,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -93932,7 +93932,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -93959,7 +93959,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -93986,7 +93986,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -94013,7 +94013,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -94040,7 +94040,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -94067,7 +94067,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -94094,7 +94094,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -94121,7 +94121,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -94148,7 +94148,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -94175,7 +94175,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -94202,7 +94202,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -94229,7 +94229,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -94256,7 +94256,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -94310,7 +94310,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -94337,7 +94337,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -94364,7 +94364,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -94391,7 +94391,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -94418,7 +94418,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -94445,7 +94445,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -94472,7 +94472,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -94499,7 +94499,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -94526,7 +94526,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -94553,7 +94553,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -94580,7 +94580,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -94607,7 +94607,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -94634,7 +94634,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -94661,7 +94661,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -94688,7 +94688,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -94715,7 +94715,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -94742,7 +94742,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -94769,7 +94769,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -94796,7 +94796,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -94823,7 +94823,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -94850,7 +94850,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -94877,7 +94877,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -94904,7 +94904,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -94931,7 +94931,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -94958,7 +94958,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -94985,7 +94985,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -95012,7 +95012,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -95039,7 +95039,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -95066,7 +95066,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -95093,7 +95093,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -95120,7 +95120,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -95147,7 +95147,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -95174,7 +95174,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -95201,7 +95201,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -95228,7 +95228,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -95255,7 +95255,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -95282,7 +95282,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -95309,7 +95309,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -95336,7 +95336,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -95363,7 +95363,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -95390,7 +95390,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -95417,7 +95417,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -95444,7 +95444,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -95471,7 +95471,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -95498,7 +95498,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -95525,7 +95525,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -95552,7 +95552,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -95579,7 +95579,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -95606,7 +95606,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -95633,7 +95633,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -95660,7 +95660,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -95687,7 +95687,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -95714,7 +95714,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -95741,7 +95741,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -95768,7 +95768,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -95822,7 +95822,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -95849,7 +95849,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -95876,7 +95876,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -95903,7 +95903,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -95930,7 +95930,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -95957,7 +95957,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -95984,7 +95984,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -96011,7 +96011,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -96038,7 +96038,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -96065,7 +96065,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -96092,7 +96092,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -96119,7 +96119,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -96173,7 +96173,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -96200,7 +96200,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -96227,7 +96227,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -96254,7 +96254,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -96281,7 +96281,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -96308,7 +96308,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -96335,7 +96335,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -96362,7 +96362,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -96389,7 +96389,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -96416,7 +96416,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -96443,7 +96443,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -96470,7 +96470,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -96497,7 +96497,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -96524,7 +96524,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -96551,7 +96551,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -96578,7 +96578,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -96605,7 +96605,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -96632,7 +96632,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -96659,7 +96659,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -96686,7 +96686,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ 0.3, @@ -96713,7 +96713,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -96740,7 +96740,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -96767,7 +96767,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -96794,7 +96794,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -96821,7 +96821,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -96848,7 +96848,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -96875,7 +96875,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -96902,7 +96902,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -96929,7 +96929,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -96956,7 +96956,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -96983,7 +96983,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -97010,7 +97010,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -97037,7 +97037,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -97064,7 +97064,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -97091,7 +97091,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -97118,7 +97118,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -97145,7 +97145,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -97172,7 +97172,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -97199,7 +97199,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -97226,7 +97226,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -97253,7 +97253,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -97280,7 +97280,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -97307,7 +97307,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -97334,7 +97334,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -97361,7 +97361,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -97388,7 +97388,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -97415,7 +97415,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -97442,7 +97442,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -97469,7 +97469,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -97496,7 +97496,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -97523,7 +97523,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -97550,7 +97550,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -97577,7 +97577,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -97604,7 +97604,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -97631,7 +97631,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -97658,7 +97658,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -97685,7 +97685,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -97712,7 +97712,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -97739,7 +97739,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -97766,7 +97766,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -97793,7 +97793,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -97820,7 +97820,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -97847,7 +97847,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -97874,7 +97874,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -97901,7 +97901,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -97928,7 +97928,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -97955,7 +97955,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -97982,7 +97982,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -98009,7 +98009,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -98036,7 +98036,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -98063,7 +98063,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -98090,7 +98090,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -98117,7 +98117,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98144,7 +98144,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -98171,7 +98171,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98198,7 +98198,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -98225,7 +98225,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -98252,7 +98252,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -98279,7 +98279,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98306,7 +98306,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -98333,7 +98333,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -98360,7 +98360,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -98387,7 +98387,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -98414,7 +98414,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -98441,7 +98441,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -98468,7 +98468,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98495,7 +98495,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -98522,7 +98522,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98549,7 +98549,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -98576,7 +98576,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -98603,7 +98603,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -98630,7 +98630,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98657,7 +98657,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/rusticus_hills", "parameters": { "continentalness": [ -0.11, @@ -98684,7 +98684,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -98711,7 +98711,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -98738,7 +98738,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -98765,7 +98765,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -98792,7 +98792,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -98819,7 +98819,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98846,7 +98846,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.03, @@ -98873,7 +98873,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98900,7 +98900,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -98927,7 +98927,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -98954,7 +98954,7 @@ } }, { - "biome": "tfg:mars/martian_mountains", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ 0.03, @@ -98981,7 +98981,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.19, @@ -99008,7 +99008,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -99035,7 +99035,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -99062,7 +99062,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -99089,7 +99089,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -99116,7 +99116,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -99143,7 +99143,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -99170,7 +99170,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -99197,7 +99197,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -99224,7 +99224,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -99251,7 +99251,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -99278,7 +99278,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -99305,7 +99305,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -99332,7 +99332,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -99359,7 +99359,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -99386,7 +99386,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -99413,7 +99413,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -99440,7 +99440,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -99467,7 +99467,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -99494,7 +99494,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -99521,7 +99521,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -99548,7 +99548,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -99575,7 +99575,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -99602,7 +99602,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -99629,7 +99629,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -99656,7 +99656,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -99683,7 +99683,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -99710,7 +99710,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -99737,7 +99737,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -99764,7 +99764,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -99791,7 +99791,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -99818,7 +99818,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -99845,7 +99845,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -99872,7 +99872,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -99899,7 +99899,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -99926,7 +99926,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -99953,7 +99953,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -99980,7 +99980,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -100007,7 +100007,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -100034,7 +100034,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -100061,7 +100061,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ -0.11, @@ -100088,7 +100088,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -100115,7 +100115,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -100142,7 +100142,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -100169,7 +100169,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -100196,7 +100196,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/amber_plains", "parameters": { "continentalness": [ 0.3, @@ -100223,7 +100223,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -100250,7 +100250,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -100277,7 +100277,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -100304,7 +100304,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -100331,7 +100331,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -100358,7 +100358,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -100385,7 +100385,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -100412,7 +100412,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -100439,7 +100439,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -100466,7 +100466,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -100493,7 +100493,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -100520,7 +100520,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -100547,7 +100547,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.3, @@ -100574,7 +100574,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -100601,7 +100601,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -100628,7 +100628,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -100655,7 +100655,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -100682,7 +100682,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.11, @@ -100709,7 +100709,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ 0.03, @@ -100736,7 +100736,7 @@ } }, { - "biome": "tfg:mars/martian_forests", + "biome": "tfg:mars/sangnum_plains", "parameters": { "continentalness": [ -0.19, @@ -100844,7 +100844,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -100925,7 +100925,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -100979,7 +100979,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -101006,7 +101006,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -101033,7 +101033,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -101060,7 +101060,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -101087,7 +101087,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -101195,7 +101195,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -101276,7 +101276,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -101330,7 +101330,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -101357,7 +101357,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -101384,7 +101384,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -101411,7 +101411,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -101438,7 +101438,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -101465,7 +101465,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -101492,7 +101492,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -101519,7 +101519,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -101546,7 +101546,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -101573,7 +101573,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -101600,7 +101600,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.3, @@ -101627,7 +101627,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -101654,7 +101654,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -101681,7 +101681,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -101708,7 +101708,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -101735,7 +101735,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -101762,7 +101762,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -101789,7 +101789,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -101816,7 +101816,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -101843,7 +101843,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -101870,7 +101870,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -101897,7 +101897,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -101924,7 +101924,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -101951,7 +101951,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -101978,7 +101978,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -102005,7 +102005,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -102032,7 +102032,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -102059,7 +102059,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.19, @@ -102086,7 +102086,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/sangnum_hills", "parameters": { "continentalness": [ -0.11, @@ -102113,7 +102113,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -102140,7 +102140,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -102167,7 +102167,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -102194,7 +102194,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ -0.11, @@ -102221,7 +102221,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -102248,7 +102248,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -102275,7 +102275,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -102302,7 +102302,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.3, @@ -102329,7 +102329,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -102356,7 +102356,7 @@ } }, { - "biome": "tfg:mars/martian_hills", + "biome": "tfg:mars/amber_hills", "parameters": { "continentalness": [ 0.03, @@ -102383,7 +102383,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -102410,7 +102410,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, @@ -102437,7 +102437,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.11, @@ -102464,7 +102464,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ 0.03, @@ -102491,7 +102491,7 @@ } }, { - "biome": "tfg:mars/martian_plains", + "biome": "tfg:mars/rusticus_plains", "parameters": { "continentalness": [ -0.19, diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_hills.json b/kubejs/data/tfg/worldgen/biome/mars/amber_hills.json similarity index 100% rename from kubejs/data/tfg/worldgen/biome/mars/martian_hills.json rename to kubejs/data/tfg/worldgen/biome/mars/amber_hills.json diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_forests.json b/kubejs/data/tfg/worldgen/biome/mars/amber_plains.json similarity index 100% rename from kubejs/data/tfg/worldgen/biome/mars/martian_forests.json rename to kubejs/data/tfg/worldgen/biome/mars/amber_plains.json diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_river.json b/kubejs/data/tfg/worldgen/biome/mars/martian_river.json new file mode 100644 index 000000000..5078d11a8 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_river.json @@ -0,0 +1,74 @@ +{ + "carvers": { + "air": [ + "tfg:mars_cave", + "tfg:mars_canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 15117444, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "particle": { + "options": { + "type": "minecraft:crimson_spore" + }, + "probability": 0.014 + }, + "sky_color": 15117444, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + "#tfg:mars_craters", + [ + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + [], + "#tfg:mars_veins", + [], + "#tfg:mars_small_rock_features", + [ + ], + [ + "tfg:mars/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": { + "ad_astra:martian_raptor": { + "charge": 0.2, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.8 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/rusticus_hills.json b/kubejs/data/tfg/worldgen/biome/mars/rusticus_hills.json new file mode 100644 index 000000000..555239dc9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/mars/rusticus_hills.json @@ -0,0 +1,75 @@ +{ + "carvers": { + "air": [ + "tfg:mars_cave", + "tfg:mars_canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 15117444, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "particle": { + "options": { + "type": "minecraft:crimson_spore" + }, + "probability": 0.014 + }, + "sky_color": 15117444, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + "#tfg:mars_craters", + [ + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + [], + "#tfg:mars_veins", + [], + "#tfg:mars_small_rock_features", + [ + + ], + [ + "tfg:mars/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": { + "ad_astra:martian_raptor": { + "charge": 0.2, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.8 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_plains.json b/kubejs/data/tfg/worldgen/biome/mars/rusticus_plains.json similarity index 100% rename from kubejs/data/tfg/worldgen/biome/mars/martian_plains.json rename to kubejs/data/tfg/worldgen/biome/mars/rusticus_plains.json diff --git a/kubejs/data/tfg/worldgen/biome/mars/sangnum_hills.json b/kubejs/data/tfg/worldgen/biome/mars/sangnum_hills.json new file mode 100644 index 000000000..555239dc9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/mars/sangnum_hills.json @@ -0,0 +1,75 @@ +{ + "carvers": { + "air": [ + "tfg:mars_cave", + "tfg:mars_canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 15117444, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "particle": { + "options": { + "type": "minecraft:crimson_spore" + }, + "probability": 0.014 + }, + "sky_color": 15117444, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + "#tfg:mars_craters", + [ + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + [], + "#tfg:mars_veins", + [], + "#tfg:mars_small_rock_features", + [ + + ], + [ + "tfg:mars/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": { + "ad_astra:martian_raptor": { + "charge": 0.2, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.8 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/sangnum_plains.json b/kubejs/data/tfg/worldgen/biome/mars/sangnum_plains.json new file mode 100644 index 000000000..ffce07547 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/mars/sangnum_plains.json @@ -0,0 +1,78 @@ +{ + "carvers": { + "air": [ + "tfg:mars_cave", + "tfg:mars_canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 15117444, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "particle": { + "options": { + "type": "minecraft:crimson_spore" + }, + "probability": 0.014 + }, + "sky_color": 15117444, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + "#tfg:mars_craters", + [ + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + [], + "#tfg:mars_veins", + [], + "#tfg:mars_small_rock_features", + [ + "tfg:mars/surface/aeronos_patch", + "tfg:mars/surface/strophar_patch", + "tfg:mars/surface/aeronos_huge", + "tfg:mars/surface/strophar_huge" + ], + [ + "tfg:mars/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": { + "ad_astra:martian_raptor": { + "charge": 0.2, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.8 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/semiheavy_ammoniacal_water.json b/kubejs/data/tfg/worldgen/configured_feature/mars/semiheavy_ammoniacal_water.json new file mode 100644 index 000000000..c601fed97 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/semiheavy_ammoniacal_water.json @@ -0,0 +1,8 @@ +{ + "type": "tfc:flood_fill_lake", + "config": { + "state": "tfg:semiheavy_ammoniacal_water", + "replace_fluids": [], + "overfill": true + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/density_function/mars/offset.json b/kubejs/data/tfg/worldgen/density_function/mars/offset.json index 1aeb52d68..4045be58d 100644 --- a/kubejs/data/tfg/worldgen/density_function/mars/offset.json +++ b/kubejs/data/tfg/worldgen/density_function/mars/offset.json @@ -131,7 +131,7 @@ }, { "derivative": 0.0, - "location": -0.47, + "location": -0.26, "value": 1 }, { diff --git a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json index 4be061880..963fdb68f 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json @@ -1,14 +1,14 @@ { - "sea_level": 32, + "sea_level": 80, "disable_mob_generation": false, - "aquifers_enabled": false, + "aquifers_enabled": true, "ore_veins_enabled": false, "legacy_random_source": false, "default_block": { "Name": "ad_astra:mars_stone" }, "default_fluid": { - "Name": "minecraft:air" + "Name": "tfg:semiheavy_ammoniacal_water" }, "noise": { "min_y": -32, @@ -18,10 +18,31 @@ }, "noise_router": { "barrier": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_barrier", - "xz_scale": 1, - "y_scale": 0.5 + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1, + "y_scale": 0.5 + }, + "argument2": { + "type": "minecraft:spline", + "spline": { + "coordinate": "tfg:mars/continents", + "points": [ + { + "derivative": 0.0, + "location": -0.19, + "value": -1 + }, + { + "derivative": 0.0, + "location": -0.18, + "value": 1 + } + ] + } + } }, "continents": "tfg:mars/continents", "depth": 0, @@ -44,7 +65,7 @@ "type": "minecraft:mul", "argument1": { "type": "minecraft:y_clamped_gradient", - "from_y": -32, + "from_y": -28, "to_y": -20, "from_value": 0, "to_value": 1 @@ -82,10 +103,52 @@ }, "fluid_level_floodedness": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_fluid_level_floodedness", - "xz_scale": 1, - "y_scale": 0.67 + "type": "minecraft:add", + "argument1": { + "type": "minecraft:spline", + "spline": { + "coordinate": "tfg:mars/continents", + "points": [ + { + "derivative": 0.0, + "location": -0.15, + "value": -1 + }, + { + "derivative": 0.0, + "location": -0.14, + "value": 0 + } + ] + } + }, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1, + "y_scale": 0.67 + }, + "argument2": { + "type": "minecraft:spline", + "spline": { + "coordinate": "tfg:mars/continents", + "points": [ + { + "derivative": 0.0, + "location": -0.15, + "value": 0 + }, + { + "derivative": 0.0, + "location": -0.14, + "value": 1 + } + ] + } + } + } }, "fluid_level_spread": { "type": "minecraft:noise", @@ -95,62 +158,83 @@ }, "initial_density_without_jaggedness": { "type": "minecraft:add", - "argument1": 0.1171875, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_value": 0.0, - "from_y": -32, - "to_value": 1.0, - "to_y": -20 - }, + "argument1": { + "type": "minecraft:add", + "argument1": 0.1171875, "argument2": { - "type": "minecraft:add", - "argument1": -0.1171875, + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 0.0, + "from_y": -64, + "to_value": 1.0, + "to_y": -40 + }, "argument2": { "type": "minecraft:add", - "argument1": -0.078125, + "argument1": -0.1171875, "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_value": 1.0, - "from_y": 240, - "to_value": 0.0, - "to_y": 256 - }, + "type": "minecraft:add", + "argument1": -0.078125, "argument2": { - "type": "minecraft:add", - "argument1": 0.078125, + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 1.0, + "from_y": 240, + "to_value": 0.0, + "to_y": 256 + }, "argument2": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:add", - "argument1": -0.703125, - "argument2": { - "type": "minecraft:mul", - "argument1": 4.0, + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": -0.703125, "argument2": { - "type": "minecraft:quarter_negative", - "argument": { - "type": "minecraft:mul", - "argument1": "tfg:mars/depth", - "argument2": { - "type": "minecraft:cache_2d", - "argument": "tfg:mars/factor" + "type": "minecraft:mul", + "argument1": 4.0, + "argument2": { + "type": "minecraft:quarter_negative", + "argument": { + "type": "minecraft:mul", + "argument1": "tfg:mars/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "tfg:mars/factor" + } } } } - } - }, - "max": 64.0, - "min": -32.0 + }, + "max": 64.0, + "min": -64.0 + } } } } } } + }, + "argument2": { + "type": "minecraft:spline", + "spline": { + "coordinate": "tfg:mars/continents", + "points": [ + { + "derivative": 0.0, + "location": -0.18, + "value": 1 + }, + { + "derivative": 0.0, + "location": -0.17, + "value": 0 + } + ] + } } }, "lava": 0, @@ -201,108 +285,6 @@ }, - - - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:mars/martian_mountains" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:red_concrete" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:mars/martian_hills" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:orange_concrete" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:mars/martian_forests" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:yellow_concrete" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:mars/martian_plains" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:lime_concrete" - } - } - } - }, { "type": "minecraft:condition", "if_true": { @@ -323,11 +305,12 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "minecraft:light_blue_glazed_terracotta" + "Name": "minecraft:blue_glazed_terracotta" } } } }, + { "type": "minecraft:condition", "if_true": { @@ -353,34 +336,10 @@ } } }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:mars/martian_oasis" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:magenta_concrete" - } - } - } - }, { + "_": "SAND + SAND STONE HARDENING", "type": "minecraft:condition", "if_true": { "type": "minecraft:biome", @@ -390,144 +349,214 @@ ] }, "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 2, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "tfg:mars_dunes_color", - "min_threshold": -2.0, - "max_threshold": -0.4 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "ad_astra:venus_sand" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "tfg:mars_dunes_color", - "min_threshold": -0.4, - "max_threshold": 0.05 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "ad_astra:mars_sand" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "tfg:mars_dunes_color", - "min_threshold": 0.05, - "max_threshold": 2.0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:red_sand" - } - } - } - ] - } - ] - } + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 50 }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 6, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "tfg:mars_dunes_color", - "min_threshold": -2.0, - "max_threshold": -0.4 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "ad_astra:venus_sandstone" - } - } + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": -2.0, + "max_threshold": -0.4 }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "tfg:mars_dunes_color", - "min_threshold": -0.4, - "max_threshold": 0.05 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "ad_astra:mars_stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "tfg:mars_dunes_color", - "min_threshold": 0.05, - "max_threshold": 2.0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:red_sandstone" - } + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:venus_sandstone" } } - ] - } - ] + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": -0.4, + "max_threshold": 0.05 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:mars_stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": 0.05, + "max_threshold": 2.0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:red_sandstone" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": -2.0, + "max_threshold": -0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:venus_sand" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": -0.4, + "max_threshold": 0.05 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:mars_sand" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": 0.05, + "max_threshold": 2.0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:red_sand" + } + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 6, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": -2.0, + "max_threshold": -0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:venus_sandstone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": -0.4, + "max_threshold": 0.05 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:mars_stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:mars_dunes_color", + "min_threshold": 0.05, + "max_threshold": 2.0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:red_sandstone" + } + } + } + ] + } + ] + } } - } - ] + ] + } } }, - - { + "_": "BOTTOM ROCK LAYER + HARDENING", "type": "minecraft:condition", "if_true": { "type": "minecraft:vertical_gradient", @@ -912,6 +941,7 @@ } }, { + "_": "MIDDLE ROCK LAYER + HARDENING", "type": "minecraft:condition", "if_true": { "type": "minecraft:vertical_gradient", @@ -1296,6 +1326,7 @@ } }, { + "_": "TOP ROCK LAYER FOR MOUNTAINS + HARDENING", "type": "minecraft:condition", "if_true": { "type": "minecraft:biome", @@ -1483,6 +1514,470 @@ } }, { + "_": "STONE HARDENING ON THE TOP LAYER", + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_1", + "min_threshold": -1.0, + "max_threshold": -0.15 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": -1.0, + "max_threshold": -0.15 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/chalk" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/shale" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": 0.15, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/dolomite" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_1", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": -1.0, + "max_threshold": -0.15 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/limestone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_mars_stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": 0.15, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/claystone" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_1", + "min_threshold": 0.15, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": -1.0, + "max_threshold": -0.15 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/conglomerate" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/chert" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_mars_2", + "min_threshold": 0.15, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_dripstone" + } + } + } + } + ] + } + } + ] + }, + { + "_": "AMBER MYCELIUM + DIRT", + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:mars/amber_hills", + "tfg:mars/amber_plains" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:grass/amber_mycelium" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:grass/mars_dirt" + } + } + } + ] + } + } + } + }, + { + "_": "RUSTICUS MYCELIUM + DIRT", + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:mars/rusticus_hills", + "tfg:mars/rusticus_plains" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:grass/rusticus_mycelium" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:grass/mars_dirt" + } + } + } + ] + } + } + } + }, + { + "_": "SANGNUM MYCELIUM + DIRT", + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:mars/sangnum_hills", + "tfg:mars/sangnum_plains", + "tfg:mars/martian_oasis" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:grass/sangnum_mycelium" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:grass/mars_dirt" + } + } + } + ] + } + } + } + }, + { + "_": "TOP ROCK LAYER, NO HARDENING", "type": "minecraft:sequence", "sequence": [ { @@ -1510,16 +2005,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/chalk" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/chalk" + } } } }, @@ -1546,16 +2052,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/shale" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/shale" + } } } }, @@ -1582,16 +2099,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/dolomite" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/dolomite" + } } } }, @@ -1632,16 +2160,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/limestone" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/limestone" + } } } }, @@ -1668,16 +2207,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfg:rock/hardened_mars_stone" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:mars_cobblestone" + } } } }, @@ -1704,16 +2254,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/claystone" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/claystone" + } } } }, @@ -1754,16 +2315,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/conglomerate" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/conglomerate" + } } } }, @@ -1790,16 +2362,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/chert" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/chert" + } } } }, @@ -1826,16 +2409,27 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfg:rock/hardened_dripstone" + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 5, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:sand/brown" + } } } }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/semiheavy_ammoniacal_water.json b/kubejs/data/tfg/worldgen/placed_feature/mars/semiheavy_ammoniacal_water.json new file mode 100644 index 000000000..5752bd572 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/semiheavy_ammoniacal_water.json @@ -0,0 +1,24 @@ +{ + "feature": "tfg:mars/semiheavy_ammoniacal_water", + "placement": [ + { + "type": "minecraft:count", + "count": 1 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE_WG" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": -3 + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 9970b70a5..39889a138 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -217,7 +217,9 @@ const registerAdAstraBlockTags = (event) => { event.add('ad_astra:mars_stone_replaceables', 'tfc:sand/black') event.add('ad_astra:mars_stone_replaceables', 'tfc:sand/red') event.add('ad_astra:mars_stone_replaceables', 'tfc:sand/pink') - + + event.add('tfc:can_carve', '#ad_astra:moon_stone_replaceables') + event.add('tfc:can_carve', '#ad_astra:mars_stone_replaceables') event.add('minecraft:rabbits_spawnable_on', '#ad_astra:moon_stone_replaceables') event.add('species:limpet_spawnable_on', '#ad_astra:moon_stone_replaceables') @@ -265,7 +267,6 @@ const registerAdAstraBlockTags = (event) => { event.add('tfg:rock_slabs', 'ad_astra:glacio_stone_slab') event.add('ad_astra:destroyed_in_space', '#minecraft:saplings') - event.remove('ad_astra:destroyed_in_space', 'ad_astra:glacian_leaves') } const registerAdAstraBiomeTags = (event) => { diff --git a/kubejs/server_scripts/tfg/recipes.collapse.js b/kubejs/server_scripts/tfg/recipes.collapse.js index 2d1fefc91..48501107c 100644 --- a/kubejs/server_scripts/tfg/recipes.collapse.js +++ b/kubejs/server_scripts/tfg/recipes.collapse.js @@ -58,5 +58,10 @@ function registerTFGCollapseRecipes(event) { event.recipes.tfc.collapse('gtceu:red_granite_cobblestone', 'gtceu:red_granite') event.recipes.tfc.collapse('gtceu:red_granite_cobblestone', 'tfg:rock/hardened_red_granite') event.recipes.tfc.collapse('gtceu:red_granite_cobblestone', '#forge:ores_in_ground/red_granite') + + event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/mars_dirt') + event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/amber_mycelium') + event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/rusticus_mycelium') + event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/sangnum_mycelium') // #endregion } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 667b30fb3..6f37981ea 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -244,6 +244,12 @@ const registerTFGItemTags = (event) => { // #region Space blocks event.add('tfg:moon_plants', 'tfg:lunar_roots') event.add('tfg:moon_plants', 'tfg:lunar_sprouts') + + event.add('minecraft:dirt', 'tfg:grass/mars_dirt') + event.add('tfc:dirt', 'tfg:grass/mars_dirt') + event.add('tfc:grass', 'tfg:grass/amber_mycelium') + event.add('tfc:grass', 'tfg:grass/rusticus_mycelium') + event.add('tfc:grass', 'tfg:grass/sangnum_mycelium') // #endregion // #region 0.7.19 -> 0.9 conversion @@ -356,8 +362,8 @@ const registerTFGBlockTags = (event) => { event.add('tfc:crops', 'tfg:sunflower') event.add('tfc:mineable_with_sharp_tool','tfg:sunflower') - // #region Nether blocks + // #region Nether blocks event.add('minecraft:nether_carver_replaceables', 'tfg:rock/hardened_deepslate') event.add('minecraft:moss_replaceable', 'tfg:rock/hardened_deepslate') event.add('minecraft:base_stone_nether', 'tfg:rock/hardened_deepslate') @@ -376,6 +382,22 @@ const registerTFGBlockTags = (event) => { event.add('minecraft:nether_carver_replaceables', 'tfg:rock/hardened_dripstone') event.add('minecraft:base_stone_nether', 'tfg:rock/hardened_dripstone') event.add('tfc:rock/hardened', 'tfg:rock/hardened_dripstone') + // #endregion + + // #region Mars blocks + event.add('minecraft:dirt', 'tfg:grass/mars_dirt') + event.add('tfc:dirt', 'tfg:grass/mars_dirt') + event.add('tfc:grass', 'tfg:grass/amber_mycelium') + event.add('tfc:grass', 'tfg:grass/rusticus_mycelium') + event.add('tfc:grass', 'tfg:grass/sangnum_mycelium') + event.add('tfg:do_not_destroy_in_space', 'tfg:grass/amber_mycelium') + event.add('tfg:do_not_destroy_in_space', 'tfg:grass/rusticus_mycelium') + event.add('tfg:do_not_destroy_in_space', 'tfg:grass/sangnum_mycelium') + event.add('tfc:can_landslide', 'tfg:grass/mars_dirt') + event.add('tfc:can_landslide', 'tfg:grass/amber_mycelium') + event.add('tfc:can_landslide', 'tfg:grass/rusticus_mycelium') + event.add('tfc:can_landslide', 'tfg:grass/sangnum_mycelium') + // #endregion event.add('tfg:harvester_harvestable', '#tfc:fruit_tree_leaves') event.add('tfg:harvester_harvestable', '#tfc:berry_bushes') @@ -388,7 +410,6 @@ const registerTFGBlockTags = (event) => { event.add('forge:mineable/wrench', 'tfg:superconductor_coil_small') event.add('forge:mineable/wrench', 'tfg:electromagnetic_accelerator') - // #endregion } //#endregion diff --git a/kubejs/startup_scripts/tfg/fluids.js b/kubejs/startup_scripts/tfg/fluids.js index 195cb2301..6e2670ff9 100644 --- a/kubejs/startup_scripts/tfg/fluids.js +++ b/kubejs/startup_scripts/tfg/fluids.js @@ -32,11 +32,6 @@ const registerTFGFluids = (event) => { .noBlock() //#region Mars - event.create('tfg:semiheavy_ammoniacal_water') - .thinTexture(0x704f786c) - .color(0x4f786c) - .temperature(213) - .renderType('translucent') //#endregion //#region Venus