Config functionality checklist
squeek502 opened this issue ยท 3 comments
Used some regex replacement to generate this using the HO config file. Items should only be checked off once they have been confirmed to be working.
Bolded items are new config options added in the 1.7.10 version.
Custom field
- addCustomVillageField (Adds a custom field to villages)
- fieldNormalWeight (Weighted chance for custom field to contain 'normal' crops)
- fieldReedWeight (Weighted chance for custom field to contain reeds)
- fieldStemWeight (Weighted chance for custom field to contain pumpkins/melons)
Delays
- breedingTimeoutMultiplier (Multiplier applied to the delay between breeding entities)
- cactusRegrowthMultiplier (Multiplier on the time it takes cactus to grow)
- childDurationMultiplier (Multiplier applied to the delay before children become adults)
- cocoaRegrowthMultiplier (Multiplier on the time it takes cocoa to grow)
- cropRegrowthMultiplier (Multiplier on the time it takes a non-tree crop to grow)
- dryingRackTimeMultiplier (Multiplier on the time it takes food to dry on Tinkers' Construct drying racks)
- eggTimeoutMultiplier (Multiplier applied to the delay between chicken egg laying)
- flowerRegrowthMultiplier (Multiplier on the time it takes a WeeeFlower crop to grow)
- milkedTimeout (Delay (in minutes) after milking a cow before it can be milked again)
- netherWartRegrowthMultiplier (Multiplier on the time it takes nether wart to grow)
- noSunlightRegrowthMultiplier (Multipier on crop growth time without sunlight (1 to disable feature, 0 to make crops only grow in sunlight))
- saplingRegrowthMultiplier (Multiplier on the time it takes a sapling to grow into a tree)
- sugarcaneRegrowthMultiplier (Multiplier on the time it takes sugarcane to grow)
- treeCropRegrowthMultiplier (Multiplier on the time it takes a tree crop to grow)
- wrongBiomeRegrowthMultiplier (Multipier on crop growth time (except sugarcane) in the wrong biome (1 to disable feature, 0 to make crops only grow in correct biome))
- wrongBiomeRegrowthMultiplierSugarcane (Multipier on sugarcane growth time in the wrong biome (1 to disable feature, 0 to make sugarcane only grow in correct biome))
Difficulty scaling
- difficultyScaling (Enable/Disable all difficulty scaling effect in one setting)
- difficultyScalingBoneMeal (Effects of bone meal dependant of difficulty ('difficultyScaling' must be true))
- difficultyScalingEffects (Negative effects on low health/hunger scale by difficulty ('difficultyScaling' must be true))
- difficultyScalingHealing (Healing rate scales by difficulty ('difficultyScaling' must be true))
- difficultyScalingHunger (Hunger loss rate scales by difficulty ('difficultyScaling' must be true))
- difficultyScalingRespawnHunger (Hunger value after respawn is affected by difficulty ('difficultyScaling' must be true))
-
difficultyScalingSleepHungerLoss (Hunger loss while sleeping depends on difficulty ('addSleepHungerLoss' and 'difficultyScaling' must be true))(removed, see 94a7353)
Food
- addFoodTooltips (Add tooltips to food items showing hints at food value)
- addWellFedEffect (Adds a 'well fed' effect that gives slight health regen)
- foodStackSizeMultiplier (Multiplier on the stack size of food ('modifyFoodStackSize' must be true))
- modFoodValueDivider (Other mod's food replenishment values are divided by this ('modifyFoodValues' must be true))
- modifyFoodEatingSpeed (Changes the eating animation speed to be dependant on the food's replenishment value)
- modifyFoodStackSize (Changes the stack size of food to be dependant on the food's replenishment value)
- modifyFoodValues (Changes the replenishment value of vanilla and HarvestCraft foods)
Getting seeds
- allSeedsEqual (Each seed has an equal chance to drop (grass drops and via hoes))
- hoeToolDamageMultiplier (Multiplier on tool damage taken when a hoe is used)
- modifyHoeUse (Changes the use of hoes depending on the availability of water)
- removeHoeRecipes (Whether wood and stone hoe recipes are removed)
- removeTallGrassSeeds (Removes seed drops when breaking tall grass)
- seedChance (Chance for seed to drop from hoe use on normal difficulty)
Harvestcraft
- addHarvestCraftChestLoot (HarvestCraft items added to dungeon/temple chests (Harvestcraft))
- addTradesButcher (Add high tier HarvestCraft foods to the items butcher villagers will sell (HarvestCraft))
- addCropTradesFarmer (Add HarvestCraft crop produce to the items farmer villagers will buy (HarvestCraft)) (renamed from addTradesFarmer; was not functional in 1.6.4)
- addSaplingTradesFarmer (Add HarvestCraft saplings to the items farmer villagers will sell (HarvestCraft))
- chestLootChance (Weighted chance for food to be found in chests (addHarvestCraftChestLoot must be true))
- foodsUnplantable (Makes HarvestCraft foods unplantable, meaning seeds are required to plant crops)
Harvesting
- producePerHarvestMax (Maximum number of produce you get when harvesting a non-tree crop)
- producePerHarvestMin (Minimum number of produce you get when harvesting a non-tree crop)
- seedsPerHarvestMax (Maximum number of seeds you get when harvesting a non-tree crop)
- seedsPerHarvestMin (Minimum number of seeds you get when harvesting a non-tree crop)
Health
- foodHealDivider (Amount of health food restores is the food value divided by this number (foodRegensHealth must be true))
- foodRegensHealth (Eating food regenerates health)
- healthRegenRatePercentage (Speed up or slow down the rate that health regenerates (0 to disable regen))
- lowHealthRegenRateModifier (The lower your health the longer it takes to regen, modify the effect here (lower = less effect))
- minHungerToHeal (Minimum hunger level before healing starts (vanilla default is 18))
Hunger
- addSetHungerCommand (Adds a console command to allow OPs to set a player's hunger level)
-
addSleepHungerLoss (Enable/disable hunger loss while sleeping)(removed, see 94a7353) - constantHungerLoss (You lose hunger (very slowly) at all times)
- damageOnStarve (Amount of damage you take when hunger hits zero (vanilla default 2))
- disableHealingHungerDrain (Disable the hunger drain when healing that was introduced in vanilla 1.6.2)
- hungerLossRatePercentage (Speed up or slow down the rate that hunger drops (set to 0 to disable hunger loss))
- respawnHungerDifficultyModifier (The amount difficulty modifies the hunger value set after respawning ('difficultyScaling' and 'difficultyScalingRespawnHunger' must be true))
- respawnHungerValue (hunger value set after respawning for peaceful/easy difficulty (vanilla default is 20))
Low stats
- addGuiText (Shows onscreen text when hunger/health is low)
- addLowStatEffects (Enables/disables all low hunger/health effects)
- addLowStatMiningSlowdown (Mining slowdown effect when health/hunger is low ('addLowStatEffects' must be true))
- addLowStatNausea (Nausea effect when hunger is really low ('addLowStatEffects' must be true))
- addLowStatSlowness (Slowness effect when health/hunger is low ('addLowStatEffects' must be true))
- addLowStatWeakness (Weakness effect when health/hunger is low ('addLowStatEffects' must be true))
Potion ids
-
wellFedID (Potion ID for the 'Well Fed' effect (maximum 31))(removed)
Rotting
-
addFoodRotting (Turning on causes food to spoil over time (currently buggy))(removed) -
foodRotSpeed (Rate at which food rots (in ticks))(removed)