This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/culinaryconstruct-server.toml
2023-11-02 12:32:44 -05:00

17 lines
563 B
TOML

[server]
#The maximum amount of food that a single sandwich can give
#Range: 1 ~ 100
maxFoodPerSandwich = 10
#Blacklist ingredients with more than this max saturation modifier, -1 to disable
#Range: -1.0 ~ 100.0
maxIngredientSaturation = -1.0
#Blacklist ingredients with more than this max food value, -1 to disable
#Range: -1 ~ 100
maxIngredientFood = -1
#List of items to blacklist as ingredients
ingredientBlacklist = []
#Set to true to show nutrition and saturation information in the extended tooltip
showNutritionInfo = false