From 4e26e0eda74e28495abc1cfdc2b0e07811c01c95 Mon Sep 17 00:00:00 2001 From: paramat Date: Fri, 9 Aug 2013 05:16:27 +0100 Subject: [PATCH] Version 0.1.1 --- README.txt | 12 ++++++------ init.lua | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index 9f28390..0e91fe2 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,9 @@ --- Snowdrift 0.1.1 by paramat --- For latest stable Minetest and back to 0.4.6 --- Depends default --- Licenses: Code WTFPL. Textures CC BY-SA. --- This is intended to be used as alternative snowfall for the snow mod by Splizard. --- The code is partly derived from weather mod by Jeija and snow mod version 1.8 by Splizard. +Snowdrift 0.1.1 by paramat +For latest stable Minetest and back to 0.4.6 +Depends default +Licenses: Code WTFPL. Textures CC BY-SA. +This is intended to be used as alternative snowfall for the snow mod by Splizard. +The code is partly derived from weather mod by Jeija and snow mod version 1.8 by Splizard. Version 0.1.0 --------------- diff --git a/init.lua b/init.lua index 90f7f54..c34cbdd 100644 --- a/init.lua +++ b/init.lua @@ -7,13 +7,13 @@ -- Parameters -local MAXCHA = 1 -- (0 to 1) Maximum per globalstep chance of processing a player. Controls snow density and processing load. +local MAXCHA = 0.5 -- (0 to 1) Maximum per globalstep chance of processing a player. Controls snow density and processing load. local SEED1 = 112 -- 112 -- These 5 parameters should match the values you use in snow mod. local OCTA1 = 3 -- 3 local PERS1 = 0.5 -- 0.5 -local SCAL1 = 256 -- 150 -- Large scale size of snow biomes. -local SNOTHR = 0.4 -- 0.53 -- Perlin noise > SNOTHR for snow biome. +local SCAL1 = 150 -- 150 -- Large scale size of snow biomes. +local SNOTHR = 0.53 -- 0.53 -- Perlin noise > SNOTHR for snow biome. -- Stuff