Merge pull request 'Incorrect fortune effect on a non-ore' (#265) from cableguy67-patch-1 into master

Reviewed-on: MineClone5/MineClone5#265
This commit is contained in:
kay27 2022-03-24 22:30:12 +00:00
commit a7ca121f73
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ minetest.register_node("mcl_nether:netheriteblock", {
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 1200,
_mcl_hardness = 50,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
_mcl_silk_touch_drop = true
})
-- For eternal fire on top of netherrack and magma blocks