{#if currentView === "home"}
{:else if currentView === "versions"}
{:else if currentView === "settings"}
{/if}
MINECRAFT
JAVA EDITION
Release 1.20.4
Versions
{#if versions.length === 0}
Loading versions...
{:else}
{#each versions as version}
{/each}
{/if}
Settings
The command or path to the Java Runtime Environment.
e.key === "Enter" && openLoginModal()}
>
{#if currentAccount}
{:else}
?
{/if}
{currentAccount ? currentAccount.username : "Click to Login"}
{currentAccount ? "Ready" : "Guest"}