From 194ec03b6897172d7189dd06cb239dd81b2a2c92 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 2 Mar 2017 19:00:49 +0100 Subject: [PATCH] Lower chances to wetten soil at rain --- mods/ENVIRONMENT/weather_pack/rain.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ENVIRONMENT/weather_pack/rain.lua b/mods/ENVIRONMENT/weather_pack/rain.lua index 015c8982f..c3c49b465 100644 --- a/mods/ENVIRONMENT/weather_pack/rain.lua +++ b/mods/ENVIRONMENT/weather_pack/rain.lua @@ -207,8 +207,8 @@ if weather.allow_abm then -- Wetten the soil minetest.register_abm({ nodenames = {"mcl_farming:soil"}, - interval = 27.0, - chance = 1, + interval = 22.0, + chance = 3, action = function(pos, node, active_object_count, active_object_count_wider) if rain.raining and weather.is_outdoor(pos) then if node.name == "mcl_farming:soil" then