Skip to content
Snippets Groups Projects
Commit a6aa68d5 authored by paramat's avatar paramat Committed by paramat
Browse files

default:dirt_with_snow: Re-add to soil group

Previously, saplings were not growing if the dirt they are on turned to
'dirt with snow' before growth.
Also for consistency with other dirt nodes.
parent 223562d6
No related branches found
No related tags found
No related merge requests found
......@@ -447,7 +447,7 @@ minetest.register_node("default:dirt_with_snow", {
tiles = {"default_snow.png", "default_dirt.png",
{name = "default_dirt.png^default_snow_side.png",
tileable_vertical = false}},
groups = {crumbly = 3, spreading_dirt_type = 1, snowy = 1},
groups = {crumbly = 3, soil = 1, spreading_dirt_type = 1, snowy = 1},
drop = 'default:dirt',
sounds = default.node_sound_dirt_defaults({
footstep = {name = "default_snow_footstep", gain = 0.2},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment