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
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-12-02 23:00:47 -03:00
parent 47825fe622
commit 0d709336d9
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
65 changed files with 4418 additions and 33 deletions

View file

@ -0,0 +1,74 @@
{
"#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
}
}
}