Перейти к содержимому
Mineforgian

Cobblemon Trials Edition

A Cobblemon addon that replaces Mob Spawners and Trial Spawners with a highly customizable Cobblemon Trial Spawner.

Загрузки
789K
Подписчики
69
Обновлён
10 августа 2026 г.
Лицензия
MIT

Опубликован 29 ноября 2025 г.

Logo

Cobblemon Trials Edition Cobblemon Trial Spawner

Cobblemon Trials Edition is a mod for Cobblemon that adds a new highly configurable block to replace newly generated Mob Spawners, Trial Spawners, or Sculk Shriekers in your Structures or World. This mod replaces a list of Default Structures and Spawners (Listed below) and can be configued with a Datapack; replace Spawners in Structures from other Mods (See Wiki for more info).

Cobblemon Trial Spawners function almost exactly like regular Trial Spawners so players and modpack makers do not have to learn any new mechanics. In addition a new Potion is also added. The "Trial Potion" which after brewing Awkward Potions and Sculk will give you a potion that applys the Trial Omen Effect. Giving an alternative way to activate the Ominous Mode of Cobblemon Trial Spawners.

Default Features Ominous Cobblemon Trial Spawner

  • Default Cobblemon Trial Replacements for about every Minecraft mob with a Pokemon Trial Spawner.
  • A Custom Trial Spawner that will replace the Mob Spawners and Trial Spawners for the following Structures:
    • Minecraft Monster Rooms
    • Minecraft Abandoned Mineshafts
    • Minecraft Nether Fortresses
    • Minecraft Bastion Remnants
    • Minecraft Trial Chambers
    • Minecraft Strongholds
    • Minecraft Ancient Cities
    • Cobblemon Shipwreck Coves
  • A new Trial Potion, allowing access to the Trial Omen effect while playing in Peaceful mode.
  • A few custom recipes for Create and Create Power loader to work with the lack of Blaze Spawners and Ghasts.
  • Peaceful mode Spawning
  • Pokemon Spawned can only be defeated in battle and cannot be captured by Default (This can be changed in Config Settings)
  • Percentage based spawner replacement, allowing users to decide how much of the spawners should be replaced.
  • Fight or Flight integration
  • Automaticially leveling Pokemon to nearby trainers pokemon levels

Modpack Creator Features Trial Potion

  • Mega Showdown support for Mega and GMax Pokemon.
  • Datapack Support
    • Almost every aspect of the Spawner is configurable. From Number of Pokemon, Spawn Ticks, Spawner Cooldowns, etc.
    • Can replace Spawner based on Structure, Spawner Type, and Entity in Spawner
    • Completely configurable loot tables for Spawners, allowing multiple loot tables if desired or to Inherit the original Loot Tables from the Trial Spawners they replace.
    • List and Tag support for structures.

Roadmap

  • Creator Update: A UI that allows in game customization of Cobblemon Trial Spawners, so they can be used in custom maps, structures, or for other mod makers.

FAQ

  • Can I Use this mod in my modpack?
    • Yes, feel free to use this mod in your modpack.
  • Can I Preview or Review your mod?
    • Of course, as long as you give credit.
  • Will you make minecraft version X?
    • I only intend to update this mod to the versions Cobblemon supports for 1.7 and forward.
  • I found a bug or have an idea for a feature, where should I post that?

Notes

  • Do NOT re-host the Cobblemon Trials Edition jar file for redistribution.
    • I will only host this mod on Curseforge and Modrinth, If you download or find this mod on another site, I have nothing to do with it and you should be cautious.

Additional Resources:

Logo Artwork done by: https://www.elexadraws.com/

Ченджлог

2.1.0Релиз1.21.1 · 10 августа 2026 г.

Changelog - v2.1

2.1 adds future support for Alpha Pokemon as well as preps the mod for a 1.8 release! There are also a couple of new small features requested and most importantly, some bug fixes.

Note - PLEASE BACKUP YOUR WORLD BEFORE UPDATING. 2.1 SEES CHANGES TO CONFIG SETTINGS AND DATAPACKS.

