mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-18 08:20:28 +02:00
use improved indoors check
This commit is contained in:
@ -14,7 +14,8 @@ if farming ~= nil and farming.mod == "redo" then
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_humidity = 55,
|
||||
min_heat = 30,
|
||||
min_light = 15
|
||||
daylight = 15,
|
||||
indoors = false
|
||||
},
|
||||
|
||||
action = function (pos, node, env)
|
||||
@ -35,7 +36,8 @@ else
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_humidity = 55,
|
||||
min_heat = 30,
|
||||
min_light = 15
|
||||
daylight = 15,
|
||||
indoors = false
|
||||
},
|
||||
|
||||
action = function (pos, node, env)
|
||||
|
Reference in New Issue
Block a user