minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

55
config/wildcrops.cfg Normal file
View File

@ -0,0 +1,55 @@
# 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
>
}