Myths and Legends [Cobblemon Addon]

Myths and Legends [Cobblemon Addon]

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

106.3k downloads
100 followers
Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Myths and Legends [Cobblemon Addon] 1.6 (Fabric)

Changelog

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!

Files

Myths_and_Legends-1.6-fabric.jar(644.74 KiB) Primary Download

Details

Licensed ARR
Published a year ago
Updated 2 days ago