add default configs :3

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-11-05 17:01:03 +01:00
parent 9056c04210
commit 2c7b2bf868
Signed by: root
GPG key ID: 83A53A8C412E93F5
133 changed files with 7853 additions and 1 deletions

View file

@ -0,0 +1,48 @@
{
"enableVanillaCropCrates": true,
"farmersBuyFDCrops": true,
"wanderingTraderSellsFDItems": true,
"richSoilBoostChance": 0.2,
"cuttingBoardFortuneBonus": 0.1,
"enableRopeReeling": true,
"canvasSignDarkBackgroundList": [
"gray",
"purple",
"blue",
"brown",
"green",
"red",
"black"
],
"defaultTomatoVineRope": "farmersdelight:rope",
"enableTomatoVineClimbingTaggedRopes": true,
"vanillaSoupExtraEffects": true,
"rabbitStewJumpBoost": true,
"dispenserToolsCuttingBoard": true,
"enableStackableSoupSize": true,
"soupItemList": [
"minecraft:mushroom_stew",
"minecraft:beetroot_soup",
"minecraft:rabbit_stew"
],
"overrideAllSoupItems": false,
"generateFDChestLoot": true,
"generateVillageCompostHeaps": true,
"generateWildCabbages": true,
"chanceWildCabbages": 30,
"generateWildBeetroots": true,
"chanceWildBeetroots": 30,
"generateWildPotatoes": true,
"chanceWildPotatoes": 100,
"generateWildOnions": true,
"chanceWildOnions": 120,
"generateWildCarrots": true,
"chanceWildCarrots": 120,
"generateWildTomatoes": true,
"chanceWildTomatoes": 100,
"generateWildRice": true,
"chanceWildRice": 20,
"nourishedHungerOverlay": true,
"comfortHealthOverlay": true,
"foodEffectTooltip": true
}