From 352ef6485a4b796d1cdc8dd0e00ab1a1d72a2c0a Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sun, 17 Nov 2024 16:12:59 +0300 Subject: [PATCH] fix falling block hitbox --- res/content/base/entities/falling_block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/content/base/entities/falling_block.json b/res/content/base/entities/falling_block.json index cd0459b5..cf5146fd 100644 --- a/res/content/base/entities/falling_block.json +++ b/res/content/base/entities/falling_block.json @@ -3,5 +3,5 @@ "base:falling_block" ], "skeleton-name": "base:block", - "hitbox": [0.8, 0.8, 0.8] + "hitbox": [0.98, 0.98, 0.98] }