diff --git a/common/src/main/kotlin/quaedam/shell/ProjectionShellScreen.kt b/common/src/main/kotlin/quaedam/shell/ProjectionShellScreen.kt index 4db2a7c..d495a9d 100644 --- a/common/src/main/kotlin/quaedam/shell/ProjectionShellScreen.kt +++ b/common/src/main/kotlin/quaedam/shell/ProjectionShellScreen.kt @@ -38,7 +38,7 @@ class ProjectionShellScreen(val level: Level, val pos: BlockPos, val shell: Proj block.applyFromShell(level, pos, shell) } GameInstance.getClient().setScreen(null) - }.build()) + }.build().apply(::setInitialFocus)) } layout.arrangeElements() layout.x = (width - layout.width) / 2