Myths and Legends [Cobblemon Sidemod]

Myths and Legends [Cobblemon Sidemod]

Mod

The 'Cobblemon Myths and Legends Addon' for Cobblemon Mod introduces key items and new spawning conditions, intended to add encounters with Legendary and Mythical Pokémon, along with pre-made spawns for select key items.

Client and server Game MechanicsUtility

183.2k downloads
141 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter loader...
Filter versions...
Filter channels...

MythsAndLegends Mod v1.7.2 - Changelog

THE FISHING FIX UPDATE! 🎣

Critical Bug Fix

  • PokeRod Fishing Finally Works Again!
    • A nasty bug was preventing players from catching or luring Pokémon while fishing.
    • This has been completely fixed—your rods will now function as intended once more!

If you’ve been struggling to fish, this update is a must-have.
Now get out there and reel in some Pokémon! 🐟🔥

MythsAndLegends Mod v1.7.1 - Changelog

FINALLY OUT OF BETA! (Much wow :D)

Major Fixes & Improvements

  • Fusion System Overhaul

    • Calyrex and Kyurem can now be properly fused in the latest version!
    • No more weird bugs or unintended behavior—fusion now works as intended for both Pokémon.
  • In-Game Settings GUI Fixes

    • All settings are finally where they belong—no more hunting through misplaced options.
    • Everything should now be easier to find and properly categorized.
  • Broadcasting Messages Polished

    • Messages are now cleaner, fancier, and more in line with proper segmented formatting.
    • Since messages can be customized, the new formatting should help keep everything neat and organized.

If you were waiting for a stable version, this is it!
Update now and enjoy a smoother MythsAndLegends experience.

MythsAndLegends Mod v1.7.1 - Changelog

FINALLY OUT OF BETA! (Much wow :D)

Major Fixes & Improvements

  • Fusion System Overhaul

    • Calyrex and Kyurem can now be properly fused in the latest version!
    • No more weird bugs or unintended behavior—fusion now works as intended for both Pokémon.
  • In-Game Settings GUI Fixes

    • All settings are finally where they belong—no more hunting through misplaced options.
    • Everything should now be easier to find and properly categorized.
  • Broadcasting Messages Polished

    • Messages are now cleaner, fancier, and more in line with proper segmented formatting.
    • Since messages can be customized, the new formatting should help keep everything neat and organized.

If you were waiting for a stable version, this is it!
Update now and enjoy a smoother MythsAndLegends experience.

MythsAndLegends Mod v1.6.1 - Changelog

IMPORTANT: PLEASE USE THIS VERSION IF YOU ARE USING 1.6. I HIGHLY RECOMMEND UPDATING DUE TO A MAJOR BUG IN THE PREVIOUS VERSION (which I will delete or have already deleted).

New Transformations and Form Changes

  • Calyrex now supports "fusion" with Glastrier or Spectrier using the Reins of Unity key item.
    • Right-click Calyrex with the Reins of Unity and ensure you have an empty party slot to fuse or unfuse. (Full tutorial coming soon!)

Key Items - New Additions

Expand your collection with these newly introduced Key Items:

  • Iceroot Carrot
  • Shaderoot Carrot

New Configuration Options

debug_mode = false

and

join_form_aspect_delay = 100
  • You can now Enable/Disable Debug Mode. I got tired of constantly adding and removing debug messages, so I added a config option for it. Use it as you like, but don't complain if the console gets spammed with messages! :D

  • The second option controls the delay (in ticks, where 20 ticks = 1 second) for when forms and aspects are applied after a player joins the server. This is especially useful if the player has fused Pokémon or applied form changes, ensuring they are properly "permanent" as long as the Pokémon is fused or holds the correct item.

Both options are also accessible through the in-game settings GUI for easy adjustment! (Use /mythsandlegends settings)

MythsAndLegends Mod v1.6 - Changelog

