From dd0ca175570f77dd5d562641bb8c68effb5c9f8e Mon Sep 17 00:00:00 2001 From: Quentin BUISSON-DEBON Date: Thu, 12 May 2016 09:01:56 +0200 Subject: [PATCH] Reduce the blinky_plant speed --- minetest.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minetest.conf b/minetest.conf index d56a9af..05aa324 100755 --- a/minetest.conf +++ b/minetest.conf @@ -123,6 +123,8 @@ mapfix_max_size = 50 mapfix_delay = 15 # TIME REGULATION - Disabled by default disable_time_regulation = true +# Reduce Mesecons "blinky_plant" speed +mesecon.blinky_plant_interval = 7 ### IRC CHAT ### ################