Hey there!
So, I have some doubts about this configuration in cfggameplay.json. I saw in some videos and forums how to configure the temperature for the server, someone say that each value mean the months of the years and others says each value represent each hour of the day.
environmentMinTemps: [-3, -2, 0, 4, 9, 14, 18, 17, 12, 7, 4, 0] -> Jan, Feb, Mar...
environmentMaxTemps: [3, 5, 7, 14, 19, 24, 26, 25, 21, 16, 10, 5] -> Jan, Feb, Mar...
or
environmentMinTemps: [-3, -2, 0, 4, 9, 14, 18, 17, 12, 7, 4, 0] -> 1, 2, 3 hour
environmentMaxTemps: [3, 5, 7, 14, 19, 24, 26, 25, 21, 16, 10, 5] -> 1, 2, 3 hour
What is right?