config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
ed0f520976
126 changed files with 12995 additions and 0 deletions
37
config/cookingforblockheads-common.toml
Normal file
37
config/cookingforblockheads-common.toml
Normal file
|
@ -0,0 +1,37 @@
|
|||
|
||||
# Toasting toasted bread again will turn into charcoal (only if no other mod adding toast is present). Set to false to disable.
|
||||
allowVeryToastedBread = true
|
||||
|
||||
# Ex Compressum compatibility. Multiplier applied to the milk per tick for Compressed Cow in a Jar.
|
||||
compressedCowJarMilkMultiplier = 9.0
|
||||
|
||||
# If true, a cow can be squished into a Milk Jar by dropping an anvil on top.
|
||||
cowJarEnabled = true
|
||||
|
||||
# The amount of milk the cow in a jar generates per tick.
|
||||
cowJarMilkPerTick = 1
|
||||
|
||||
# Set this to true if you'd like to disallow automation of the oven (pipes and such won't be able to insert/extract)
|
||||
disallowOvenAutomation = false
|
||||
|
||||
# List of recipe ids that should be excluded from the recipe book.
|
||||
excludedRecipes = [ ]
|
||||
|
||||
# Enabling this will make the kitchen counters have twice as much inventory space.
|
||||
largeCounters = false
|
||||
|
||||
# The cooking time multiplier for the cooking oven. Higher values means it will take longer.
|
||||
ovenCookTimeMultiplier = 1.0
|
||||
|
||||
# The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default.
|
||||
ovenFuelTimeMultiplier = 0.33000001311302185
|
||||
|
||||
# Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft)
|
||||
ovenRequiresCookingOil = false
|
||||
|
||||
# Set to false if you don't want ingredients to be marked with a special icon in the recipe book.
|
||||
showIngredientIcon = true
|
||||
|
||||
# Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it.
|
||||
sinkRequiresWater = false
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue