modpack/config/farmersdelight-common.json

74 lines
1.6 KiB
JSON
Raw Normal View History

2025-06-23 05:08:29 +09:00
{
"#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config (or just use Forge)",
"settings": {
"enableVanillaCropCrates": true,
"farmersBuyFDCrops": true,
"wanderingTraderSellsFDItems": true,
"richSoilBoostChance": 0.2,
"cuttingBoardFortuneBonus": 0.1,
"enableRopeReeling": true,
"canvasSignDarkBackgroundList": [
"gray",
"purple",
"blue",
"brown",
"green",
"red",
"black"
]
},
"farming": {
"defaultTomatoVineRope": "farmersdelight:rope",
"enableTomatoVineClimbingTaggedRopes": true
},
"recipe_book": {
"enableRecipeBookCookingPot": true
},
"overrides": {
"vanillaSoupExtraEffects": true,
"rabbitStewBuff": true,
"dispenserUsesToolsOnCuttingBoard": true,
"stack_size": {
"enableStackableSoupItems": true,
"soupItemList": [
"minecraft:mushroom_stew",
"minecraft:beetroot_soup",
"minecraft:rabbit_stew"
]
}
},
"world": {
"generateFDChestLoot": true,
"genVillageCompostHeaps": true,
"genFDCropsOnVillageFarms": true,
"wild_cabbages": {
"chance": 30
},
"wild_beetroots": {
"chance": 30
},
"wild_potatoes": {
"chance": 100
},
"wild_carrots": {
"chance": 120
},
"wild_onions": {
"chance": 120
},
"wild_tomatoes": {
"chance": 100
},
"wild_rice": {
"chance": 20
},
"brown_mushroom_colonies": {
"genBrownMushroomColony": true,
"chance": 15
},
"red_mushroom_colonies": {
"genRedMushroomColony": true,
"chance": 15
}
}
}