add group 'path_remove_possible' to grass paths

This commit is contained in:
SmokeyDope 2023-09-11 18:07:16 +00:00 committed by the-real-herowl
parent 5e194b33bd
commit d2a4a6d042
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ minetest.register_node("mcl_core:grass_path", {
{-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5},
}
},
groups = {handy=1,shovely=1, cultivatable=2, dirtifies_below_solid=1, dirtifier=1, deco_block=1 },
groups = {handy=1,shovely=1, cultivatable=2, dirtifies_below_solid=1, dirtifier=1, deco_block=1, path_remove_possible=1 },
sounds = mcl_sounds.node_sound_dirt_defaults({
footstep = {name="default_grass_footstep", gain=0.1},
}),