config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
ed0f520976
126 changed files with 12995 additions and 0 deletions
74
config/farmersdelight-common.json
Normal file
74
config/farmersdelight-common.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue