Add cobblestone to the `cobble` group.

This commit is contained in:
kabou 2022-05-04 15:14:23 +02:00
parent b0ae135b3c
commit 9edb40b5c5
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ minetest.register_node("mcl_core:cobble", {
tiles = {"default_cobble.png"},
is_ground_content = false,
stack_max = 64,
groups = {pickaxey=1, building_block=1, material_stone=1},
groups = {pickaxey=1, building_block=1, material_stone=1, cobble=1},
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 6,
_mcl_hardness = 2,