New Features:

  • New Functionality
    • Added future support for Alpha Pokemon in preparation for 1.8
    • Added support for Multiple forms so you can list "Mega" and "Galarian" for example.

Technical Changes:

  • Config
    • Added config option to change percentage chance of Alpha pokemon spawning from spawners. Default is 0.1 or 10%.
    • Added config option to enable or disable the brewing recipe for Trial Potions. Default is Enabled.
  • Datapacks
    • Added Optional "IsAlwaysAlpha" to "SpawnablePokemonProperties" for Datapacks. Default is false.
    • Updated "form" in "SpawnablePokemonStats" to be a List of Strings, instead of a string.
    • Updated all Structure and Default json files to now use Lists instead of Strings for Forms.

Bug Fixes:

  • General Fixes
    • Fixed issue with FightOrFlight Mixin that caused pokemon to no longer be aggressive outide of spawners.
    • Fixed Spelling issues in config.

Removed.

  • Recipes
    • Removed Recipes for Chunk Loaders.
2.1.0Релиз1.21.1 · 10 августа 2026 г.

Changelog - v2.1

2.1 adds future support for Alpha Pokemon as well as preps the mod for a 1.8 release! There are also a couple of new small features requested and most importantly, some bug fixes.

Note - PLEASE BACKUP YOUR WORLD BEFORE UPDATING. 2.1 SEES CHANGES TO CONFIG SETTINGS AND DATAPACKS.

New Features:

  • New Functionality
    • Added future support for Alpha Pokemon in preparation for 1.8
    • Added support for Multiple forms so you can list "Mega" and "Galarian" for example.

Technical Changes:

  • Config
    • Added config option to change percentage chance of Alpha pokemon spawning from spawners. Default is 0.1 or 10%.
    • Added config option to enable or disable the brewing recipe for Trial Potions. Default is Enabled.
  • Datapacks
    • Added Optional "IsAlwaysAlpha" to "SpawnablePokemonProperties" for Datapacks. Default is false.
    • Updated "form" in "SpawnablePokemonStats" to be a List of Strings, instead of a string.
    • Updated all Structure and Default json files to now use Lists instead of Strings for Forms.

Bug Fixes:

  • General Fixes
    • Fixed issue with FightOrFlight Mixin that caused pokemon to no longer be aggressive outide of spawners.
    • Fixed Spelling issues in config.

Removed.

  • Recipes
    • Removed Recipes for Chunk Loaders.
2.0.0Релиз1.21.1 · 7 августа 2026 г.

Changelog - v2.0

2.0 brings with it a massive overhaul of the entire mod. No longer using Chunks to check for blocks, it switches to mixins and structure processors to correctly replace blocks and spawners! It is also now completely setup for multi-loader support which makes my life much easier. In addition I have done a lot of performance tweaks in regards to the registry for the files. So incredibly large files will not take so long to find the correct properties.

Note - PLEASE BACKUP YOUR WORLD BEFORE UPDATING. 2.0 SEES CHANGES TO CONFIG SETTINGS AND DATAPACKS.

