moved perlin seeddiff settings to respective mods' init.lua's, tweaked default

perlin values to be the same as used in the game's mapgen for spawning dry
shrubs and jungle grass, so that jungle grass mod will replenish the game's
biomes.
此提交包含在:
Vanessa Ezekowitz
2013-01-04 18:56:09 -05:00
父節點 e2794f71f4
當前提交 af7aaca77a
共有 4 個檔案被更改,包括 8 行新增8 行删除

查看文件

@@ -4,6 +4,7 @@ local spawn_delay = 2000 -- 2000
local spawn_chance = 100 -- 100
local grow_delay = 1000 -- 1000
local grow_chance = 10 -- 10
local flowers_seed_diff = plantlife_seed_diff
local flowers_list = {
{ "Rose", "rose", spawn_delay, 10, spawn_chance , 10},