Fix ancient debris duplication glitch (remove fortune drop)

This commit is contained in:
NO11 2021-05-07 22:50:35 +00:00 committed by cora
parent 10ea6da4e8
commit e0c5f2f7fa
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ minetest.register_node("mcl_nether:ancient_debris", {
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 1200,
_mcl_hardness = 30,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
_mcl_silk_touch_drop = true
})
minetest.register_node("mcl_nether:netheriteblock", {