{"id":170319,"date":"2026-06-09T23:49:23","date_gmt":"2026-06-09T20:49:23","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/"},"modified":"2026-06-09T23:49:23","modified_gmt":"2026-06-09T20:49:23","slug":"wildencounters-cobblemon","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/","title":{"rendered":"WildEncounters [Cobblemon]"},"content":{"rendered":"<div align=\"center\">\n<p>      <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/qOVttPN.png\" alt=\"\"><\/p>\n<p style=\"text-align: center;\">\n<p>    <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/fKxX2Su.png\" alt=\"Discord\"><\/p>\n<\/div>\n<p>&#8212;<\/p>\n<h1>\ud83d\udfe2 WildEncounters \u26aa<\/h1>\n<p>WildEncounters in the Cobblemon mod. This datapack brings the iconic Wild Grass mechanic from Pok\u00e9mon into Minecraft, allowing players to encounter random wild Pok\u00e9mon while walking through tall grass!<\/p>\n<p>PT\/BR Project fork: (WildEncounters PT\/BR)<br \/>\n<\/p>\n<h2>\u2699\ufe0f How it works \ud83d\udcd6<\/h2>\n<p><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/IYELs9b.gif\"><\/p>\n<p>By walking into a small patch of grass there is a small chance for a wild Pok\u00e9mon to appear. These Pok\u00e9mon will spawn right near the player, adding an exciting and unpredictable element to your exploration. Customize the types of Pok\u00e9mon that can appear and their spawn rates. Whether you&#8217;re recreating a classic Pok\u00e9mon experience or adding a unique twist to your Minecraft world, this datapack will bring your adventures to life!<\/p>\n<h2>\ud83d\udd52 WildEncounters commands \ud83d\udee0\ufe0f<\/h2>\n<ul>\n<li>You can use <ins>\/function wildencounters:change_cooldown<\/ins> to change the cooldown of the wild encounters. To change the time simply left click on the + or &#8211; 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 <strong>not change the cooldown<\/strong> whilst a player has their timer running or it can cause bugs;<\/li>\n<li>You can use <ins>\/function wildencounters:reset_cooldown<\/ins> to reset the cooldown to its original state (21 ticks or 1 second). This command can be useful if the cooldown gets bugged;<\/li>\n<li>You can use <ins>\/function wildencounters:uninstall<\/ins> to uninstall the datapack. After running this command remove the datapack from your datapack&#8217;s folder and run <ins>\/reload<\/ins>;<\/li>\n<\/ul>\n<h2>\ud83d\udcdd Change Pok\u00e9mon \ud83d\udcdd<\/h2>\n<p><strong>Important Note: <\/strong>Modifying datapacks can be challenging for beginners. Proceed with caution! <strong> \u26a0\ufe0f <\/strong><\/p>\n<p>To customize the Pok\u00e9mon that spawn, you&#8217;ll need to have the datapack folder unzipped and placed in your datapacks directory. Once unzipped, navigate to the following location: <\/p>\n<pre>WildEncountersDatapackdatacobblemonmolangrandom_spawn<\/pre>\n<p> In this file, you&#8217;ll find a list of all the Pok\u00e9mon that can spawn in the grass.<\/p>\n<p>To change a Pok\u00e9mon from the list change this part of the file:<\/p>\n<pre>\nt.roll == 1 ? {\n    q.run_command('pokespawnat ' + q.player.x + ' ' + q.player.y + ' ' + q.player.z + ' rattata lvl=' + t.random_level);\n    q.player.tell('\u00a7aA wild Rattata has appeared!');\n    return 1;\n};\n<\/pre>\n<p>If you wanted to change the Pok\u00e9mon to Pikachu you&#8217;d change the part of the function to this:<br \/>\n<\/p>\n<pre>\nt.roll == 1 ? {\n    q.run_command('pokespawnat ' + q.player.x + ' ' + q.player.y + ' ' + q.player.z + ' pikachu lvl=' + t.random_level);\n    q.player.tell('\u00a7aA wild Pikachu has appeared!');\n    return 1;\n};\n<\/pre>\n<p>If you want to change the level at which a Pok\u00e9mon spawns, you&#8217;d only change the <ins>lvl=<\/ins> part to something like <ins>lvl=10<\/ins>, removing  &#8220;+ t.random_level&#8221;. Don&#8217;t forget to close the &#8216; after lvl=10.<br \/>\n<br \/>\nYou can also change the chance for a Pok\u00e9mon to spawn by modifying this line: <ins>t.roll = math.random_integer(1, 720);<\/ins>. The chance of a Pok\u00e9mon spawning are 36\/720, or around 5%. You can change the chance of a Pok\u00e9mon spawning by changing the right value <ins>720<\/ins> to something else.<\/p>\n<p>To add more Pok\u00e9mon just add these lines to the spawner file with the correct values:<br \/>\n<\/p>\n<pre>\nt.roll == 36 ? {\n    q.run_command('pokespawnat ' + q.player.x + ' ' + q.player.y + ' ' + q.player.z + ' arceus lvl=' + t.random_level);\n    q.player.tell('\u00a7aA wild Arceus has appeared!');\n    return 1;\n};\n<\/pre>\n<p>If the last value is 36 the next ones will be 37 and so on.<\/p>\n<p>Have some issues? You can join the Official Cobblemon discord server, search for &#8216;WildEncounters&#8217; and ask your questions there, or alternatively, you can DM me on discord.<br \/>\n<\/p>\n<div style=\"width: 150px; text-align: center; margin-bottom: -10px;\">\n    <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/BWJysFv.png\" alt=\"Image on the left\" style=\"float: left;\"><\/p>\n<p>        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/uNv8h0k_d.png?maxwidth=320&#038;shape=thumb&#038;fidelity=high\" alt=\"Image that links to a user profile\" style=\"float: right;\"><\/p>\n<\/div>\n<p>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>WildEncounters adds wild grass from the Pok\u00e9mon games.<\/p>\n","protected":false},"featured_media":170320,"template":"","meta":{"_minecraft_slug":"wildencounters-cobblemon","_minecraft_project_id":"XubzZHZK","_minecraft_author":"Quim201","_minecraft_license":"CC-BY-NC-4.0","_minecraft_downloads":22814,"_minecraft_follows":21,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"wildencounters-cobblemon.zip","_minecraft_size_bytes":61174,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-15T21:28:19.249646Z","_minecraft_date_created":"2025-02-01T20:58:19.074445Z","_minecraft_date_modified":"2025-07-01T21:33:40.610121Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/wildencounters-cobblemon","_minecraft_icon_attachment_id":170320,"_minecraft_imported_at":"2026-06-09T20:49:24+00:00","_minecraft_import_hash":"296ad205fd6394303e804b69d1413a18","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,84,89,122,137],"mod_loader":[86],"minecraft_version":[37],"class_list":["post-170319","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-datapack","mod_category-game-mechanics","mod_category-magic","mod_category-mobs","mod_loader-datapack","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WildEncounters [Cobblemon] - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WildEncounters [Cobblemon] - Minecraft\" \/>\n<meta property=\"og:description\" content=\"WildEncounters adds wild grass from the Pok\u00e9mon games.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.imgur.com\/qOVttPN.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildencounters-cobblemon\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildencounters-cobblemon\\\/\",\"name\":\"WildEncounters [Cobblemon] - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildencounters-cobblemon\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildencounters-cobblemon\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildencounters-cobblemon-icon-8642a1ea46e91c99bdd69d85a278b1ce70eabd6b.png\",\"datePublished\":\"2026-06-09T20:49:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildencounters-cobblemon\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildencounters-cobblemon\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildencounters-cobblemon\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildencounters-cobblemon-icon-8642a1ea46e91c99bdd69d85a278b1ce70eabd6b.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildencounters-cobblemon-icon-8642a1ea46e91c99bdd69d85a278b1ce70eabd6b.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildencounters-cobblemon\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"WildEncounters [Cobblemon]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WildEncounters [Cobblemon] - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/","og_locale":"en_US","og_type":"article","og_title":"WildEncounters [Cobblemon] - Minecraft","og_description":"WildEncounters adds wild grass from the Pok\u00e9mon games.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/i.imgur.com\/qOVttPN.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/","name":"WildEncounters [Cobblemon] - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildencounters-cobblemon-icon-8642a1ea46e91c99bdd69d85a278b1ce70eabd6b.png","datePublished":"2026-06-09T20:49:23+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildencounters-cobblemon-icon-8642a1ea46e91c99bdd69d85a278b1ce70eabd6b.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildencounters-cobblemon-icon-8642a1ea46e91c99bdd69d85a278b1ce70eabd6b.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildencounters-cobblemon\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"WildEncounters [Cobblemon]"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/170319","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/170320"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=170319"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=170319"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=170319"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=170319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}