
Grow-A-Mon
Allows creators to assign Cobblemon spawns to the breaking of specified blocks with many optional parameters
795
2
Cobblemon 1.7.1 Fabric Port
release24 января 2026 г.everything should work now on Cobblemon v1.7.1
tool_required Parameter
release21 октября 2025 г.Added
tool_required (optional): Restrict which tools/items can trigger the spawn (default: any item)
- If omitted, any item (including bare hands) can trigger the spawn
- Single item format:
"minecraft:diamond_hoe"- Only diamond hoes trigger the spawn - Array format:
["minecraft:diamond_hoe", "minecraft:netherite_hoe"]- Any of these tools trigger the spawn - Should work with any Modded item: Use full item IDs with namespace (e.g.,
"minecraft:diamond_hoe","farmersdelight:minced_beef") - The player must be holding the required item in their main hand when breaking the block
Mixed Chances
release10 октября 2025 г.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)
Multi-Choice Aspects
beta9 октября 2025 г.FIXED: Multi-choice aspects are now fully supported! Use object format:
{"bloom": "leaf"}→ becomesbloom=leaf{"pattern": "kanto"}→ becomespattern=kanto- Mixed format:
["shiny", {"bloom": "leaf"}]
Example
{
"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",
}
}
Form Data
beta8 октября 2025 г.Fixes
- Issue with aspects (e.g. "aspects": ["galarian"]) it'd revert to it's original state when leaving and rejoining the world.
- Form data not being applied properly despite visually appearing to of changed they still drop items from the originals loot table and provide the original forms dex entry when caught.
Совместимость
Ссылки
Создатели
Детали
Лицензия:MIT
Опубликован:6 месяцев назад
Обновлён:2 месяца назад
