This commit is contained in:
Wuzzy 2020-07-11 11:44:48 +02:00
commit 1ef4c63e03
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ minetest.register_node("mcl_core:andesite_smooth", {
stack_max = 64,
groups = {pickaxey=1, stone=1, building_block=1, material_stone=1},
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 30,
_mcl_blast_resistance = 6,
_mcl_hardness = 1.5,
})