forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathberriespp.cfg
127 lines (115 loc) · 3.76 KB
/
berriespp.cfg
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Configuration file
##########################################################################################################
# crops
#--------------------------------------------------------------------------------------------------------#
# enable single plants here:
##########################################################################################################
crops {
B:"Aluminium Oreberry"=true
B:"Ardite Berry"=true
B:Artichoke=true
B:Barley=true
B:Belladonna=true
B:Berry=true
B:"Black Stonelilly"=true
B:Blackberry=true
B:Blightberry=true
B:"Blue Glowshroom"=true
B:Blueberry=true
B:Cactus=true
B:Cinderpearl=true
B:"Cobalt Berry"=true
B:"Copper Oreberry"=true
B:Cotton=true
B:Duskberry=true
B:"Ember Moss"=true
B:"Essence Berry"=true
B:Eyebulb=true
B:"Flowering Vines"=true
B:Garlic=true
B:"Glint Weed"=true
B:Glowflower=true
B:"Glowing Earth Coral"=true
B:Glowshroom=true
B:"Gold Oreberry"=true
B:"Goldfish Plant"=true
B:Grass=true
B:"Gray Stonelilly"=true
B:"Green Glowshroom"=true
B:Huckelberry=true
B:Huckleberry=true
B:"Iron Oreberry"=true
B:Ivy=true
B:"Knightly Oreberry"=true
B:"Magic Metal Berry"=true
B:"Magical Nightshade"=true
B:Maloberry=true
B:Mandragora=true
B:Moss=true
B:"Nether Stonelilly"=true
B:Papyrus=true
B:"Primordial Berry"=true
B:"Purple Glowshroom"=true
B:Raspberry=true
B:"Red Stonelilly"=true
B:"Saguaro Cactus"=true
B:Shimmerleaf=true
B:Skyberry=true
B:Snowbell=true
B:"Space Plant"=true
B:"Spanish Moss"=true
B:Stingberry=true
B:Strawberry=true
B:"Sugar Beet"=true
B:Thornvines=true
B:"Tin Oreberry"=true
B:Turnip=true
B:Vines=true
B:Waterlilly=true
B:"White Stonelilly"=true
B:"Wild Carrots"=true
B:"Wolf's Bane"=true
B:"Yellow Stonelilly"=true
}
##########################################################################################################
# gain
#--------------------------------------------------------------------------------------------------------#
# Set custom gain modifiers here:
# Tinker's Construct Berries' Gain is not modified by All Crops.
# Primordial Berry's gain is absolut
# Primordial Berry's growth time is divided by 4, in IC2 groth points. F.e. 10 = 40GP per groth-period
# IC2 groth points are calculated by 3 + random 0-7 + statGrowth per 256ticks
##########################################################################################################
gain {
D:"All Crops"=1.0
D:"All crops"=1.0
D:"Primordial Berry"=0.5
I:"Primordial Berry groth time"=125000
I:"Primordial Berry growth time"=125000
D:"Tinker's Construct Berries"=1.0
D:"Tinker's Construct berries"=1.0
}
mods {
B:"Biomes O' Plenty"=true
B:Natura=true
B:Thaumcraft=true
B:"Tinker's Construct"=true
}
##########################################################################################################
# system
#--------------------------------------------------------------------------------------------------------#
# enable or disable system config:
# Debug will set all crops groth duration to 1 and disable all requirements.(aka. "Cheatmode")
# Bonsai Generation will generate crops from saplings, WiP state. (disabled bc of bugs with metadata, but sure you can try it.)
# WiP Items are not finished items.
# Items will enable/disable all items.
##########################################################################################################
system {
B:"Bonsai Generation"=false
B:Debug=false
B:Items=true
B:ILoveScreaming=true
B:"Register Plantes to OreDict"=true
B:"Register plants to OreDict"=true
B:"WiP Items"=false
}