Files
sevtech-ages-1.12.2/config/wildcrops.cfg
2025-07-23 08:37:00 +03:00

56 lines
1.4 KiB
INI

# Configuration file
general {
# Show all available wild crop blocks (from all mods) in the log. [default: false]
B:showAvailableWildCrops=false
# Enable wild crops [default: true]
B:wildCropsEnabled=true
# Define the maximum size a patch of wild crops will be when they spawn [range: 1 ~ 20, default: 1]
I:wildCropsMaxPatchSize=10
# Define the minimum size a patch of wild crops will be when they spawn [range: 1 ~ 1, default: 1]
I:wildCropsMinPatchSize=2
# If true, only a single (random) crop will spawn within a given spawn area [default: false]
B:wildCropsOneCropPerSpawn=false
# Chance that a crop will spawn within a chunk [range: 0 ~ 100, default: 50]
I:wildCropsSpawnChance=38
}
"minecraft:air" {
# This is an example, assigning carrots to air blocks, you can define as many base blocks as you want and what crops should grow on them, this example will not actually work as carrots can't grow in the air. [default: [minecraft:carrots]]
S:crops <
minecraft:carrots
>
}
"minecraft:dirt" {
# [default: ]
S:crops <
minecraft:carrots
minecraft:potatoes
minecraft:beetroots
minecraft:wheat
betterwithmods:hemp
>
}
"minecraft:grass" {
# [default: ]
S:crops <
minecraft:carrots
minecraft:potatoes
minecraft:beetroots
minecraft:wheat
betterwithmods:hemp
>
}