From d0fdd2f4656601a570f850fd930293ecdea97858 Mon Sep 17 00:00:00 2001 From: TelepathicGrunt <40846040+TelepathicGrunt@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:33:50 -0400 Subject: [PATCH] Noise --- docs/worldgen/biomemodifier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/worldgen/biomemodifier.md b/docs/worldgen/biomemodifier.md index 76a4797a..f4ad33cb 100644 --- a/docs/worldgen/biomemodifier.md +++ b/docs/worldgen/biomemodifier.md @@ -456,7 +456,7 @@ BUILDER.add(NeoForgeRegistries.Keys.BIOME_MODIFIERS, bootstrap -> { ### Add Legacy Carvers -This biome modifier type allows adding carver caves and ravines to biomes. These are what was used for cave generation before the Caves and Cliffs update. It CANNOT add noise caves to biomes, because noise caves are baked into the dimension's noise settings system and not actually tied to biomes. +This biome modifier type allows adding carver caves and ravines to biomes. These are what was used for cave generation before the Caves and Cliffs update. It CANNOT add noise caves to biomes, because noise caves are a part of certain noise-based chunk generator systems and not actually tied to biomes.