cobblemon-campaign/config/farmersdelight-common.json
Alexandre Cavalheiro S. Tiago da Silva 0d709336d9
release: 1.2.0
- AmbientSounds
- Bobby
- Comforts
- Concurrent Chunk Management Engine
- Crate Delight
- Easy Magic
- Exposure
- Farmer's Delight Refabricated
- More Delight
- ScalableLux
- ServerCore
- Smarter Farmers
- Sounds Physics Remastered
- Storage Delight
- Traveler's Backpack
- Visual Workbench
- Xaero's Maps x Waystones
- Zoomify
2025-12-02 23:03:52 -03:00

74 lines
No EOL
1.6 KiB
JSON

{
"#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
}
}
}