Technical Changes:

  • Mod Overhaul
    • Shifted to full Multi-loader support (Yay, no more 2 code bases)
    • Switched from Chunk Loading checks to StructureProcessors and Feature Mixins, This improves accuracy drastically.
    • Store all Structure files in a Hash format for quicker lookup.
    • Re-wrote the entire mod to be easier to support and expand for future updates.
  • Config
    • Averaging the nearby Players levels for Cobblemon Trial Spawns will now be the default.
    • Config settings for "Features" have been removed as they are no longer treated as different then structures.
    • Config settings for "Enable Block Replacement" for each type of block has been removed as it was unneccessary.
    • Config settings for "Percentage Block Replacement" have had their defaults set to 1.0.
    • A Config setting was added to modify the Tick Despawn time of pokemon spawned from Spawners. It is defaulted to 6000 ticks (5 Minutes).
    • A Config setting was added blacklist structures or structure tags in the config.
  • Datapacks
    • Added a new Mapping to the StructureProperties File "uniqueReplacementBlocks" which allows map/modpack makers to specify any block to be replaced.
    • Added a new Optional Sub record called "SpawnablePokemonStats" since "SpawnablePokemonProperties" has a limit of 16. (Check Wiki for more information)
    • Moved form, level gender, nature, defaultEVs, defaultIVs, ability, dynaMaxLevel, TeraType, and isShiny to "SpawnablePokemonStats".
    • Added moves and HeldItem to "SpawnablePokemonStats".
    • Added aspects to "SpawnablePokemonProperties".
    • Changed "blockEntityTypesToReplace" to "blockTypesToReplace" in "SpawnerProperties" to reflect the new changes.
    • Changed "mob_spawner" to "spawner" across all Json Files, as that is the block id, not the entity id.
    • Level is now listed as "Optional" and will default to level 25 if not set.
    • Weight is now listed as "Optional" and will default to 10 if not set.
    • Removed the "Features" folder and the file within, as features are now rolled into the "structures" folder.
    • Moved all Json files to the Multi-loader Common folder to remove duplication.
    • Added a Structure file and loot tables for Sculk Patches.

New Features:

  • New Functionality
    • Added ability to blacklist structures or structure tags in the config.
    • Added ability to change the despawn time for Pokemon spawned from trial spawners in the config.
    • Added ability to customize a spawned pokemons moves.
    • Added ability to set Held Items for spawned Pokemon.
    • Added ability to set aspects for spawned Pokemon.
  • Realtime Spawner Config Changes
    • Certain Mod Configs can now directly affect spawners in real time (Invincible, Catchable, Aggressive, and Tick Despawn Time).
    • This means that you can actively change the config for making Pokemon spawned Catchable and then on the next spawn from spawners, it will apply those changes.
  • Block Replacement
    • Added ability to select any block and replace it with a Cobblemon Trial Spawner.
    • Via Datapack you can now replace about any block you want with a Trial Spawner. Chests in Villages could now be Trial Spawners if you so wish!
  • More Pokemon
    • Increased the Variety of Pokemon the current default & structure files can spawn.
    • All Default Structure files and Default Spawners now have at least 4 pokemon and a equal weight, hopefully making repeated trials more interesting.

Bug Fixes:

  • General Fixes
    • Pokemon set to a lower level through structure files and then spawning at a higher level due to Pokemon Level Adjustment now have the correct amount of HP and moves for their level.
    • Fix for Pokemon still being aggressive when fight or flight is installed after disabling that they should spawn aggressive.
2.0.0Релиз1.21.1 · 7 августа 2026 г.

Changelog - v2.0

2.0 brings with it a massive overhaul of the entire mod. No longer using Chunks to check for blocks, it switches to mixins and structure processors to correctly replace blocks and spawners! It is also now completely setup for multi-loader support which makes my life much easier. In addition I have done a lot of performance tweaks in regards to the registry for the files. So incredibly large files will not take so long to find the correct properties.

Note - PLEASE BACKUP YOUR WORLD BEFORE UPDATING. 2.0 SEES CHANGES TO CONFIG SETTINGS AND DATAPACKS.

