From e853c8a60d8011381d55e1df83c3c63dea803519 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 13 Sep 2021 01:47:40 -0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f34d8e7..a05e483 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Sounds can be looped by checking the "Loop" box. #### Biome Ambiance: -A sound group can be registered for playing sounds randomly in a biome with the `sounds:register_biome_sounds` method: +A sound group can be registered for playing sounds randomly in a biome with the `sounds:register_biome_sounds` method (`sounds.enable_biome_sounds` must be enabled): ``` sounds:register_biome_sounds(biome, snds, params)