From c57fa04829cf5e037b6b3ae9867df083aef3f37b Mon Sep 17 00:00:00 2001 From: texmex Date: Fri, 28 Jul 2017 00:14:24 +0200 Subject: [PATCH] Typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 71df4bc..6f2df8c 100644 --- a/init.lua +++ b/init.lua @@ -142,7 +142,7 @@ floodables.register_crops({ -- Although the grass is inside the flora group, i prefered to add is in a crop -- function, just to be same with the dry grass, which has no group floodables.register_crops({ - name = "adefault:grass", + name = "default:grass", func_chance = 1, drop_chance = 1, sound = "floodables_grass",