From 6d19acd708987c0f7789e430a66386c8a2c6bd85 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 8 Jul 2023 13:30:29 +1000 Subject: [PATCH] Make planets have significantly more rocks (#17875) --- Resources/Prototypes/Procedural/biome_templates.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Procedural/biome_templates.yml b/Resources/Prototypes/Procedural/biome_templates.yml index d1a54d5897..51b3a28a46 100644 --- a/Resources/Prototypes/Procedural/biome_templates.yml +++ b/Resources/Prototypes/Procedural/biome_templates.yml @@ -129,7 +129,7 @@ allowedTiles: - FloorPlanetGrass - FloorPlanetDirt - threshold: -0.15 + threshold: -0.30 noise: seed: 0 noiseType: Cellular @@ -184,7 +184,7 @@ # Rock formation sand - !type:BiomeTileLayer tile: FloorPlanetDirt - threshold: -0.15 + threshold: -0.30 noise: seed: 0 noiseType: Cellular @@ -260,7 +260,7 @@ - !type:BiomeEntityLayer allowedTiles: - FloorBasalt - threshold: -0.15 + threshold: -0.30 noise: seed: 0 noiseType: Cellular @@ -377,7 +377,7 @@ - !type:BiomeEntityLayer allowedTiles: - FloorSnow - threshold: -0.15 + threshold: -0.30 noise: seed: 0 noiseType: Cellular