summaryrefslogtreecommitdiff
path: root/crops_settings.txt
blob: e78440748261b46ff496fd91c60d301f0442b786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

--
-- crops_settings.txt
--
-- These are the default difficulty settings for the crops mod. You can uncomment
-- the "easy" or "difficult" settings if you wish, or come up with your own values.
--

-- more settings *MAY* be added to this file at a later stage, so make sure to get
-- a fresh copy from the mod folder if you decide to use non-default settings here.

--[[
-- easy --
crops.chance = 4
crops.interval = 30
crops.light = 8
--]]

-- normal --
crops.chance = 8
crops.interval = 30
crops.light = 10
crops.watercan = 25
crops.watercan_max = 89
crops.watercanuses = 20
crops.waterstart = 50
crops.wateruse = 1
crops.night = 5
crops.soak = 80
crops.soak_damage = 90
crops.wither = 20
crops.wither_damage = 10
crops.max_damage = 50

--[[
-- difficult --
crops.chance = 16
crops.interval = 30
crops.light = 13
--]]