2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#Game settings
|
|
|
|
[settings]
|
2021-01-23 15:21:46 +00:00
|
|
|
#Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable?
|
|
|
|
enableVanillaCropCrates = true
|
2021-01-24 13:36:05 +00:00
|
|
|
#Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing)
|
|
|
|
farmersBuyFDCrops = true
|
2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#Vanilla item overrides
|
|
|
|
[overrides]
|
|
|
|
#Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten?
|
|
|
|
rabbitStewJumpBoost = true
|
|
|
|
#Should most vanilla tools register a dispenser behavior when facing a Cutting Board?
|
|
|
|
dispenserUsesToolsOnCuttingBoard = true
|
2021-01-26 10:32:42 +00:00
|
|
|
#Should items inside the tag 'farmersdelight:comfort_foods' grant 5 minutes of Comfort when eaten? (defaults to vanilla SoupItems)
|
|
|
|
comfortFoodTagEffect = true
|
2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#World generation
|
|
|
|
[world]
|
|
|
|
#Generate crop items on Village houses (all biomes)
|
|
|
|
cropsOnVillageHouseLoot = true
|
2021-01-26 10:32:42 +00:00
|
|
|
#Generate crop items on a Shipwreck's supply chests
|
|
|
|
cropsOnShipwreckSupplyLoot = true
|
2021-01-17 12:40:59 +00:00
|
|
|
#Generate Compost Heaps across all village biomes
|
|
|
|
genVillageCompostHeaps = true
|
|
|
|
|
|
|
|
#Sea Beet generation
|
|
|
|
[world.wild_beetroots]
|
|
|
|
#Chance of generating clusters. Smaller value = more frequent.
|
|
|
|
#Range: > 0
|
|
|
|
chance = 10
|
2021-01-26 10:32:42 +00:00
|
|
|
#Generate sea beets on beaches
|
|
|
|
genWildBeetroots = true
|
2021-01-17 12:40:59 +00:00
|
|
|
|
2021-01-26 10:32:42 +00:00
|
|
|
#Tomato Vines generation
|
|
|
|
[world.wild_tomatoes]
|
2021-01-17 12:40:59 +00:00
|
|
|
#Chance of generating clusters. Smaller value = more frequent.
|
|
|
|
#Range: > 0
|
|
|
|
chance = 8
|
2021-01-26 10:32:42 +00:00
|
|
|
#Generate tomato vines on arid biomes (temperature 1.0 or higher)
|
|
|
|
genWildTomatoes = true
|
2021-01-17 12:40:59 +00:00
|
|
|
|
2021-01-26 10:32:42 +00:00
|
|
|
#Wild Cabbage generation
|
|
|
|
[world.wild_cabbages]
|
2021-01-17 12:40:59 +00:00
|
|
|
#Chance of generating clusters. Smaller value = more frequent.
|
|
|
|
#Range: > 0
|
2021-01-26 10:32:42 +00:00
|
|
|
chance = 10
|
|
|
|
#Generate wild cabbages on beaches
|
|
|
|
genWildCabbages = true
|
2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#Wild Onion generation
|
|
|
|
[world.wild_onions]
|
|
|
|
#Generate wild onions on temperate biomes (temperature between 0.4 and 0.9)
|
|
|
|
genWildOnions = true
|
|
|
|
#Chance of generating clusters. Smaller value = more frequent.
|
|
|
|
#Range: > 0
|
|
|
|
chance = 8
|
|
|
|
|
2021-01-26 10:32:42 +00:00
|
|
|
#Wild Potato generation
|
|
|
|
[world.wild_potatoes]
|
2021-01-17 12:40:59 +00:00
|
|
|
#Chance of generating clusters. Smaller value = more frequent.
|
|
|
|
#Range: > 0
|
|
|
|
chance = 8
|
2021-01-26 10:32:42 +00:00
|
|
|
#Generate wild potatoes on cold biomes (temperature between 0.0 and 0.3)
|
|
|
|
genWildPotatoes = true
|
|
|
|
|
|
|
|
#Wild Carrot generation
|
|
|
|
[world.wild_carrots]
|
|
|
|
#Chance of generating clusters. Smaller value = more frequent.
|
|
|
|
#Range: > 0
|
|
|
|
chance = 8
|
|
|
|
#Generate wild carrots on temperate biomes (temperature between 0.4 and 0.9)
|
|
|
|
genWildCarrots = true
|
2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#Wild Rice generation
|
|
|
|
[world.wild_rice]
|
|
|
|
#Chance of generating clusters. Smaller value = more frequent.
|
|
|
|
#Range: > 0
|
|
|
|
chance = 10
|
2021-01-26 10:32:42 +00:00
|
|
|
#Generate wild rice on swamps and jungles
|
|
|
|
genWildRice = true
|
2021-01-17 12:40:59 +00:00
|
|
|
|