-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntegrationForegoing.cfg
87 lines (72 loc) · 2.53 KB
/
IntegrationForegoing.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
# Configuration file
integrationforegoing {
integrations {
B:actuallyAdditions=false
B:adventOfAscension=true
B:ae2=true
B:agriCraft=false
B:astralSorcery=false
B:bewitchment=false
B:biomesoPlenty=true
B:botania=false
B:climaticBiomes=true
B:craftTweaker=true
B:cyclic=false
B:enderIO=true
B:evilcraft=false
B:exNihiloCreatio=false
B:extraUtils2=true
B:forestry=true
B:harvestCraft=true
B:immersiveEngineering=false
B:immersivePetroleum=false
B:matterOverdrive=false
B:mysticalAgradditions=false
B:mysticalAgriculture=false
B:natura=false
B:nuclearCraft=false
B:oreShrubs=false
B:oreberries=false
B:randomThings=false
B:rftools=true
B:rustic=false
B:silentsGems=false
B:simpleCorn=false
B:tconstruct=true
B:thaumcraft=false
B:thermalFoundation=true
}
misc {
thermalfoundation {
# This number determines the teleportation range for drinking Resonant Ender.
# Range calculation method:
# Player's X / Z position - (this number clamped between 8 and 65536) + (this number clamped between 8 and 65536) * 2
# Min: 64
# Max: 65536
I:strawEnderRange=16384
}
immersiveengineering {
# If true, both top and bottom blocks of Industrial Hemp gets harvested by the Plant Recollector.
# Set to false if you only want the top block to be harvested.
B:hempHarvestBothBlocks=false
gardencloche {
# If true, allows Fertilizer from Industrial Foregoing to be used in Garden Cloche.
B:allowFertilizer=true
# Set the growth multiplier for Fertilizer from Industrial Foregoing in Garden Cloche.
D:fertilizerGrowthMultiplier=1.5
}
}
natura {
# If true, replant is needed for Natura crops, otherwise Plant Gatherer won't remove the crops.
B:naturaCropsReplant=false
}
rustic {
# If true, replant is needed for Rustic herbs, otherwise Plant Gatherer won't remove the herbs.
B:rusticHerbsReplant=false
}
randomthings {
# If true, replant is needed for Random Things lotus crops, otherwise Plant Gatherer won't remove the crops.
B:randomThingsLotusReplant=false
}
}
}