From e2fdb1f31ac2d3462d8381d155ef9ed10383bb77 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 8 Sep 2015 15:29:51 +0100 Subject: Fixed moss sounds --- plantlife.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plantlife.lua') diff --git a/plantlife.lua b/plantlife.lua index bd459c7..ca22bf3 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -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({ -- cgit v1.2.3