forked from Mineclonia/Mineclonia
Fix blast resistance value for polished andesite
This commit is contained in:
parent
3c37d2874e
commit
fe648a9287
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue