diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-07 10:56:30 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-07 10:56:30 +0000 |
commit | 31f2fd185e999aa017f17986edc4611294a7cf02 (patch) | |
tree | f60b945a32def0a91bb8661a90e840d2e32a2270 /dirt.lua | |
parent | adabd04d7b33ffa6d2a91c521cf713e092b3dc6f (diff) |
fixed dirt sounds, tweaked crystal shovel and stair groups
Diffstat (limited to 'dirt.lua')
-rw-r--r-- | dirt.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -68,7 +68,9 @@ for n = 1, #dirts do wet = "farming:soil_wet" }, drop = "default:dirt", - sounds = default.node_sound_dirt_defaults() + sounds = default.node_sound_dirt_defaults({ + footstep = {name = "default_grass_footstep", gain = 0.25}, + }), }) end |