Skip to content
Snippets Groups Projects
Commit e2fdb1f3 authored by TenPlus1's avatar TenPlus1
Browse files

Fixed moss sounds

parent 0133e6ac
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ function ethereal.add_moss(typ, descr, texture, receipe_item)
description = descr.." Moss",
tiles = {texture},
groups = {crumbly = 3},
sounds = default.node_sound_dirt_defaults
sounds = default.node_sound_dirt_defaults()
})
minetest.register_craft({
......
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