You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
547 B
23 lines
547 B
6 years ago
|
# Configuration file
|
||
|
|
||
|
general {
|
||
|
# List of additional items to consider as bread
|
||
|
S:"Additional Bread Items" <
|
||
|
>
|
||
|
|
||
|
# List of items to blacklist as sandwich ingredients
|
||
|
S:Blacklist <
|
||
|
>
|
||
|
|
||
|
# The maximum amount of food that a single sandwich can give
|
||
|
I:"Max Food Per Sandwich"=10
|
||
|
|
||
|
# Blacklist ingredients with more than this max food value, -1 to disable
|
||
|
I:"Max Ingredient Food"=-1
|
||
|
|
||
|
# Blacklist ingredients with more than this max saturation modifier, -1 to disable
|
||
|
D:"Max Ingredient Saturation"=-1.0
|
||
|
}
|
||
|
|
||
|
|