From 5c5d2b009fb1b52bdcea3a07cd748fa0260a46a4 Mon Sep 17 00:00:00 2001
From: Milan* <tchncs@vivaldi.net>
Date: Thu, 25 May 2017 09:10:19 +0200
Subject: [PATCH] let mysticplant particles glow

---
 plantlife.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plantlife.lua b/plantlife.lua
index ec0dfe2..74d802a 100644
--- a/plantlife.lua
+++ b/plantlife.lua
@@ -361,6 +361,7 @@ minetest.register_abm({
             maxsize = 0.8,
             colissiondetection = true,
             texture = "glow_yellow_dark.png",
+            glow = 15
         })
     end
 })
-- 
GitLab