[7.0.0] Re-made the modpack, made list a bit better looking to make it easier for the future, hopefully.
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
#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.
|
||||
#Range: > -2147483648
|
||||
# Default: 1
|
||||
# Range: > -2147483648
|
||||
cowJarMilkPerTick = 1
|
||||
#Ex Compressum compatibility. Multiplier applied to the milk per tick for Compressed Cow in a Jar.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
# Default: 9.0
|
||||
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
compressedCowJarMilkMultiplier = 9.0
|
||||
#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
|
||||
@ -13,10 +15,12 @@ largeCounters = true
|
||||
#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
|
||||
#The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
# Default: 0.33000001311302185
|
||||
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
ovenFuelTimeMultiplier = 0.33000001311302185
|
||||
#The cooking time multiplier for the cooking oven. Higher values means it will take longer.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
# Default: 1.0
|
||||
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
ovenCookTimeMultiplier = 1.0
|
||||
#Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft)
|
||||
ovenRequiresCookingOil = false
|
||||
@ -24,4 +28,5 @@ ovenRequiresCookingOil = false
|
||||
showIngredientIcon = true
|
||||
#Toasting toasted bread again will turn into charcoal (only if no other mod adding toast is present). Set to false to disable.
|
||||
allowVeryToastedBread = true
|
||||
|
||||
#List of recipe ids that should be excluded from the recipe book.
|
||||
excludedRecipes = []
|
||||
|
Reference in New Issue
Block a user