From 32d76956f99099f2791f93bf6e3f97ebfc5b99ad Mon Sep 17 00:00:00 2001 From: Kara Date: Fri, 15 Dec 2023 15:34:09 -0700 Subject: [PATCH] Remove chasm from lava planetgen (#22560) * Remove chasm from lava planetgen * REmove chasm from lava planetgen real * Revert "Remove chasm from lava planetgen" This reverts commit f432334b43e8b1dd17f15b19e50c2ba3d80df297. --- .../Prototypes/Procedural/biome_templates.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Resources/Prototypes/Procedural/biome_templates.yml b/Resources/Prototypes/Procedural/biome_templates.yml index 47d8cde5a0..9f0a4222e2 100644 --- a/Resources/Prototypes/Procedural/biome_templates.yml +++ b/Resources/Prototypes/Procedural/biome_templates.yml @@ -302,20 +302,6 @@ cellularReturnType: Distance2 entities: - WallRockBasalt - # chasm time - - !type:BiomeEntityLayer - allowedTiles: - - FloorBasalt - threshold: 0.6 - noise: - seed: 3 - frequency: 0.02 - fractalType: FBm - octaves: 5 - lacunarity: 2 - gain: 0.4 - entities: - - FloorChasmEntity - !type:BiomeDummyLayer id: Loot # Fill basalt -- 2.51.2