feat: set default focus for PSH screen
This commit is contained in:
parent
68b8c73896
commit
968c885dba
@ -38,7 +38,7 @@ class ProjectionShellScreen(val level: Level, val pos: BlockPos, val shell: Proj
|
|||||||
block.applyFromShell(level, pos, shell)
|
block.applyFromShell(level, pos, shell)
|
||||||
}
|
}
|
||||||
GameInstance.getClient().setScreen(null)
|
GameInstance.getClient().setScreen(null)
|
||||||
}.build())
|
}.build().apply(::setInitialFocus))
|
||||||
}
|
}
|
||||||
layout.arrangeElements()
|
layout.arrangeElements()
|
||||||
layout.x = (width - layout.width) / 2
|
layout.x = (width - layout.width) / 2
|
||||||
|
Loading…
Reference in New Issue
Block a user