BorderExile/.minecraft/versions/边境流放/config/culinaryconstruct-server.toml
ddaodan dbd3b0b5df 添加Mod,详情见readme
更换EMI为REI
游戏版本重命名为整合包名
2023-09-12 18:09:47 +08:00

15 lines
544 B
TOML

#Maximum amount of food from eating a single sandwich.
#Range: 1 ~ 100
maxFoodPerSandwich = 10
#If greater than -1, players cannot use ingredients with greater saturation than this amount.
#Range: -1.0 ~ 100.0
maxIngredientSaturation = -1.0
#If greater than -1, players cannot use ingredients with greater food than this amount.
#Range: -1 ~ 100
maxIngredientFood = -1
#Items or tags that cannot be used as ingredients.
ingredientBlacklist = []
#If enabled, shows food and saturation amounts in the extended tooltip.
showNutritionInfo = false