[general] # # Days in a cellar to make cheese Aged. # Default: 28 # Range: > 1 cheeseAgedDays = 28 # # Days in a cellar to make cheese Vintage. # Default: 112 # Range: > 1 cheeseVintageDays = 112 # # Ticks to dry something on a drying mat (24000 ticks = 1 day) # Default: 12000 # Range: > 1 dryingTicks = 12000 # # Ticks to dry something on a solar drier (24000 ticks = 1 day) # Default: 1000 # Range: > 1 solarDryingTicks = 1000 # # Ticks to smoke something on a string (24000 ticks = 1 day) # Default: 8000 # Range: > 1 smokingTicks = 8000 # # Number of blocks below the firepit that wool string will search for valid smoking firepits. # Default: 6 # Range: > 1 smokingFirepitRange = 6 # # Ticks for a composter tumbler to finish (24000 ticks = 1 day) # Default: 96000 # Range: > 1 compostTumblerTicks = 96000 # # Ticks for an oven to cure (24000 ticks = 1 day) # Default: 2000 # Range: > 1 ovenCureTicks = 2000 # # Minimum temperature for an oven to start the curing process (24000 ticks = 1 day) # Default: 600 # Range: > 1 ovenCureTemperature = 600 # # If true, ovens will hurt the player if they touch it without a peel in hand. ovenRequirePeel = true # # The chance for fuel burning in an oven to drop an ash block into an ashtray. # Default: 0.5 # Range: 0.0 ~ 1.0 ovenAshChance = 0.5 # # If true, players can throw seed balls. enableSeedBalls = true # # If true, bees can swarm and hurt the player if provoked. enableBeeAttack = true # # The amount of 24000 tick periods it takes for bees that cannot produce honey to use up 1 item of available honey. beeUseHoneyDays = 12 # # The capacity in mB of the wine glass. Default 250 # Default: 250 # Range: > 1 hollowShellCapacity = 250 # # The average temperature below which stronger decay modifiers apply to cellar blocks. # Default: 0.0 # Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 cellarLevel2Temperature = 0.0 # # The average temperature below which even stronger decay modifiers apply to cellar blocks. # Default: -12.0 # Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 cellarLevel3Temperature = -12.0 # # Modifier applied to the growth time of every crop in a greenhouse. The modifier multiplies the ticks it takes to grow, so larger values cause longer growth times. For example, a value of 2 doubles the growth time. # Default: 1.0 # Range: 0.001 ~ 1000.0 greenhouseGrowthModifier = 1.0 # # The average amount of days for a crop in a greenhouse to consume all its water. # Default: 14.0 # Range: 0.0 ~ 1.7976931348623157E308 greenhouseWaterDays = 14.0 # # The average amount of days for a crop to consume all of a nutrient. You should probably not configure this value unless you know what it does in the code. For regular crops this value is 12. # Default: 8.0 # Range: 0.0 ~ 1.7976931348623157E308 greenhouseNutrientDays = 8.0 # # The max bounded distance from the climate station a greenhouse wall can be. Higher numbers = more lag. # Default: 15 # Range: 1 ~ 128 greenhouseRadius = 15 # # The max bounded distance from the climate station a cellar wall can be. Higher numbers = more lag. # Default: 15 # Range: 1 ~ 128 cellarRadius = 15 # # If true, the tumbler and the pumping station work magically with a redstone signal and no power required. mechanicalPowerCheatMode = false # # If false, sprinklers will not accept Firmalife pipes and will instead require something that exposes a fluid capability, eg. a barrel. usePipesForSprinklers = true [foodTraits] # # The modifier for the 'Dried' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.5 # Range: 0.0 ~ 1.7976931348623157E308 traitDriedModifier = 0.5 # # The modifier for the 'Fresh' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 1.100000023841858 # Range: 0.0 ~ 1.7976931348623157E308 traitFreshModifier = 1.100000023841858 # # The modifier for the 'Aged' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.8999999761581421 # Range: 0.0 ~ 1.7976931348623157E308 traitAgedModifier = 0.8999999761581421 # # The modifier for the 'Vintage' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.6000000238418579 # Range: 0.0 ~ 1.7976931348623157E308 traitVintageModifier = 0.6000000238418579 # # The modifier for the 'Oven_baked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.8999999761581421 # Range: 0.0 ~ 1.7976931348623157E308 traitOven_bakedModifier = 0.8999999761581421 # # The modifier for the 'Smoked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.699999988079071 # Range: 0.0 ~ 1.7976931348623157E308 traitSmokedModifier = 0.699999988079071 # # The modifier for the 'Rancid_smoked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 2.0 # Range: 0.0 ~ 1.7976931348623157E308 traitRancid_smokedModifier = 2.0 # # The modifier for the 'Shelved' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.4000000059604645 # Range: 0.0 ~ 1.7976931348623157E308 traitShelvedModifier = 0.4000000059604645 # # The modifier for the 'Shelved_2' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.3499999940395355 # Range: 0.0 ~ 1.7976931348623157E308 traitShelved_2Modifier = 0.3499999940395355 # # The modifier for the 'Shelved_3' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.25 # Range: 0.0 ~ 1.7976931348623157E308 traitShelved_3Modifier = 0.25 # # The modifier for the 'Hung' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.3499999940395355 # Range: 0.0 ~ 1.7976931348623157E308 traitHungModifier = 0.3499999940395355 # # The modifier for the 'Hung_2' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.30000001192092896 # Range: 0.0 ~ 1.7976931348623157E308 traitHung_2Modifier = 0.30000001192092896 # # The modifier for the 'Hung_3' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.25 # Range: 0.0 ~ 1.7976931348623157E308 traitHung_3Modifier = 0.25 # # The modifier for the 'Fermented' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.25 # Range: 0.0 ~ 1.7976931348623157E308 traitFermentedModifier = 0.25 # # The modifier for the 'Bee_pollinated' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.800000011920929 # Range: 0.0 ~ 1.7976931348623157E308 traitBee_pollinatedModifier = 0.800000011920929 # # The modifier for the 'Dirt_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.8999999761581421 # Range: 0.0 ~ 1.7976931348623157E308 traitDirt_grownModifier = 0.8999999761581421 # # The modifier for the 'Gravel_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.800000011920929 # Range: 0.0 ~ 1.7976931348623157E308 traitGravel_grownModifier = 0.800000011920929 # # The modifier for the 'Slope_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. # Default: 0.800000011920929 # Range: 0.0 ~ 1.7976931348623157E308 traitSlope_grownModifier = 0.800000011920929