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(), })