Merge pull request 'make bell diggable by pickaxe' (#318) from bell_breaking into master

Reviewed-on: MineClone5/MineClone5#318
This commit is contained in:
commit 9c19395dd7
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ minetest.register_node("mcl_bells:bell", {
4/16, 7/16, 4/16,
},
},
groups = { pickaxey = 1 }
})
if has_mcl_wip then