make hoes effective and swords slightly effective on nether wart blocks

This commit is contained in:
SmokeyDope 2023-01-23 00:11:56 +00:00
parent 36231241ba
commit 9e8ed7efc3
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ minetest.register_node("mcl_nether:nether_wart_block", {
stack_max = 64,
tiles = {"mcl_nether_nether_wart_block.png"},
is_ground_content = false,
groups = {handy=1, hoey=1, building_block=1, compostability = 85},
groups = {handy=1, hoey=7, swordy=1, building_block=1, compostability = 85},
sounds = mcl_sounds.node_sound_leaves_defaults(
{
footstep={name="default_dirt_footstep", gain=0.7},