饥荒联机版

饥荒联机版

46 个评价
Custom Regrowth Time
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
1.236 KB
2015 年 11 月 24 日 下午 12:33
1 项改动说明 ( 查看 )

订阅以下载
Custom Regrowth Time

描述
A server side mod that changes the amount of time it takes plants to regrow.

Important: By default, this mod does nothing!
The whole point of the mod is for you to configure it. If you just start up this mod without configuring it, it's equivalent to not downloading it altogether.

Default dedicated server config:
configuration_options = { sapling_regrowth = 4, --Days until a sapling grows another twig (number) grass_regrowth = 3, --Days until a grass tuft regrows (number) berry_regrowth = 3, --Days until a berry bush produces more berries (number) berry_variance = 2, --Amount of time the berry bush is randomly allowed to go over the regrowth time (number) berry_increase = true, --If berry bushes should decrease yield over time (true/false) },
11 条留言
k the 13th 2022 年 12 月 14 日 上午 2:37 
stopped working
TREE-ENT 2022 年 10 月 1 日 下午 2:29 
how do i configure it?
glutendog 2018 年 12 月 22 日 上午 12:44 
is it possible to allow growth during winter?
i'd like to make a winter-only server, but realized getting crops would be kinda bad :-(
Registered Liver Stealer 2018 年 1 月 20 日 下午 8:04 
make it for juicy
Trebles 2017 年 4 月 11 日 下午 6:48 
pls can you make it work with juicyberry bushes:steamsad:
Falsified 2017 年 3 月 26 日 下午 3:37 
Is this DEDICATED only?
Wayfarer 2016 年 10 月 31 日 下午 1:37 
can you add support for juicy berries?
Plex 2016 年 4 月 27 日 下午 4:04 
my modconfig:

return {
["workshop-561840097"] = { enabled = true }
configuration_options = {
sapling_regrowth = 1, --Days until a sapling grows another twig (number)
grass_regrowth = 1, --Days until a grass tuft regrows (number)
berry_regrowth = 1, --Days until a berry bush produces more berries (number)
berry_variance = 1, --Amount of time the berry bush is randomly allowed to go over the regrowth time (number)
berry_increase = true, --If berry bushes should decrease yield over time (true/false)
},


}
Plex 2016 年 4 月 27 日 下午 4:04 
about the config, when starting the server I get:

[00:00:01]: [string "scripts/modindex.lua"]:861: could not load modsettings: ../mods/modsettings.lua
LUA ERROR stack traceback:
=[C] in function 'assert'
scripts/modindex.lua(861,1) in function 'UpdateModSettings'
scripts/modindex.lua(492,1) in function 'Load'
scripts/main.lua(301,1) in main chunk
[00:00:01]: [string "scripts/mainfunctions.lua"]:955: variable 'global_error_widget' is not declared
LUA ERROR stack traceback:
=[C] in function 'error'
scripts/strict.lua(23,1)
scripts/mainfunctions.lua(955,1)

Breadix 2016 年 3 月 10 日 上午 8:49 
It's great! Keep up the work :happy_creep: