forked from MineClone5/MineClone5
make bell diggable by pickaxe
This commit is contained in:
parent
a7d3faee47
commit
ee969531a8
|
@ -17,6 +17,7 @@ minetest.register_node("mcl_bells:bell", {
|
|||
4/16, 7/16, 4/16,
|
||||
},
|
||||
},
|
||||
groups = { pickaxey = 1 }
|
||||
})
|
||||
|
||||
if has_mcl_wip then
|
||||
|
|
Loading…
Reference in New Issue