From a036c5e383135dc0f9b086e244188d1ceb3f0bf2 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sun, 8 Dec 2024 15:25:24 +0300 Subject: [PATCH] fix base:bazalt durability --- res/content/base/blocks/bazalt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/content/base/blocks/bazalt.json b/res/content/base/blocks/bazalt.json index bb941a81..8c431da6 100644 --- a/res/content/base/blocks/bazalt.json +++ b/res/content/base/blocks/bazalt.json @@ -1,4 +1,5 @@ { "texture": "bazalt", - "breakable": false + "breakable": false, + "base:durability": 1e9 }