summaryrefslogtreecommitdiff
path: root/config/gregtechfoodoption.cfg
blob: 4aeff9896a2bc2e30f877a65f7a4516aa39b3cc7 (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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
# Configuration file

general {
    # Show tooltips always, regardless of what keys are held?
    B:showTooltipsAlways=true

    # Show tooltips on shift?
    B:showTooltipsOnShift=false

    ##########################################################################################################
    # gtfochainsconfig
    #--------------------------------------------------------------------------------------------------------#
    # Chain Options
    ##########################################################################################################

    gtfochainsconfig {
        # Delete vanilla bread recipe?
        B:deleteBreadRecipe=false

        # Force chains to be harder? (Most of the content of the hard chains will still exist, but less efficient and easier routes will exist without this configuration.)
        B:makeChainsHarder=false
    }

    ##########################################################################################################
    # gtfovanillaoverridesconfig
    #--------------------------------------------------------------------------------------------------------#
    # Vanilla Overrides Options
    ##########################################################################################################

    gtfovanillaoverridesconfig {
        # Make Baking Oven Recipes for Meats in the Vanilla Overrides chain (and delete normal furnace recipes for them), if the chain itself is enabled?
        B:useBakingOvenForMeats=false

        # Replace manual paper recipe with one with a Rolling Pin?
        B:useRollingPinForPaper=false

        # Enable most GTFO Vanilla Overrides features, usually adding small chains to food items while removing normal recipes?
        B:vanillaOverrideChain=false
    }

    ##########################################################################################################
    # gtfootherfoodmodconfig
    #--------------------------------------------------------------------------------------------------------#
    # Other food mod compatibilities
    ##########################################################################################################

    gtfootherfoodmodconfig {
        # Should AppleCore compatibility be turned on?
        B:appleCoreCompat=false

        # If the above is false, you can set this to divide all vanilla food items by some value.
        I:constantFoodStatsDivisor=1

        # Turn on default GTFO compat for Nutrition: Unofficial Extended Life?
        B:enableGTFONutrition=true

        # Should all foods not from GregTech Food Option have reduced hunger and saturation stats, to incentivize using the foods from GTFO?
        B:reduceForeignFoodStats=false

        # Use the default GregTech Food Option food stats reduction (a logistic curve)?
        B:useDefaultForeignFoodStatsReduction=false
    }

    ##########################################################################################################
    # gtfoncconfig
    #--------------------------------------------------------------------------------------------------------#
    # NuclearCraft compatibility
    ##########################################################################################################

    gtfoncconfig {
        # Add NuclearCraft S'more extensions?
        B:addSmogus=true

        # Should NuclearCraft compatibility be turned on? (Note: only works for NuclearCraft:Overhauled)
        B:nuclearCompat=true

        # Add NuclearCraft S'more recipes?
        B:smoreChain=true
    }

    ##########################################################################################################
    # gtfoaaconfig
    #--------------------------------------------------------------------------------------------------------#
    # ActuallyAdditions compatibility
    ##########################################################################################################

    gtfoaaconfig {
        # Should ActuallyAdditions compatibility be turned on?
        B:actuallyCompat=true

        # Disable AA Coffee Maker's recipe?
        B:disableCoffeeMaker=true
    }

    ##########################################################################################################
    # gtfofoodconfig
    #--------------------------------------------------------------------------------------------------------#
    # Add Hunger and Saturation values for GTFO foods
    ##########################################################################################################

    gtfofoodconfig {
        # Baguette hunger
        I:baguetteHunger=2

        # Baguette saturation
        D:baguetteSaturation=1.0

        # Chip hunger (also affects the hunger of the other chip items)
        I:chipHunger=2

        # Chip saturation (also affects the hunger of the other chip items)
        D:chipSaturation=0.5

        # Etirps hunger
        I:etirpsHunger=0

        # Etirps saturation
        D:etirpsSaturation=0.0

        # French fries hunger
        I:friesHunger=3

        # French fries saturation
        D:friesSaturation=0.0

        # Hard candy hunger
        I:hardCandyHunger=1

        # Hard candy saturation
        D:hardCandySaturation=1.0

        # Lemon hunger
        I:lemonHunger=1

        # Lemon saturation
        D:lemonSaturation=0.5

        # Popcorn hunger
        I:limeHunger=1

        # Lime saturation
        D:limeSaturation=0.5

        # Mineral Water hunger
        I:mineralWaterHunger=0

        # Mineral Water saturation
        D:mineralWaterSaturation=0.0

        # Popcorn hunger
        I:popcornHunger=5

        # Popcorn saturation
        D:popcornSaturation=0.4000000059604645

        # Sparkling water hunger
        I:sparklingWaterHunger=1

        # Sparkling water saturation
        D:sparklingWaterSaturation=1.0
    }

    ##########################################################################################################
    # gtfopotionconfig
    #--------------------------------------------------------------------------------------------------------#
    # Effect options for GTFO. NOTE: None of these actually remove the appearance of the effects in-game, they just remove the functionality.
    ##########################################################################################################

    gtfopotionconfig {
        # Apply effects of Creativity?
        B:creativity=true

        # Apply effects of Snow Golem Spawner?
        B:snowGolemSpawner=true

        # Apply effects of Step Assist?
        B:stepAssist=true
    }

    ##########################################################################################################
    # gtfoworldgenconfig
    #--------------------------------------------------------------------------------------------------------#
    # Worldgen Options
    ##########################################################################################################

    gtfoworldgenconfig {
        # Turn on GTFO berry generation? Required for some mod features.
        B:enableGTFOBerries=false

        # Turn on GTFO tree generation? Required for many mod features.
        B:enableGTFOTrees=false
    }

    ##########################################################################################################
    # gtfomiscconfig
    #--------------------------------------------------------------------------------------------------------#
    # Miscellaneous features for GTFO.
    ##########################################################################################################

    gtfomiscconfig {
        # Add GTFO foods to dungeons?
        B:addDungeonFoods=true

        # Add GTFO foods laced with cyanide to dungeons?
        B:addLacedDungeonFoods=true

        # Add furnace recipes for each baking oven recipe?
        B:bakingOvenReplacement=false

        # Create methane centrifuging recipes for GTFO seeds?
        B:centrifugeSeeds=true

        # Greenhouse replacements for dirt (use block names like minecraft:dirt or blockstates like minecraft:dirt[snowy=true])
        S:greenhouseDirts <
         >
    }

}