From 69f1f1ba9e319f40f70f1b7ac6c34b51336c69d7 Mon Sep 17 00:00:00 2001 From: Vitaliy Olkhin Date: Fri, 28 Jun 2024 18:19:14 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=8E?= =?UTF-8?q?=20=D0=BA=D0=B0=D0=BC=D0=BD=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- breccia.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breccia.lua b/breccia.lua index 5c1cccb..430bdd9 100644 --- a/breccia.lua +++ b/breccia.lua @@ -6,7 +6,7 @@ minetest.register_node("summer:breccia", { --groups = {cracky = 3, stone = 1}, drop = '"summer:pietra" 9', --legacy_mineral = true, - is_ground_content = true, -- + is_ground_content = false, -- sounds = default.node_sound_gravel_defaults(), --sounds = default.node_sound_stone_defaults(), })