Fix blast resistance value for polished andesite

This commit is contained in:
Elias Åström 2020-07-10 23:21:11 +02:00
parent 3c37d2874e
commit fe648a9287
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,
})