{#if currentView === "home"}

MINECRAFT

JAVA EDITION Release 1.20.4
{:else if currentView === "versions"}

Versions

{#if versions.length === 0}
Loading versions...
{:else} {#each versions as version} {/each} {/if}
{:else if currentView === "settings"}

Settings

The command or path to the Java Runtime Environment.

{/if}
e.key === "Enter" && login()} >
{#if currentAccount} {currentAccount.username} {:else} ? {/if}
{currentAccount ? currentAccount.username : "Click to Login"}
{currentAccount ? "Ready" : "Guest"}
{#if status !== "Ready"}
Status
{status}
{/if}