Mod

WildEncounters [Cobblemon]

Quick rating

WildEncounters [Cobblemon]

No reviews yet

WildEncounters adds wild grass from the Pokémon games.

Anime & Pop Culture
Magic
Mod Addon
Pokemon
Mod Loaders
Datapack
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
Creative Commons Attribution Non Commercial 4.0 International
Latest Version
1.4
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description


🟢 WildEncounters ⚪

WildEncounters in the Cobblemon mod. This datapack brings the iconic Wild Grass mechanic from Pokémon into Minecraft, allowing players to encounter random wild Pokémon while walking through tall grass!

PT/BR Project fork: (WildEncounters PT/BR)

⚙️ How it works 📖

IYELs9b.gif

By walking into a small patch of grass there is a small chance for a wild Pokémon to appear. These Pokémon will spawn right near the player, adding an exciting and unpredictable element to your exploration. Customize the types of Pokémon that can appear and their spawn rates. Whether you're recreating a classic Pokémon experience or adding a unique twist to your Minecraft world, this datapack will bring your adventures to life!

🕒 WildEncounters commands 🛠️

  • You can use /function wildencounters:change_cooldown to change the cooldown of the wild encounters. To change the time simply left click on the + or - to add or remove time to the cooldown. The default time is 21 ticks or 1 second in real time (the 1 extra tick that is added is so when you want the encounters to have no cooldown, the timer can detect if the cooldown has reset or not). Be aware to not change the cooldown whilst a player has their timer running or it can cause bugs;
  • You can use /function wildencounters:reset_cooldown to reset the cooldown to its original state (21 ticks or 1 second). This command can be useful if the cooldown gets bugged;
  • You can use /function wildencounters:uninstall to uninstall the datapack. After running this command remove the datapack from your datapack's folder and run /reload;

📝 Change Pokémon 📝

Important Note: Modifying datapacks can be challenging for beginners. Proceed with caution! ⚠️

To customize the Pokémon that spawn, you'll need to have the datapack folder unzipped and placed in your datapacks directory. Once unzipped, navigate to the following location:
WildEncountersDatapack\data\cobblemon\molang\random_spawn
In this file, you'll find a list of all the Pokémon that can spawn in the grass.

To change a Pokémon from the list change this part of the file:

t.roll == 1 ? {
    q.run_command('pokespawnat ' + q.player.x + ' ' + q.player.y + ' ' + q.player.z + ' rattata lvl=' + t.random_level);
    q.player.tell('§aA wild Rattata has appeared!');
    return 1;
};

If you wanted to change the Pokémon to Pikachu you'd change the part of the function to this:

t.roll == 1 ? {
    q.run_command('pokespawnat ' + q.player.x + ' ' + q.player.y + ' ' + q.player.z + ' pikachu lvl=' + t.random_level);
    q.player.tell('§aA wild Pikachu has appeared!');
    return 1;
};

If you want to change the level at which a Pokémon spawns, you'd only change the lvl= part to something like lvl=10, removing "+ t.random_level". Don't forget to close the ' after lvl=10.
You can also change the chance for a Pokémon to spawn by modifying this line: t.roll = math.random_integer(1, 720);. The chance of a Pokémon spawning are 36/720, or around 5%. You can change the chance of a Pokémon spawning by changing the right value 720 to something else.

To add more Pokémon just add these lines to the spawner file with the correct values:

t.roll == 36 ? {
    q.run_command('pokespawnat ' + q.player.x + ' ' + q.player.y + ' ' + q.player.z + ' arceus lvl=' + t.random_level);
    q.player.tell('§aA wild Arceus has appeared!');
    return 1;
};

If the last value is 36 the next ones will be 37 and so on.

Have some issues? You can join the Official Cobblemon discord server, search for 'WildEncounters' and ask your questions there, or alternatively, you can DM me on discord.


Screenshots

Gallery

  • WildEncounters
    WildEncounters WildEncounters adds the wild grass from the Pokémon games.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~23,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync