From aadf2386ebe79f629886a539c33398bc2774f74d Mon Sep 17 00:00:00 2001 From: MihailRis Date: Mon, 10 Jun 2024 11:24:53 +0300 Subject: [PATCH] fix: door aabb --- res/content/base/blocks/door.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/content/base/blocks/door.json b/res/content/base/blocks/door.json index fd134355..0a300061 100644 --- a/res/content/base/blocks/door.json +++ b/res/content/base/blocks/door.json @@ -13,5 +13,5 @@ "size": [1, 2, 1], "rotation": "pane", "model": "aabb", - "hitbox": [0.0, 0.0, 0.0, 1.0, 2.0, 0.2] + "hitbox": [0.0, 0.0, 0.8, 1.0, 2.0, 0.2] }