Cobblemon Myths and Legends Addon

Cobblemon Myths and Legends 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

53.4k downloads
68 followers
Created8 months ago
Updated21 hours ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Cobblemon Myths and Legends Addon 1.8.0-SNAPSHOT

Changelog

Changes in Version 1.8.0

New Features

  • Loot Tables Configuration Update:
    • Introduced a new configuration file loot_tables_config.json.
    • This file is automatically generated at the start of the game and is populated with every key item by default.
  • Force Spawning:
    • You can now enable Force Spawning in the config. If enabled, players will be able to right-click key items to forcefully spawn Pokémon. The key item must be used as a spawning condition. This will only work if all conditions are met (such as being in the correct biome, achieving the required light level, having an unobstructed view of the sky, etc.) for the Pokémon to spawn. Note: This feature also works for custom spawns created by others; they just need to be in the same spawn pool, which is set inside the config as force_spawning_spawn_pool.

Modifications

  • Updated Loot Tables:
    • The list of loot tables where key items can appear has been modified to be more manageable and configurable via loot_tables_config.json.
    • Each item now has an individual spawn chance specified directly in the JSON configuration, maintaining a default weight of 0.005 across all loot tables.

Configuration Changes

  • New Configuration Settings:

    • enable_force_spawning: Determines if right-clicking key items forcefully spawns Pokémon that require the clicked key item as a spawning condition.
      • Possible values: true/false
      • Default: false
  • force_spawning_spawn_pool: Determines in which Spawn Pool the force spawning module should check. Possible values: common, uncommon, rare and ultra-rare.

    • Possible values: "common"/"uncommon"/"rare"/"ultra-rare"
    • Default: "ultra-rare"
  • force_spawn_item_cooldown: Sets the cooldown period in seconds after a key item is used for force spawning before it can be used again.

    • Possible values: any integer >= 1
    • Default: 20
  • force_spawn_check_width: Defines the width around the player within which the game checks for possible Pokémon spawns when force spawning.

    • :warning: Increasing this value may cause lag but is more likely to find a spawn. Please adjust carefully.
    • Possible values: any integer >= 1
    • Default: 100
  • force_spawn_check_height: Specifies the height around the player for checking potential Pokémon spawns when force spawning, similar to force_spawn_check_width.

    • Possible values: any integer >= 1
    • Default: 50
  • Note: Inventory checks happen once for the player who is using the item.

  • Removed Settings:

    • The following configuration settings have been removed:
      • loot_tables (previously known as lootTablesToModify).
      • loot_table_item_spawn_chance (previously chancePerItemToSpawn).
      • divide_item_spawn_chance (previously chancePerItemDivideByAllItemsToAdd).

JSON Configuration Example

{
  "items": [
    {
      "itemId": "cobblemon-mythsandlegends-addon:adamant_orb",
      "enabled": true,
      "lootTables": [
        {"id": "minecraft:chests/abandoned_mineshaft", "weight": 0.005},
        {"id": "minecraft:chests/ancient_city", "weight": 0.005},
        {"id": "minecraft:chests/bastion_treasure", "weight": 0.005},
        ...
      ]
    },
    {
      "itemId": "cobblemon-mythsandlegends-addon:aurora_ticket",
      "enabled": true,
      "lootTables": [
        {"id": "minecraft:chests/abandoned_mineshaft", "weight": 0.005},
        {"id": "minecraft:chests/ancient_city", "weight": 0.005},
        {"id": "minecraft:chests/bastion_treasure", "weight": 0.005},
        ...
      ]
    }
  ]
}

Files

Cobblemon-MythsAndLegends-Addon-1.8.0-SNAPSHOT.jar(460.22 KiB) Primary Download
Cobblemon-MythsAndLegends-Addon-1.8.0-SNAPSHOT-STANDALONE.jar(440.73 KiB) Download

Project members

D0ctorLeon

Owner

DawnFelstar

Xcavalier

Support


Technical information

License
ARR
Client side
required
Server side
required
Project ID