Remove dirt with snow

This commit is contained in:
Wuzzy 2017-01-10 04:09:35 +01:00
parent a2d58c2ed2
commit 17cfd31c52
2 changed files with 0 additions and 13 deletions

View File

@ -277,19 +277,6 @@ minetest.register_node("default:mycelium", {
}),
})
-- TODO: Update for real snowy blocks
minetest.register_node("default:dirt_with_snow", {
description = "Dirt with Snow",
tiles = {"default_snow.png", "default_dirt.png", "default_dirt.png^default_snow_side.png"},
is_ground_content = true,
stack_max = 64,
groups = {crumbly=3, cultivatable=2},
drop = 'default:dirt',
sounds = default.node_sound_dirt_defaults({
footstep = {name="default_grass_footstep", gain=0.4},
}),
})
minetest.register_node("default:dirt", {
description = "Dirt",
tiles = {"default_dirt.png"},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B