New Transformations and Form Changes

  • Dialga, Palkia, and Giratina can now seamlessly shift into their Origin Forms when holding their respective Key Items:

    • Dialga: Adamant Orb
    • Palkia: Lustrous Orb
    • Giratina: Griseous Orb
  • Zacian and Zamazenta can now also assume their Crowned Forms when equipped with their Key Items:

    • Zacian: Rusted Sword
    • Zamazenta: Rusted Shield
  • Kyurem now supports fusion with Reshiram or Zekrom using the DNA Splicer Key Item.

    • Right-click Kyurem with the DNA Splicer and an empty party slot to fuse or unfuse. (Full tutorial coming soon!)

Key Items - New Additions

Expand your arsenal with these newly introduced Key Items:

  • Ancient Tablet
  • Antique Pokéball
  • Azelf Fang
  • Bulu Totem
  • Cavern Shield
  • Diancie's Crown
  • Eternatus Core
  • Fini Totem
  • Genesect Drive
  • Grassland Blade
  • Hoopa Ring
  • Ice Tablet
  • Iron Will Sword
  • Koko Totem
  • Kubfu's Band
  • Lele Totem
  • Lillie's Bag
  • Marshadow's Hood
  • Meloetta's Headset
  • Mesprit Plume
  • Mythical Pecha Berry
  • Necro Prism
  • Plasma Tablet
  • Prismatic Shell
  • Prism Bottle
  • Reins of Unity
  • Sacred Sword
  • Scaly Tablet
  • Scroll of Darkness
  • Scroll of Water
  • Soul Heart
  • Steam Valve
  • Steel Tablet
  • Stone Tablet
  • Type: Null Mask
  • Uxie Claw
  • Zarude's Cape
  • Zeraora's Thunderclaw

Mod System Enhancements

  • The deprecated custom_key_item condition has been replaced by the new custom_key_items system. Now you can list multiple items with consumption rules:

    "custom_key_items": [
      { 
        "id": "minecraft:emerald",
        "count": 10,
        "consume": true
      },
      {
        "id": "minecraft:diamond",
        "count": 5,
        "consume": true
      }
    ]
    
  • Likewise, the old custom_pokemon_in_team has evolved into custom_pokemons_in_team, offering more flexible team configurations:

    {
      "custom_pokemons_in_team": [
        {
          "species": "charizard",
          "count": 2
        },
        {
          "species": "pikachu",
          "count": 1
        },
        {
          "species": "blastoise",
          "count": 3
        }
      ]
    }
    

Quality of Life Improvements

  • Introducing an in-game settings GUI for configuring mod options. Access it via the command /mythsandlegends settings.

Note: While 95% of settings are adjustable through the GUI, a few advanced options may still require manual changes.

New Config Option Added:

You can now Enable/Disable Form Changes such as DNA Splicer and Held Item Form Changes using a new configuration setting. Possible values are true or false, with the default set to true.

form_changes = false

This option is also accessible through the in-game settings GUI for easy adjustment!

Version 1.5-HOTFIX

Changes

  • Fixed an issue with prevented the Aurora Ticket to function properly when right clicking

Version 1.5

Changes

  • Fixed an issue with LuckPerms that caused users to be unable to rejoin their world or join a server because the API wasn't "ready"

Version 1.5

Changes

  • Fixed an issue with LuckPerms that caused users to be unable to rejoin their world or join a server because the API wasn't "ready" yet.

Version 1.4

Changes and Additions:

  • Spawn Files:
    • Removed all predefined Spawn Files.
    • To add Spawns, it is now mandatory to use the official Myths and Legends datapack. Download it from:
    • A public repository is available for those who want to tinker with the datapack and "compile" their own version: GitHub Repository
  • Wiki Page:
    • Added a wiki page containing all information on the currently implemented spawns from the datapack: Wiki
  • Bug Fixes:
    • Fixed console spam issue when right-clicking any item.
  • Translations:
    • Added translations for es_es and es_mx locales.

Version 1.3

New Key Items:

  • Dark Stone
  • Light Stone
  • Lunar Feather
  • Magma Stone
  • Moon Flute
  • Mystery Box
  • Reveal Glass
  • Sun Flute
  • Teal Mask

Spawn Updates:

  • Added corresponding spawns that utilize the new key items.

Update for Cobblemon 1.5.2

Fixed a compatibility issue with cobblemon-integrations and generally every addon/side-mod which adds new conditions.

Details

Licensed ARR
Published a year ago
Updated 3 hours ago