From 643e1a2dcecce13234c1dc9d70e8fff99d6d65c8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 13 Jul 2021 00:56:10 +0100 Subject: [PATCH] Reference: Add ref --- Chat-Command-Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 5a8fda3..a60c543 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -519,7 +519,7 @@ Algorithm | Description `perlin` | Perlin noise. Functional, but currently contains artefacts I'm having difficulty tracking down. `sin` | A sine wave created with `math.sin()`. `white` | Random white noise. -`red` | Red noise - has a lower frequency than white noise. +`red` | Red noise - has a lower frequency than white noise. Ref [Noise Functions and Map Generation by Red Blob Games](https://www.redblobgames.com/articles/noise/introduction.html). `infrared` | Even smoother than red noise. Tends to also be quite flat unless you use a slightly higher `apply` value (e.g. `20`). When specifying algorithm names, the `algorithm` parameter name is optional. For example, the following are both equivalent: