forked from VoxeLibre/VoxeLibre
Fix #1001
This commit is contained in:
parent
eb01c8e9f8
commit
fdfcf9ca70
|
@ -182,6 +182,7 @@ minetest.register_node("mcl_core:stone_with_lapis", {
|
|||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||
_mcl_blast_resistance = 3,
|
||||
_mcl_hardness = 3,
|
||||
_mcl_silk_touch_drop = true,
|
||||
_mcl_fortune_drop = mcl_core.fortune_drop_ore,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue