forked from VoxeLibre/VoxeLibre
make hoes effective and swords slightly effective on nether wart blocks
This commit is contained in:
parent
36231241ba
commit
9e8ed7efc3
|
@ -202,7 +202,7 @@ minetest.register_node("mcl_nether:nether_wart_block", {
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
tiles = {"mcl_nether_nether_wart_block.png"},
|
tiles = {"mcl_nether_nether_wart_block.png"},
|
||||||
is_ground_content = false,
|
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(
|
sounds = mcl_sounds.node_sound_leaves_defaults(
|
||||||
{
|
{
|
||||||
footstep={name="default_dirt_footstep", gain=0.7},
|
footstep={name="default_dirt_footstep", gain=0.7},
|
||||||
|
|
Loading…
Reference in New Issue