Tumbleweed Mod — Configuration
Configuration
The Tumbleweed mod is highly customizable via its configuration file (usually found in config/tumbleweed-common.toml or tumbleweed.json depending on the version).
Configurable Options
- Spawn Rates: Adjust how frequently tumbleweeds appear.
- Loot Tables: Users can add or remove any item from the game (including items from other mods) to the tumbleweed drop list.
- Drop Weights: Each item is assigned a 'weight.' A higher weight increases the chance of that item dropping relative to others.
- Allowed Biomes: A list of biome IDs where tumbleweeds are permitted to spawn.
Example Loot Entry Format
Items are typically added using the following syntax:
"minecraft:diamond#1#1"
(This represents: Item ID # Minimum Amount # Weight)