You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
807 B
INI
34 lines
807 B
INI
# Configuration file
|
|
|
|
general {
|
|
# If not empty, tumbleweeds spawn ONLY in the specified biomes. Else they appear in all hot, dry biomes.
|
|
# Example entry: minecraft:desert
|
|
S:"Biome Whitelist" <
|
|
>
|
|
|
|
# Chance of a tumbleweed spawning in a chunk.
|
|
D:Chance=0.3
|
|
|
|
# These items will drop from tumbleweed upon destroying.
|
|
# <weight> <mod>:<item>:[metadata] [amount]
|
|
S:Drops <
|
|
3 minecraft:bone
|
|
3 minecraft:deadbush
|
|
3 minecraft:string
|
|
3 minecraft:feather
|
|
3 minecraft:wheat
|
|
3 minecraft:stick
|
|
3 minecraft:reeds
|
|
2 minecraft:melon_seeds
|
|
2 minecraft:pumpkin_seeds
|
|
>
|
|
|
|
# Blocks from which tumbleweeds can spawn.
|
|
# <mod>:<block>:[metadata]
|
|
S:"Spawning Blocks" <
|
|
minecraft:deadbush
|
|
>
|
|
}
|
|
|
|
|