1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Unified temperature and humidity noises

This commit is contained in:
Gael-de-Sailly
2015-07-08 18:50:28 +02:00
parent 8735192dbb
commit 7cfcbc63fc
5 changed files with 99 additions and 88 deletions

View File

@ -56,12 +56,12 @@ local perlin_scale = 100
local temperature_seeddiff = 112
local temperature_octaves = 3
local temperature_persistence = 0.5
local temperature_scale = 150
local temperature_scale = 256
local humidity_seeddiff = 9130
local humidity_octaves = 3
local humidity_persistence = 0.5
local humidity_scale = 250
local humidity_seeddiff = 72384
local humidity_octaves = 4
local humidity_persistence = 0.66
local humidity_scale = 256
local time_scale = 1
local time_speed = tonumber(minetest.setting_get("time_speed"))