This commit is contained in:
Elias Fleckenstein 2021-01-24 16:29:24 +01:00
parent eb01c8e9f8
commit fdfcf9ca70
1 changed files with 1 additions and 0 deletions

View File

@ -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,
})