From 826a7824b4fe48e4f85b62082be81bd5c59ff910 Mon Sep 17 00:00:00 2001 From: TechDudie Date: Mon, 3 May 2021 17:39:47 +0000 Subject: [PATCH] Put da space there --- mods/ITEMS/mcl_sweet_berry/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_sweet_berry/init.lua b/mods/ITEMS/mcl_sweet_berry/init.lua index 095dbfac8..0de9b210b 100644 --- a/mods/ITEMS/mcl_sweet_berry/init.lua +++ b/mods/ITEMS/mcl_sweet_berry/init.lua @@ -9,7 +9,7 @@ for i=1, 4 do local height = 0.5 local create, name, longdesc if i == 1 then - height = 0 + height = 0 create = true name = "Premature Berry Bush" longdesc = S("Berry Bushes are bushes which grow on any type of dirt and have 4 stages of growth. They can be harvested at any time but will only yield a profit when in its 3rd or 4th growth stage.")