Skip to content
Snippets Groups Projects
Commit fecacb60 authored by Milan's avatar Milan
Browse files

added sounds to desert_gravel

parent c2439c71
No related branches found
No related tags found
No related merge requests found
default
......@@ -2,11 +2,10 @@ minetest.register_node("illuna:desert_gravel", {
description = "Gravel",
tiles = {"desert_gravel.png"},
groups = {crumbly = 2, falling_node = 1},
--[ have to read api a bit, this feature will follow soon. ]--
--sounds = illuna.node_sound_dirt_defaults({
-- footstep = {name = "default_gravel_footstep", gain = 0.5},
-- dug = {name = "default_gravel_footstep", gain = 1.0},
--}),
sounds = default.node_sound_dirt_defaults({
footstep = {name="default_gravel_footstep", gain=0.5},
dug = {name="default_gravel_footstep", gain=1.0},
}),
drop = {
max_items = 1,
items = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment