From d8ef810f9d11ea4f87214c5318e9cd4bf9dd3d79 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 12 May 2021 17:40:45 +0300 Subject: [PATCH] Updated Resources: spread functions (markdown) --- Resources:-spread-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources:-spread-functions.md b/Resources:-spread-functions.md index 015a04b..5afa348 100644 --- a/Resources:-spread-functions.md +++ b/Resources:-spread-functions.md @@ -26,9 +26,9 @@ Let's say we want a resource to be generated in hot and highly elevated areas. I Another usual case is when we want resource frequency vary based on biomes. In this case you need to join multiple `biome()` functions like `biome(1) && (biome(2) && nth(2)) && (biome(3) && nth(3))`. -Check the build-in function below to get the gist. +Check the build-in models below to get the gist. -## Built-in models +### Built-in models * Deciduous_forests: `biome(6, 7, 8)` * Any_forest: `biome(5, 6, 7, 8, 9)` * Temperate_and_boreal_forests: `biome(6, 8, 9)`