Versions

{#if gameState.versions.length === 0}
Loading versions...
{:else if filteredVersions().length === 0}
{#if normalizedQuery.length > 0} No versions found matching "{searchQuery}" {:else} No versions in this category {/if}
{:else} {#each filteredVersions() as version} {@const badge = getVersionBadge(version.type)} {/each} {/if}
{#if gameState.selectedVersion}

Selected

{gameState.selectedVersion}

{/if}

💡 Tip

Select a vanilla Minecraft version, then use the Mod Loader panel to install Fabric or Forge. Installed modded versions will appear in the list with colored badges.