diff --git a/common/src/main/kotlin/quaedam/shell/ProjectionShellScreen.kt b/common/src/main/kotlin/quaedam/shell/ProjectionShellScreen.kt index 7a24a5c..d51afd6 100644 --- a/common/src/main/kotlin/quaedam/shell/ProjectionShellScreen.kt +++ b/common/src/main/kotlin/quaedam/shell/ProjectionShellScreen.kt @@ -81,4 +81,6 @@ class ProjectionShellScreen(val level: Level, val pos: BlockPos, val shell: Proj ProjectionShell.channel.sendToServer(ServerboundPSHLockReleasePacket(pos)) } + override fun isPauseScreen() = false + } \ No newline at end of file diff --git a/common/src/main/resources/assets/quaedam/textures/item/projection_shell.png b/common/src/main/resources/assets/quaedam/textures/item/projection_shell.png new file mode 100644 index 0000000..50963c9 Binary files /dev/null and b/common/src/main/resources/assets/quaedam/textures/item/projection_shell.png differ