From a87a468b53790a659c46c30e9b54a31c7b7398ed Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 6 Aug 2024 01:17:03 -0600 Subject: [PATCH] Add FallingBlock as a new Projectile Signed-off-by: Patrick --- docs/modules/gear/projectiles.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/gear/projectiles.mdx b/docs/modules/gear/projectiles.mdx index dbc9fbaa..d6cc8871 100644 --- a/docs/modules/gear/projectiles.mdx +++ b/docs/modules/gear/projectiles.mdx @@ -114,6 +114,7 @@ Some projectiles such as `WitherSkull` travel very fast by default and may need | `Boat` | | `Egg` | | `EnderPearl` | + | `FallingBlock` | | `Fireball` | | `Firework` | | `LargeFireball` |