{"id":144442,"date":"2026-06-08T18:12:13","date_gmt":"2026-06-08T15:12:13","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/"},"modified":"2026-06-08T18:12:13","modified_gmt":"2026-06-08T15:12:13","slug":"smuc","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/","title":{"rendered":"Simple Modpack Update Checker"},"content":{"rendered":"<p>![icon.png](https:\/\/cdn.modrinth.com\/data\/I70N6bTC\/a38a4215bb7e541cd4d4d7aaea7883effd18b9e1.png)<\/p>\n<p>**Simple Modpack Update Checker** is a lightweight mod designed to check if your modpack is up-to-date. This mod<br \/>\nverifies the version of your modpack against a remote source and notifies you if an update is available.<\/p>\n<p>## Supported Versions<\/p>\n<p>|            | smuc 1.0.0 | smuc 2.0.0 |<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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;:|<br \/>\n| mc 26.1    |                             \u274c                             |                             \u2705                             |<br \/>\n| mc 1.21.x |                             \u2705                             |                             \u2705                             |<\/p>\n<p>## Configuration<\/p>\n<p>The configuration file is located at `config\/simple-modpack-update-checker.json`. For most users, only three fields are required:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;configVersion&#8221;: 2,<br \/>\n  &#8220;localVersion&#8221;: &#8220;3.3.3&#8221;,<br \/>\n  &#8220;identifier&#8221;: &#8220;KmiWHzQ4&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>1. **configVersion**: Configuration file version (automatically set)<br \/>\n2. **localVersion**: The current version of the installed modpack. This can be any string.<br \/>\n3. **identifier**: Either a URL to a text file containing the latest version (formatted as `version = &#8220;String&#8221;`, eg your pack.toml from packwiz) or the Modrinth project ID.<\/p>\n<p>### Configuration Options<\/p>\n<p>| Field | Required | Description                           | Default      | Example                |<br \/>\n|&#8212;&#8212;-|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `configVersion` | \u2705 | Configuration file version            | `2`          | `2`                    |<br \/>\n| `localVersion` | \u2705 | Current version of your modpack       | &#8211;            | `&#8221;3.3.3&#8243;`              |<br \/>\n| `identifier` | \u2705 | Modrinth project ID or URL            | &#8211;            | `&#8221;KmiWHzQ4&#8243;`           |<br \/>\n| `minecraftVersions` | \u274c | Specific Minecraft <br \/>version to track <br \/>**(Modrinth only)** | All versions | `[&#8220;1.21.4&#8221;, &#8220;1.21.5&#8221;]` |<br \/>\n| `releaseChannel` | \u274c | Release channel to follow <br \/>**(Modrinth only)**            | `&#8221;release&#8221;`  | `&#8221;beta&#8221;`, `&#8221;alpha&#8221;`    |<\/p>\n<p>**Note:** `minecraftVersions` and `releaseChannel` only work when using a Modrinth project ID. When using a URL, these options are ignored and the mod will simply check the version string from your URL.<\/p>\n<p>### Release Channels<\/p>\n<p>**Note:** Release channels only work when using a **Modrinth project ID**. URL-based configurations will ignore this setting.<\/p>\n<p>The mod supports different release channels that work in a **hierarchical** way &#8211; more unstable channels include all the more stable ones:<\/p>\n<p>#### Channel Types<br \/>\n&#8211; **`&#8221;release&#8221;` (default)**: Only stable releases<br \/>\n&#8211; **`&#8221;beta&#8221;`**: Beta and stable releases<br \/>\n&#8211; **`&#8221;alpha&#8221;`**: Alpha, beta, and stable releases (everything)<\/p>\n<p>#### Example Scenario<br \/>\nIf a project has these versions (newest first):<br \/>\n1. `2.1.0-alpha` (yesterday)<br \/>\n2. `2.0.5` (release, 3 days ago)<br \/>\n3. `2.0.4-beta` (1 week ago)<\/p>\n<p>**Results by channel:**<br \/>\n&#8211; `&#8221;alpha&#8221;` \u2192 Shows `2.1.0-alpha` (latest of any type)<br \/>\n&#8211; `&#8221;beta&#8221;` \u2192 Shows `2.0.5` (latest beta\/release, skips alpha)<br \/>\n&#8211; `&#8221;release&#8221;` \u2192 Shows `2.0.5` (latest release only)<\/p>\n<p>### Examples<\/p>\n<p>**Using a URL (basic version checking only)**:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;configVersion&#8221;: 2,<br \/>\n  &#8220;localVersion&#8221;: &#8220;3.3.3&#8221;,<br \/>\n  &#8220;identifier&#8221;: &#8220;https:\/\/raw.githubusercontent.com\/SkyblockerMod\/Skyblocker-modpack\/main\/packwiz\/pack.toml&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>**Using a Modrinth Project ID (basic)**:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;configVersion&#8221;: 2,<br \/>\n  &#8220;localVersion&#8221;: &#8220;3.3.3&#8221;,<br \/>\n  &#8220;identifier&#8221;: &#8220;KmiWHzQ4&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>**With Minecraft version filtering (Modrinth only)**:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;configVersion&#8221;: 2,<br \/>\n  &#8220;localVersion&#8221;: &#8220;3.3.3&#8221;,<br \/>\n  &#8220;identifier&#8221;: &#8220;KmiWHzQ4&#8221;,<br \/>\n  &#8220;minecraftVersions&#8221;: [&#8220;1.21.4&#8221;]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>**With beta release channel (Modrinth only)**:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;configVersion&#8221;: 2,<br \/>\n  &#8220;localVersion&#8221;: &#8220;3.3.3-beta.5&#8221;,<br \/>\n  &#8220;identifier&#8221;: &#8220;KmiWHzQ4&#8221;,<br \/>\n  &#8220;releaseChannel&#8221;: &#8220;beta&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>**With multiple Minecraft versions and release channel (Modrinth only)**:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;configVersion&#8221;: 2,<br \/>\n  &#8220;localVersion&#8221;: &#8220;3.3.3&#8221;,<br \/>\n  &#8220;identifier&#8221;: &#8220;KmiWHzQ4&#8221;,<br \/>\n  &#8220;minecraftVersions&#8221;: [&#8220;1.21.4&#8221;, &#8220;1.21.5&#8221;],<br \/>\n  &#8220;releaseChannel&#8221;: &#8220;alpha&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## Usage<\/p>\n<p>When you start Minecraft with this mod installed, it will automatically check for updates based on your configuration<br \/>\nfile and notify you if an update is available.<\/p>\n<p>### For Modrinth Projects<br \/>\n&#8211; The mod fetches version information from the Modrinth API<br \/>\n&#8211; Supports filtering by Minecraft version(s) and release channels<br \/>\n&#8211; Shows notifications for newer versions based on your configured filters<\/p>\n<p>### For URL-Based Checks<br \/>\n&#8211; The mod fetches content from your specified URL<br \/>\n&#8211; Looks for version information in the format `version = &#8220;String&#8221;`<br \/>\n&#8211; Compatible with packwiz pack.toml files<br \/>\n&#8211; **Note:** Minecraft version filtering and release channels are not supported with URLs<\/p>\n<p>![img.png](https:\/\/cdn.modrinth.com\/data\/I70N6bTC\/images\/1babc5d3fef1b29f8fd1aa49f845edc21b1d7774.png)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple mod for modpacks that automatically checks if the modpack is up-to-date and displays a toast if it is not. Use modrinth id for reference.<\/p>\n","protected":false},"featured_media":144443,"template":"","meta":{"_minecraft_slug":"smuc","_minecraft_project_id":"I70N6bTC","_minecraft_author":"Wohlhabend","_minecraft_license":"MIT","_minecraft_downloads":326057,"_minecraft_follows":12,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"smuc.zip","_minecraft_size_bytes":21690,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T18:38:08.140477Z","_minecraft_date_created":"2024-06-29T03:15:01.180020Z","_minecraft_date_modified":"2026-03-24T18:56:06.284932Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/smuc","_minecraft_icon_attachment_id":144443,"_minecraft_imported_at":"2026-06-08T15:12:14+00:00","_minecraft_import_hash":"303df0f0af90d25c53eafcd919da68f5","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,92],"mod_loader":[99],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-144442","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-utility","mod_loader-fabric","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Simple Modpack Update Checker - 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\/smuc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple Modpack Update Checker - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple mod for modpacks that automatically checks if the modpack is up-to-date and displays a toast if it is not. Use modrinth id for reference.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/\" \/>\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=\"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\\\/smuc\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/smuc\\\/\",\"name\":\"Simple Modpack Update Checker - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/smuc\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/smuc\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/smuc-icon-dbb3305268a4d821c730ea290f51c55289c9f8a4_96.webp\",\"datePublished\":\"2026-06-08T15:12:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/smuc\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/smuc\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/smuc\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/smuc-icon-dbb3305268a4d821c730ea290f51c55289c9f8a4_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/smuc-icon-dbb3305268a4d821c730ea290f51c55289c9f8a4_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/smuc\\\/#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\":\"Simple Modpack Update Checker\"}]},{\"@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":"Simple Modpack Update Checker - 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\/smuc\/","og_locale":"en_US","og_type":"article","og_title":"Simple Modpack Update Checker - Minecraft","og_description":"A simple mod for modpacks that automatically checks if the modpack is up-to-date and displays a toast if it is not. Use modrinth id for reference.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/","og_site_name":"Minecraft","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\/smuc\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/","name":"Simple Modpack Update Checker - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/smuc-icon-dbb3305268a4d821c730ea290f51c55289c9f8a4_96.webp","datePublished":"2026-06-08T15:12:13+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/smuc\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/smuc-icon-dbb3305268a4d821c730ea290f51c55289c9f8a4_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/smuc-icon-dbb3305268a4d821c730ea290f51c55289c9f8a4_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/smuc\/#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":"Simple Modpack Update Checker"}]},{"@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\/144442","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\/144443"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=144442"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=144442"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=144442"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=144442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}