{"id":50316,"date":"2026-06-02T19:31:15","date_gmt":"2026-06-02T16:31:15","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/"},"modified":"2026-06-02T19:31:15","modified_gmt":"2026-06-02T16:31:15","slug":"create-track-map-fork","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/","title":{"rendered":"Create Track Map &#8211; Fork"},"content":{"rendered":"<p># Create Track Map<\/p>\n<p>![Mod version](https:\/\/img.shields.io\/modrinth\/v\/etKM9k4Z)<br \/>\n![Minecraft versions](https:\/\/img.shields.io\/badge\/minecraft-1.20.1-blue)<br \/>\n![Download count](https:\/\/img.shields.io\/modrinth\/dt\/etKM9k4Z)<\/p>\n<p>![Available for Forge](https:\/\/raw.githubusercontent.com\/gist\/jenchanws\/842eee8428e1e0aec20de4594878156a\/raw\/522a26e2c91cbafab79ddbbc6d942f1720249a8c\/forge.svg)<br \/>\n![Requires Create \u22650.6](https:\/\/modrinth.com\/mod\/create)<br \/>\n![Requires Kotlin for Forge](https:\/\/modrinth.com\/mod\/kotlin-for-forge)<\/p>\n<p>![Available on GitHub](https:\/\/github.com\/Radexin\/create-track-map)<br \/>\n![Available on Modrinth](https:\/\/modrinth.com\/mod\/create-track-map-fork)<\/p>\n<p>Create Track Map (CTM) is a multi-loader mod that displays a track map of Create trains in your world, including all tracks, signals, stations, and trains. The signals and trains are updated in (practically) real time.<\/p>\n<p>![Example track map](https:\/\/cdn.modrinth.com\/data\/gxoNIjg6\/images\/8aa58af4ca9cc459a84ce492770a92e358cd2714.gif)<\/p>\n<p># Usage<\/p>\n<p>CTM is available for download on Modrinth. **Please make sure you download the correct version for your loader, Minecraft version, and Create version.** Below is the compatibility chart for Create versions:<\/p>\n<p>| | CTM \u22641.3 | CTM 1.4 | CTM \u22651.5 |<br \/>\n|:&#8212;|:&#8211;:|:&#8211;:|:&#8211;:|<br \/>\n| **Create 6.0** | \u274c | \u2705 | \u2705 |<\/p>\n<p>## Installation<br \/>\nSimply place the .jar file in your mods folder (or install with a modloader) like any other mod! CTM is intended to be a server side mod, but can also run in single-player worlds and LAN servers. It runs a web server on port `3876` by default, but [this can be configured](#configuration). You must forward this port if you wish to see the map. *(How do I do this?)* <\/p>\n<p>The map itself is visible at the root (by default `http:\/\/localhost:3876\/`). If using a proxy to serve the map, make sure to configure it to let Server-Sent Events through.<\/p>\n<p>### *Singleplayer*<br \/>\nThe map is hosted on your computer so while Minecraft is open, enter `http:\/\/localhost:3876\/` into your browser.<\/p>\n<p>### *Multiplayer*<\/p>\n<p> **A) Local (LAN) server**<br \/>\nThe map is still hosted on your computer so while the game is open, enter `http:\/\/localhost:3876\/` into your browser.<br \/>\nThose in your household can see the map by entering `http:\/\/[your computer&#8217;s IPV4 address]:3876\/` into their browser.<br \/>\n*How do I see my computer&#8217;s IPV4 address?*<\/p>\n<p>**B) The server is on my PC**<br \/>\nThe map is still hosted on your computer so while the server is open,  enter `http:\/\/localhost:3876\/` into your browser.<br \/>\nThose in your household can see the map by entering `http:\/\/[your computer&#8217;s IPV4 address]:3876\/` into their browser.<br \/>\nThose outside your household can see the map by entering `http:\/\/[your public IPV4 address]:3876\/` into their browser.<br \/>\n*How do I see my public IPV4 address?*<\/p>\n<p>**C) The server is hosted with a hosting service**<br \/>\nThe map is hosted with the server on that service. You can see the map at `[your server address]:3876\/` while the server is up.<br \/>\n**NOTE: YOUR SERVICE MUST SUPPORT EXTRA PORT FORWARDING.** You can check with support\/the docs for the service or just good old Google. If the service doesn&#8217;t support this, you are out of luck. You can switch services or try hosting your own.<\/p>\n<p>*Just so it&#8217;s clear: Do not include the brackets around your IPV4 address! For example: `192.168.0.0:3876`*<\/p>\n<p>## READ THIS BEFORE ASKING FOR HELP!<\/p>\n<p>To use this mod, **you must be able to open a second port**, in addition to your Minecraft server, which CTM will run its web server on. If you are using Aternos, this is not possible. If you are using a shared hosting provider, please contact your host for assistance in opening a port. No support will be provided to open a port or to diagnose issues which are not caused by a bug in the mod.<\/p>\n<p># Advanced Usage<\/p>\n<p>### CTM API<br \/>\nCTM provides the following API, also accessible through the same port:<\/p>\n<p>&#8211; `\/api\/network`, `\/api\/network.rt`: List of all track pieces and train stations<br \/>\n&#8211; `\/api\/signals`, `\/api\/signals.rt`: List of all train signals, including their states<br \/>\n  (green, yellow, red)<br \/>\n&#8211; `\/api\/blocks`, `\/api\/blocks.rt`: List of all signal control blocks, and whether they are occupied or reserved by a train<br \/>\n&#8211; `\/api\/trains`, `\/api\/trains.rt`: List of all assembled trains, including their names and<br \/>\n  positions<br \/>\n&#8211; `\/api\/style.css`: CSS style sheet generated from configured colors and fonts<br \/>\n&#8211; `\/api\/config.json`: Map configuration<\/p>\n<p>The `.rt` versions update in real time with Server-Sent Events (SSE).<\/p>\n<p>### Configuration<\/p>\n<p>CTM&#8217;s config options can be found at `create-track-map.json` in your server&#8217;s config directory. It is automatically created at startup if it doesn&#8217;t exist.<\/p>\n<p>The following options are available:<\/p>\n<p>&#8220;`js<br \/>\n{<br \/>\n  \/\/ Whether to actually start the watcher and the server.<br \/>\n  &#8220;enable&#8221;: false,<\/p>\n<p>  \/\/ How long to wait between track data updates.<br \/>\n  &#8220;watch_interval_seconds&#8221;: 0.5,<br \/>\n  \/\/ The port the internal web server listens on.<br \/>\n  &#8220;server_port&#8221;: 3876,<\/p>\n<p>  &#8220;map_style&#8221;: {<br \/>\n    \/\/ Font to use for the map&#8217;s UI. Must be a valid CSS font stack.<br \/>\n    &#8220;font&#8221;: &#8220;ui-monospace, &#8220;JetBrains Mono&#8221;, monospace&#8221;,<br \/>\n    \/\/ Colors for individual components of the map. Must be valid CSS colors.<br \/>\n    \/\/ Any CSS color format will work, such as named colors and rgb().<br \/>\n    &#8220;colors&#8221;: {<br \/>\n      &#8220;background&#8221;: &#8220;#888&#8221;,<br \/>\n      &#8220;track&#8221;: {<br \/>\n        &#8220;occupied&#8221;: &#8220;red&#8221;,<br \/>\n        &#8220;reserved&#8221;: &#8220;pink&#8221;,<br \/>\n        &#8220;free&#8221;: &#8220;white&#8221;<br \/>\n      },<br \/>\n      &#8220;signal&#8221;: {<br \/>\n        &#8220;green&#8221;: &#8220;#71db51&#8221;,<br \/>\n        &#8220;yellow&#8221;: &#8220;#ffd15c&#8221;,<br \/>\n        &#8220;red&#8221;: &#8220;#ff5f5c&#8221;,<br \/>\n        &#8220;outline&#8221;: &#8220;black&#8221;<br \/>\n      },<br \/>\n      &#8220;portal&#8221;: {<br \/>\n        &#8220;primary&#8221;: &#8220;purple&#8221;,<br \/>\n        &#8220;outline&#8221;: &#8220;white&#8221;<br \/>\n      },<br \/>\n      &#8220;station&#8221;: {<br \/>\n        &#8220;primary&#8221;: &#8220;white&#8221;,<br \/>\n        &#8220;outline&#8221;: &#8220;black&#8221;<br \/>\n      },<br \/>\n      &#8220;train&#8221;: &#8220;cyan&#8221;,<br \/>\n      &#8220;lead_car&#8221;: &#8220;darkturquoise&#8221;<br \/>\n    }<br \/>\n  },<\/p>\n<p>  &#8220;map_view&#8221;: {<br \/>\n    &#8220;initial_dimension&#8221;: &#8220;minecraft:overworld&#8221;,<br \/>\n    &#8220;initial_position&#8221;: { &#8220;x&#8221;: 0, &#8220;z&#8221;: 0 },<\/p>\n<p>    \/\/ Zoom levels must be integers, but may be negative.<br \/>\n    \/\/ Each zoom level is twice as big as the previous.<br \/>\n    \/\/ 0 is a decent minimum but may be impractical for large networks.<br \/>\n    \/\/ 3 is the sensible default for viewing double-tracked networks.<br \/>\n    &#8220;initial_zoom&#8221;: 3,<br \/>\n    &#8220;min_zoom&#8221;: 0,<br \/>\n    &#8220;max_zoom&#8221;: 4,<\/p>\n<p>    \/\/ Whether a zoom control should be visible on the screen.<br \/>\n    &#8220;zoom_controls&#8221;: true,<\/p>\n<p>    \/\/ Which side of the track a signal should be displayed on.<br \/>\n    \/\/ Valid values are LEFT or RIGHT (all uppercase).<br \/>\n    &#8220;signals_on&#8221;: &#8220;RIGHT&#8221;<br \/>\n  },<\/p>\n<p>  &#8220;dimensions&#8221;: {<br \/>\n    \/\/ Dimension names must be namespaced.<br \/>\n    &#8220;minecraft:overworld&#8221;: {<br \/>\n      \/\/ Label that shows up in the layer switcher.<br \/>\n      &#8220;label&#8221;: &#8220;Overworld&#8221;<br \/>\n    },<br \/>\n    &#8220;minecraft:the_nether&#8221;: {<br \/>\n      &#8220;label&#8221;: &#8220;Nether&#8221;<br \/>\n    },<br \/>\n    &#8220;minecraft:the_end&#8221;: {<br \/>\n      &#8220;label&#8221;: &#8220;End&#8221;<br \/>\n    }<br \/>\n  },<\/p>\n<p>  &#8220;layers&#8221;: {<br \/>\n    &#8220;tracks&#8221;: {<br \/>\n      &#8220;label&#8221;: &#8220;Tracks&#8221;,<br \/>\n      &#8220;min_zoom&#8221;: 0,<br \/>\n      &#8220;max_zoom&#8221;: 4<br \/>\n    },<br \/>\n    &#8220;blocks&#8221;: {<br \/>\n      &#8220;label&#8221;: &#8220;Track Occupancy&#8221;,<br \/>\n      &#8220;min_zoom&#8221;: 0,<br \/>\n      &#8220;max_zoom&#8221;: 4<br \/>\n    },<br \/>\n    &#8220;signals&#8221;: {<br \/>\n      &#8220;label&#8221;: &#8220;Signals&#8221;,<br \/>\n      &#8220;min_zoom&#8221;: 0,<br \/>\n      &#8220;max_zoom&#8221;: 4<br \/>\n    },<br \/>\n    &#8220;portals&#8221;: {<br \/>\n      &#8220;label&#8221;: &#8220;Portals&#8221;,<br \/>\n      &#8220;min_zoom&#8221;: 0,<br \/>\n      &#8220;max_zoom&#8221;: 4<br \/>\n    },<br \/>\n    &#8220;stations&#8221;: {<br \/>\n      &#8220;label&#8221;: &#8220;Stations&#8221;,<br \/>\n      &#8220;min_zoom&#8221;: 0,<br \/>\n      &#8220;max_zoom&#8221;: 4<br \/>\n    },<br \/>\n    &#8220;trains&#8221;: {<br \/>\n      &#8220;label&#8221;: &#8220;Trains&#8221;,<br \/>\n      &#8220;min_zoom&#8221;: 0,<br \/>\n      &#8220;max_zoom&#8221;: 4<br \/>\n    }<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>Reload the config without restarting the server by running `\/ctm reload` (operator permissions required).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Port to Create 6.0 (originally made by littlechasiu)<\/p>\n","protected":false},"featured_media":50317,"template":"","meta":{"_minecraft_slug":"create-track-map-fork","_minecraft_project_id":"etKM9k4Z","_minecraft_author":"Radexin","_minecraft_license":"MIT","_minecraft_downloads":2452,"_minecraft_follows":15,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"create-track-map-fork.zip","_minecraft_size_bytes":8003535,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T19:54:33.357941Z","_minecraft_date_created":"2025-08-01T02:11:12.494818Z","_minecraft_date_modified":"2025-08-02T13:45:44.065980Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/create-track-map-fork","_minecraft_icon_attachment_id":50317,"_minecraft_imported_at":"2026-06-02T16:31:18+00:00","_minecraft_import_hash":"eb132ca0b292b7e5303895bba3716c8b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[104,158,869,92],"mod_loader":[106,160],"minecraft_version":[36],"class_list":["post-50316","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-forge","mod_category-neoforge","mod_category-transportation","mod_category-utility","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create Track Map - Fork - 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\/create-track-map-fork\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create Track Map - Fork - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Port to Create 6.0 (originally made by littlechasiu)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-track-map-fork\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-track-map-fork\\\/\",\"name\":\"Create Track Map - Fork - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-track-map-fork\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-track-map-fork\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-track-map-fork-icon-ce482c28b08e0bcd068e78133090e696546f891c_96.webp\",\"datePublished\":\"2026-06-02T16:31:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-track-map-fork\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-track-map-fork\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-track-map-fork\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-track-map-fork-icon-ce482c28b08e0bcd068e78133090e696546f891c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-track-map-fork-icon-ce482c28b08e0bcd068e78133090e696546f891c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-track-map-fork\\\/#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\":\"Create Track Map &#8211; Fork\"}]},{\"@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":"Create Track Map - Fork - 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\/create-track-map-fork\/","og_locale":"en_US","og_type":"article","og_title":"Create Track Map - Fork - Minecraft","og_description":"Port to Create 6.0 (originally made by littlechasiu)","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/","name":"Create Track Map - Fork - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-track-map-fork-icon-ce482c28b08e0bcd068e78133090e696546f891c_96.webp","datePublished":"2026-06-02T16:31:15+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-track-map-fork-icon-ce482c28b08e0bcd068e78133090e696546f891c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-track-map-fork-icon-ce482c28b08e0bcd068e78133090e696546f891c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-track-map-fork\/#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":"Create Track Map &#8211; Fork"}]},{"@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\/50316","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\/50317"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=50316"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=50316"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=50316"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=50316"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}