Technical Changes:

  • Mod Overhaul
    • Shifted to full Multi-loader support (Yay, no more 2 code bases)
    • Switched from Chunk Loading checks to StructureProcessors and Feature Mixins, This improves accuracy drastically.
    • Store all Structure files in a Hash format for quicker lookup.
    • Re-wrote the entire mod to be easier to support and expand for future updates.
  • Config
    • Averaging the nearby Players levels for Cobblemon Trial Spawns will now be the default.
    • Config settings for "Features" have been removed as they are no longer treated as different then structures.
    • Config settings for "Enable Block Replacement" for each type of block has been removed as it was unneccessary.
    • Config settings for "Percentage Block Replacement" have had their defaults set to 1.0.
    • A Config setting was added to modify the Tick Despawn time of pokemon spawned from Spawners. It is defaulted to 6000 ticks (5 Minutes).
    • A Config setting was added blacklist structures or structure tags in the config.
  • Datapacks
    • Added a new Mapping to the StructureProperties File "uniqueReplacementBlocks" which allows map/modpack makers to specify any block to be replaced.
    • Added a new Optional Sub record called "SpawnablePokemonStats" since "SpawnablePokemonProperties" has a limit of 16. (Check Wiki for more information)
    • Moved form, level gender, nature, defaultEVs, defaultIVs, ability, dynaMaxLevel, TeraType, and isShiny to "SpawnablePokemonStats".
    • Added moves and HeldItem to "SpawnablePokemonStats".
    • Added aspects to "SpawnablePokemonProperties".
    • Changed "blockEntityTypesToReplace" to "blockTypesToReplace" in "SpawnerProperties" to reflect the new changes.
    • Changed "mob_spawner" to "spawner" across all Json Files, as that is the block id, not the entity id.
    • Level is now listed as "Optional" and will default to level 25 if not set.
    • Weight is now listed as "Optional" and will default to 10 if not set.
    • Removed the "Features" folder and the file within, as features are now rolled into the "structures" folder.
    • Moved all Json files to the Multi-loader Common folder to remove duplication.
    • Added a Structure file and loot tables for Sculk Patches.

New Features:

  • New Functionality
    • Added ability to blacklist structures or structure tags in the config.
    • Added ability to change the despawn time for Pokemon spawned from trial spawners in the config.
    • Added ability to customize a spawned pokemons moves.
    • Added ability to set Held Items for spawned Pokemon.
    • Added ability to set aspects for spawned Pokemon.
  • Realtime Spawner Config Changes
    • Certain Mod Configs can now directly affect spawners in real time (Invincible, Catchable, Aggressive, and Tick Despawn Time).
    • This means that you can actively change the config for making Pokemon spawned Catchable and then on the next spawn from spawners, it will apply those changes.
  • Block Replacement
    • Added ability to select any block and replace it with a Cobblemon Trial Spawner.
    • Via Datapack you can now replace about any block you want with a Trial Spawner. Chests in Villages could now be Trial Spawners if you so wish!
  • More Pokemon
    • Increased the Variety of Pokemon the current default & structure files can spawn.
    • All Default Structure files and Default Spawners now have at least 4 pokemon and a equal weight, hopefully making repeated trials more interesting.

Bug Fixes:

  • General Fixes
    • Pokemon set to a lower level through structure files and then spawning at a higher level due to Pokemon Level Adjustment now have the correct amount of HP and moves for their level.
    • Fix for Pokemon still being aggressive when fight or flight is installed after disabling that they should spawn aggressive.
1.3.1Релиз1.21.1 · 26 апреля 2026 г.

Changelog - v1.3.1

Hotfix for fabric version startup crash.

Bug Fixes:

  • Fixed Mixin issue
    • Fixed Mixin issue due to defaultRequire
1.3.1Релиз1.21.1 · 26 апреля 2026 г.

Changelog - v1.3.1

Hotfix for fabric version startup crash.

Bug Fixes:

  • Fixed Mixin issue
    • Fixed Mixin issue due to defaultRequire
1.3.0Релиз1.21.1 · 25 апреля 2026 г.

Changelog - v1.3.0

The Scaleable Sculk is the 1.3 update!

