diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-13 20:04:58 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-13 20:04:58 +0000 |
commit | e39c8ca7c88ee47cf59dbb96051a8f50c0604e4c (patch) | |
tree | 77740f77a4cc0fca59ee7c70c42f3821c6aab0a8 /dirt.lua | |
parent | 5d7ec17e63bb34eb9717fb2146be39301b0af523 (diff) |
Fix dried dirt sound and stair names
Diffstat (limited to 'dirt.lua')
-rw-r--r-- | dirt.lua | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -31,9 +31,7 @@ minetest.register_node("ethereal:dry_dirt", { tiles = {"ethereal_dry_dirt.png"}, is_ground_content = ethereal.cavedirt, groups = {crumbly = 3}, - sounds = default.node_sound_dirt_defaults({ - footstep = {name = "default_grass_footstep", gain = 0.25}, - }), + sounds = default.node_sound_dirt_defaults() }) minetest.register_craft({ |