/
everything should work now on Cobblemon v1.7.1
tool_required (optional): Restrict which tools/items can trigger the spawn (default: any item)
"minecraft:diamond_hoe" - Only diamond hoes trigger the spawn["minecraft:diamond_hoe", "minecraft:netherite_hoe"] - Any of these tools trigger the spawn"minecraft:diamond_hoe", "farmersdelight:minced_beef")Fixed Multiple 100% Odds configured for 1 block selecting only the first one loaded as the spawned pokemon
also now supports 100% and lower chance configs together (e.g. 100% guarantees the block will always spawn that mon, but a 50% chance to spawn this other mon)
FIXED: Multi-choice aspects are now fully supported! Use object format:
{"bloom": "leaf"} → becomes bloom=leaf{"pattern": "kanto"} → becomes pattern=kanto["shiny", {"bloom": "leaf"}]{
"block": "minecraft:wheat",
"cobblemon": "cobblemon:arbok",
"odds": 0.05,
"required_age": 7,
"min_level": 5,
"max_level": 10,
"shiny_odds": 0.01,
"aspects": {
"snake_pattern": "speed",
}
}

Allows creators to assign Cobblemon spawns to the breaking of specified blocks with many optional parameters