{#if currentView === "home"}
{:else if currentView === "versions"}
{:else if currentView === "settings"}
{#if javaInstallations.length > 0}
{/if}
{#if uiState.currentView === "home"}
{:else if uiState.currentView === "versions"}
{:else if uiState.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
Detected Java Installations:
{#each javaInstallations as java} {/each}The command or path to the Java Runtime Environment. Click "Auto Detect" to find installed Java versions.