Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
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 newcustom_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 intocustom_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!