Grass Path+Farmland→Dirt if below solid, instantly
This commit is contained in:
parent
d20de89780
commit
3f57f80d54
4 changed files with 13 additions and 16 deletions
|
@ -407,7 +407,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, not_in_creative_inventory=1, },
|
||||
groups = {handy=1,shovely=1, cultivatable=2, dirtifies_below_solid=1, not_in_creative_inventory=1, },
|
||||
sounds = mcl_sounds.node_sound_dirt_defaults({
|
||||
footstep = {name="default_grass_footstep", gain=0.4},
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue