forked from VoxeLibre/VoxeLibre
Move red sand to sand group
This commit is contained in:
parent
ddb374c418
commit
b35adce0ed
|
@ -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(),
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue