forked from VoxeLibre/VoxeLibre
Lower chances to wetten soil at rain
This commit is contained in:
parent
681a9aa8c6
commit
194ec03b68
|
@ -207,8 +207,8 @@ if weather.allow_abm then
|
||||||
-- Wetten the soil
|
-- Wetten the soil
|
||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
nodenames = {"mcl_farming:soil"},
|
nodenames = {"mcl_farming:soil"},
|
||||||
interval = 27.0,
|
interval = 22.0,
|
||||||
chance = 1,
|
chance = 3,
|
||||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||||
if rain.raining and weather.is_outdoor(pos) then
|
if rain.raining and weather.is_outdoor(pos) then
|
||||||
if node.name == "mcl_farming:soil" then
|
if node.name == "mcl_farming:soil" then
|
||||||
|
|
Loading…
Reference in New Issue