Austinjohnson.emmacraft.org // Personal record

You Googled
Me.

You may have found a court record, an article, an accusation, a mistake, a dispute, or one difficult chapter before you ever found me. I'm not asking you to ignore any of it. I'm asking you to walk through the whole story.

There are three lenses inside this world: my account, the public record, and what I built afterward. They are intentionally separated. You decide what they mean when you put them together.
Austin Johnson austinjohnson.emmacraft.org
Chapter 00
The Door Is Open
WASD to move · Mouse to look · E to inspect · Shift to move faster
0 artifacts examined

} } if ( renderer.xr.isPresenting ) { renderer.render( scene, camera ); } else { composer.render(); } } ); /* ========================================================= INITIAL STATE ========================================================= */ updateProgress(); applyLens(); updateChapter(); /* ========================================================= WEBGL FAILURE ========================================================= */ renderer.domElement.addEventListener( "webglcontextlost", (event) => { event.preventDefault(); if ( document.pointerLockElement ) { document.exitPointerLock(); } dialogKicker.textContent = "Graphics"; dialogTitle.textContent = "3D Context Lost"; dialogBody.innerHTML = `

The browser lost its WebGL graphics context.

Your story is still available through the readable version. Nothing in the story depends on the 3D renderer.

`; dialogActions.innerHTML = ""; artifactDialog.showModal(); } ); console.info( `Austin Johnson World v${CONFIG.worldVersion}` );