New Features:

  • Sculk Shrieker Replacement
    • Sculk Shriekers can now be replaced with Cobblemon Trial Spawners! This is enabled by default and like other replacements, can be configured to be disabled, or replace a specific percentage amount.
    • The Loot table for these spawners are unique for deep dark and ancient cities, they have their own set of powerful loot plus always dropping Sculk Shriekers, just incase you need them for any recipe!
    • The Default Trial Spawners in Ancient Cities have had their Player Detection Range reduced to 7 to not overwhelm players in Ancient Cities. (Over-writable with a Datapack)
    • NOTE: This is not always 100% accurate, so if you do not want the warden to spawn in your world I still suggest using a mod or configuring your server to disable its ability to spawn. This will be addressed when I switch to Structure based replacement.
  • Spawner Level Adjustment
    • Pokemon Spawned by Cobblemon Trial Spawners can now have their level adjusted depending on the players pokemon around them!
    • There is a Config option to Enable or Disable this feature (It is disabled by default) and you can choose either AVERAGE (Default), or MEDIAN.
    • This feature is run at spawn time of the Pokemon. So it can be disabled or enabled at anytime and works for already placed spawners!
  • 5 Minute de-spawn time
    • Pokemon spawned by Cobblemon Trial Spawners now will de-spawn after being in a loaded chunk for 5 minutes. This should help with active players over Trial Chambers, or swarmed chambers with leftover pokemon from previous players.
    • This feature is not able to be disabled or adjusted at the moment. But will be changed during the re-write.
  • Updated Loot Tables
    • All Loot tables for the default structures and default spawners have been updated to give more loot rolls and some items have had their default amount increased from 1 to 2.
    • This was changed to make it more worth the time to find these spawners and do their challenges.

Bug Fixes:

  • Issue with Moogs Structures Spawners
    • A issue with spawners having null or empty entities has been fixed.

Technical Changes:

  • Tags
    • Pokemon spawned by Cobblemon Trial Spawners now have the "is_spawned_from_trial_spawner" boolean nbt tag applied to them.
  • Config
    • ALLOW_SPAWNED_POKEMON_TO_BE_AGGRESSIVE, MOB_SPAWNER_REPLACEMENT_PERCENTAGE , and TRIAL_SPAWNER_REPLACEMENT_PERCENTAGE have had their tooltip descriptions changed to be more understandable.
1.3.0Релиз1.21.1 · 25 апреля 2026 г.

Changelog - v1.3.0

The Scaleable Sculk is the 1.3 update!

New Features:

  • Sculk Shrieker Replacement
    • Sculk Shriekers can now be replaced with Cobblemon Trial Spawners! This is enabled by default and like other replacements, can be configured to be disabled, or replace a specific percentage amount.
    • The Loot table for these spawners are unique for deep dark and ancient cities, they have their own set of powerful loot plus always dropping Sculk Shriekers, just incase you need them for any recipe!
    • The Default Trial Spawners in Ancient Cities have had their Player Detection Range reduced to 7 to not overwhelm players in Ancient Cities. (Over-writable with a Datapack)
    • NOTE: This is not always 100% accurate, so if you do not want the warden to spawn in your world I still suggest using a mod or configuring your server to disable its ability to spawn. This will be addressed when I switch to Structure based replacement.
  • Spawner Level Adjustment
    • Pokemon Spawned by Cobblemon Trial Spawners can now have their level adjusted depending on the players pokemon around them!
    • There is a Config option to Enable or Disable this feature (It is disabled by default) and you can choose either AVERAGE (Default), or MEDIAN.
    • This feature is run at spawn time of the Pokemon. So it can be disabled or enabled at anytime and works for already placed spawners!
  • 5 Minute de-spawn time
    • Pokemon spawned by Cobblemon Trial Spawners now will de-spawn after being in a loaded chunk for 5 minutes. This should help with active players over Trial Chambers, or swarmed chambers with leftover pokemon from previous players.
    • This feature is not able to be disabled or adjusted at the moment. But will be changed during the re-write.
  • Updated Loot Tables
    • All Loot tables for the default structures and default spawners have been updated to give more loot rolls and some items have had their default amount increased from 1 to 2.
    • This was changed to make it more worth the time to find these spawners and do their challenges.

Bug Fixes:

  • Issue with Moogs Structures Spawners
    • A issue with spawners having null or empty entities has been fixed.

Technical Changes:

  • Tags
    • Pokemon spawned by Cobblemon Trial Spawners now have the "is_spawned_from_trial_spawner" boolean nbt tag applied to them.
  • Config
    • ALLOW_SPAWNED_POKEMON_TO_BE_AGGRESSIVE, MOB_SPAWNER_REPLACEMENT_PERCENTAGE , and TRIAL_SPAWNER_REPLACEMENT_PERCENTAGE have had their tooltip descriptions changed to be more understandable.

Комментарии

Загружаем…