From 881d750ef01d500fea291d2ec5980ef7f9385e89 Mon Sep 17 00:00:00 2001 From: Exanthiax <107284021+Exanthiax@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:57:35 +0000 Subject: [PATCH] typo --- docs/effects/configuring-an-effect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/effects/configuring-an-effect.md b/docs/effects/configuring-an-effect.md index f66036390a..1723aa95e3 100644 --- a/docs/effects/configuring-an-effect.md +++ b/docs/effects/configuring-an-effect.md @@ -31,7 +31,7 @@ effects: args: y: 10 ``` -The example effect: 10% chance to spawn 10 soul particles in the centre of a diamond ore when its mined and the player is below Y level 10. +The example effect: 25% chance to spawn 10 soul particles in the centre of a diamond ore when its mined and the player is below Y level 10. ## Understanding The Sections