{"id":152271,"date":"2026-06-09T07:53:31","date_gmt":"2026-06-09T04:53:31","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/"},"modified":"2026-06-09T07:53:31","modified_gmt":"2026-06-09T04:53:31","slug":"tc-cobble-flight","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/","title":{"rendered":"TC Cobble Flight"},"content":{"rendered":"<p>TC Cobble Flight is a Minecraft mod for Fabric that adds natural flight behavior to wild Flying-type Pok\u00e9mon in Cobblemon. Instead of spawning stationary on the ground, eligible Pok\u00e9mon will take off, soar through the air, and land dynamically based on their surroundings and type characteristics.<br \/>\nEach Pok\u00e9mon moves at its own speed and altitude, influenced by its type, weight, and individual traits. A Pidgeot will fly faster and higher than a Beautifly; a Steel\/Flying type will be sluggish but persistent. Flight patterns include smooth takeoffs, gentle mid-air sway, and gradual landings \u2014 making wild Pok\u00e9mon feel alive rather than static.<br \/>\nThe mod only affects wild Pok\u00e9mon. Owned, battling, or otherwise occupied Pok\u00e9mon are left completely untouched.<br \/>\nFeatures:<\/p>\n<p>Dynamic takeoff, cruising, and landing states per Pok\u00e9mon<br \/>\nSpeed, altitude, and stamina scaled by type and weight<br \/>\nSpawn position awareness \u2014 tree perches vs open sky<br \/>\nPlayer proximity increases the chance of a Pok\u00e9mon taking flight<br \/>\nWhitelist\/blacklist support for individual species<br \/>\nFully configurable via flyingspawn.json (Cloth Config)<\/p>\n<p>Config:<br \/>\n| Key                          | Default      | Description                                                |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- | &#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- |<br \/>\n| ## Flight speed &#038; height     |              |                                                            |<br \/>\n| `flightSpeedMin`             | `0.05`       | Minimum base horizontal flight speed                       |<br \/>\n| `flightSpeedMax`             | `0.5`        | Maximum base horizontal flight speed                       |<br \/>\n| `preferredHeightMin`         | `4.0`        | Minimum preferred cruising altitude (blocks)               |<br \/>\n| `preferredHeightMax`         | `30.0`       | Maximum preferred cruising altitude (blocks)               |<br \/>\n| ## Takeoff                   |              |                                                            |<br \/>\n| `takeoff.chanceMin`          | `0.05`       | Minimum base probability of taking off per check           |<br \/>\n| `takeoff.chanceMax`          | `0.18`       | Maximum base probability of taking off per check           |<br \/>\n| `takeoff.bonusNearPlayer`    | `0.25`       | Takeoff chance bonus when a player is nearby               |<br \/>\n| `takeoff.bonusOpenSpace`     | `0.08`       | Takeoff chance bonus when surroundings are open            |<br \/>\n| `takeoff.bonusIdleLong`      | `0.1`        | Takeoff chance bonus after being idle for a long time      |<br \/>\n| `takeoff.velocityCap`        | `0.2`        | Maximum upward velocity during takeoff arc                 |<br \/>\n| `takeoff.accelFactor`        | `0.6`        | Vertical acceleration multiplier during takeoff            |<br \/>\n| `takeoff.hSpeedFactor`       | `0.4`        | Horizontal speed fraction applied during takeoff           |<br \/>\n| `takeoff.doneRatio`          | `0.95`       | Altitude ratio of preferredHeight at which takeoff ends    |<br \/>\n| `takeoffAccelBase`           | `0.04`       | Base value for randomised takeoff acceleration             |<br \/>\n| `takeoffAccelRange`          | `0.06`       | Random range added on top of `takeoffAccelBase`            |<br \/>\n| ## Landing                   |              |                                                            |<br \/>\n| `landing.chanceMin`          | `0.01`       | Minimum base probability of landing per check              |<br \/>\n| `landing.chanceMax`          | `0.05`       | Maximum base probability of landing per check              |<br \/>\n| `landing.bonusNearGround`    | `0.12`       | Landing chance bonus when close to the ground              |<br \/>\n| `landing.bonusFlyingLong`    | `0.08`       | Landing chance bonus after flying for a long time          |<br \/>\n| `landing.velocityFloor`      | `-0.15`      | Maximum downward velocity allowed while descending         |<br \/>\n| `landing.hSpeedFactor`       | `0.3`        | Horizontal speed fraction applied during landing           |<br \/>\n| `landing.groundOffset`       | `0.5`        | Distance above ground at which landing is considered done  |<br \/>\n| `landingDecelBase`           | `0.03`       | Base value for randomised landing deceleration             |<br \/>\n| `landingDecelRange`          | `0.04`       | Random range added on top of `landingDecelBase`            |<br \/>\n| `nearGroundBlockDist`        | `4`          | Block scan distance downward to detect \u201cnear ground\u201d       |<br \/>\n| ## Flying behavior           |              |                                                            |<br \/>\n| `verticalSwayMin`            | `0.008`      | Minimum amplitude of vertical sin-wave sway                |<br \/>\n| `verticalSwayRange`          | `0.017`      | Random range added on top of `verticalSwayMin`             |<br \/>\n| `directionChangeBase`        | `80`         | Base interval (ticks) between direction nudges             |<br \/>\n| `directionChangeRange`       | `120`        | Random ticks added on top of `directionChangeBase`         |<br \/>\n| `directionNudgeDegrees`      | `30.0`       | Max yaw change (degrees) per direction nudge               |<br \/>\n| `heightCorrectionRate`       | `0.04`       | Proportion of height error corrected each tick             |<br \/>\n| `heightCorrectionMax`        | `0.3`        | Hard cap on vertical correction velocity                   |<br \/>\n| `heightCorrectionBase`       | `0.03`       | Minimum correction added regardless of error size          |<br \/>\n| `heightCorrectionScale`      | `0.15`       | Scales correction cap with distance from target height     |<br \/>\n| `groundScanDepth`            | `50`         | Max blocks scanned downward to estimate ground Y           |<br \/>\n| `flyingLongThreshold`        | `400`        | Ticks in `FLYING` state before considered \u201cflying long\u201d    |<br \/>\n| `flyActivationRadius`        | `40.0`       | Max distance (blocks) to a player for flight to activate   |<br \/>\n| `legendaryPatrolRadius`      | `30.0`       | Max patrol radius for legendaries around spawn anchor      |<br \/>\n| `initialFlightScanUp`        | `30`         | Blocks scanned upward on spawn to clear foliage            |<br \/>\n| ## State machine             |              |                                                            |<br \/>\n| `transitionCheckInterval`    | `60`         | Ticks between takeoff \/ landing probability checks         |<br \/>\n| `idleLongThreshold1`         | `200`        | Idle ticks to qualify for first `bonusIdleLong` bonus      |<br \/>\n| `idleLongThreshold2`         | `400`        | Idle ticks to qualify for second `bonusIdleLong` bonus     |<br \/>\n| `logInterval`                | `20`         | Ticks between debug log outputs                            |<br \/>\n| `hopVelocityY`               | `0.25`       | Upward velocity applied when the Pok\u00e9mon hops on ground    |<br \/>\n| ## Spawn &#038; proximity         |              |                                                            |<br \/>\n| `playerAlertRadius`          | `8.0`        | Radius (blocks) for detecting a nearby player (agitation)  |<br \/>\n| `openSpaceThreshold`         | `50`         | Minimum air blocks in scan area to count as open space     |<br \/>\n| `spawnObserveTicksNormal`    | `60`         | `PERCHING` duration under normal conditions (~3 s)         |<br \/>\n| `spawnObserveTicksMin`       | `20`         | `PERCHING` duration when startled by high agitation (~1 s) |<br \/>\n| ## Agitation                 |              |                                                            |<br \/>\n| `agitationHitIncrease`       | `0.4`        | Agitation added each tick the Pok\u00e9mon is hurt              |<br \/>\n| `agitationBattleIncrease`    | `0.05`       | Agitation added each tick while in battle                  |<br \/>\n| `agitationProximityIncrease` | `0.003`      | Agitation added each tick a player is within alert radius  |<br \/>\n| `agitationDecayPerTick`      | `0.001`      | Agitation reduced every tick (calm-down rate)              |<br \/>\n| `agitationStartleThreshold`  | `0.5`        | Agitation level that triggers the startled state           |<br \/>\n| `agitationMinToFly`          | `0.05`       | Minimum agitation required to attempt takeoff              |<br \/>\n| `agitationTakeoffBonus`      | `0.3`        | Max takeoff chance bonus scaled by agitation (`0\u20131`)       |<br \/>\n| ## Type multipliers          |              |                                                            |<br \/>\n| `speedMultMin`               | `0.7`        | Lower clamp for the combined speed multiplier              |<br \/>\n| `speedMultMax`               | `1.3`        | Upper clamp for the combined speed multiplier              |<br \/>\n| `staminaMultMin`             | `0.7`        | Lower clamp for the stamina (fly-duration) multiplier      |<br \/>\n| `staminaMultMax`             | `1.5`        | Upper clamp for the stamina multiplier                     |<br \/>\n| `weightMultMin`              | `0.7`        | Lower clamp for the weight-based speed penalty             |<br \/>\n| `weightMultMax`              | `1.2`        | Upper clamp for the weight-based speed penalty             |<br \/>\n| `heightMultMin`              | `0.4`        | Lower clamp for the type-based height multiplier           |<br \/>\n| `heightMultMax`              | `1.4`        | Upper clamp for the type-based height multiplier           |<br \/>\n| `weightNormKg`               | `40.0`       | Reference weight (kg) for speed penalty normalisation      |<br \/>\n| `weightDivisor`              | `200.0`      | Divisor scaling weight deviation into a speed factor       |<br \/>\n| `typeSpeed`                  | `17 entries` | Per-type horizontal speed multipliers                      |<br \/>\n| `typeStamina`                | `11 entries` | Per-type stamina (fly-duration) multipliers                |<br \/>\n| `typeHeight`                 | `18 entries` | Per-type preferred altitude multipliers                    |<br \/>\n| ## Lists                     |              |                                                            |<br \/>\n| `cannotFly`                  | `9 species`  | Species blacklisted from the flying system                 |<br \/>\n| `forceFly`                   | `[]`         | Species whitelisted to fly regardless of `canFly` check    |<\/p>\n<p>Requirements: Fabric, Cobblemon, Cloth Config API![Review]<\/p>\n<p>If more than 10,000 people download it, I will update to the neo version.(https:\/\/cdn.modrinth.com\/data\/cached_images\/57f6cdcd4287dca88fdb4ea237106d04b433725d.gif)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Wild Pok\u00e9mon actually fly! Each one takes off, soars, and lands naturally. Fully configurable<\/p>\n","protected":false},"featured_media":152272,"template":"","meta":{"_minecraft_slug":"tc-cobble-flight","_minecraft_project_id":"1DKccaZw","_minecraft_author":"ToanCao","_minecraft_license":"MIT","_minecraft_downloads":531,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"tc-cobble-flight.zip","_minecraft_size_bytes":7398119,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T14:54:59.133186Z","_minecraft_date_created":"2026-04-29T00:53:35.373256Z","_minecraft_date_modified":"2026-05-14T18:01:27.681484Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/tc-cobble-flight","_minecraft_icon_attachment_id":152272,"_minecraft_imported_at":"2026-06-09T04:53:32+00:00","_minecraft_import_hash":"3a5e00df379ad807b593d5e852bdf554","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,137,92,159],"mod_loader":[99],"minecraft_version":[37],"class_list":["post-152271","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-mobs","mod_category-utility","mod_category-worldgen","mod_loader-fabric","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>TC Cobble Flight - 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\/tc-cobble-flight\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TC Cobble Flight - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Wild Pok\u00e9mon actually fly! Each one takes off, soars, and lands naturally. Fully configurable\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tc-cobble-flight\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tc-cobble-flight\\\/\",\"name\":\"TC Cobble Flight - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tc-cobble-flight\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tc-cobble-flight\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tc-cobble-flight-icon-7faf4adaba8d032232ef5d7df0bbd44b3459e3ba_96.webp\",\"datePublished\":\"2026-06-09T04:53:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tc-cobble-flight\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tc-cobble-flight\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tc-cobble-flight\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tc-cobble-flight-icon-7faf4adaba8d032232ef5d7df0bbd44b3459e3ba_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tc-cobble-flight-icon-7faf4adaba8d032232ef5d7df0bbd44b3459e3ba_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tc-cobble-flight\\\/#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\":\"TC Cobble Flight\"}]},{\"@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":"TC Cobble Flight - 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\/tc-cobble-flight\/","og_locale":"en_US","og_type":"article","og_title":"TC Cobble Flight - Minecraft","og_description":"Wild Pok\u00e9mon actually fly! Each one takes off, soars, and lands naturally. Fully configurable","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/","name":"TC Cobble Flight - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tc-cobble-flight-icon-7faf4adaba8d032232ef5d7df0bbd44b3459e3ba_96.webp","datePublished":"2026-06-09T04:53:31+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tc-cobble-flight-icon-7faf4adaba8d032232ef5d7df0bbd44b3459e3ba_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tc-cobble-flight-icon-7faf4adaba8d032232ef5d7df0bbd44b3459e3ba_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tc-cobble-flight\/#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":"TC Cobble Flight"}]},{"@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\/152271","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\/152272"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=152271"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=152271"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=152271"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=152271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}