Move red sand to sand group

This commit is contained in:
Wuzzy 2017-01-05 03:02:17 +01:00
parent ddb374c418
commit b35adce0ed
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ minetest.register_node("default:redsand", {
tiles = {"default_red_sand.png"},
is_ground_content = true,
stack_max = 64,
groups = {crumbly=3, falling_node=1, redsand=1},
groups = {crumbly=3, falling_node=1, sand=1},
sounds = default.node_sound_sand_defaults(),
})