We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b472583 commit 07e7c6fCopy full SHA for 07e7c6f
package.json
@@ -219,5 +219,9 @@
219
"minecraft-protocol@1.54.0": "patches/minecraft-protocol@1.54.0.patch"
220
}
221
},
222
+ "deployAlwaysUpdate": [
223
+ "@nxg-org/mineflayer-physics-util",
224
+ "mineflayer"
225
+ ],
226
"packageManager": "pnpm@9.0.4"
227
src/react/components/LibraryVersions.tsx
@@ -13,9 +13,9 @@ const LibraryVersions: React.FC = () => {
13
'minecraft-protocol': mcProtocolPkg.version
14
15
16
- const { gameLoaded } = useSnapshot(miscUiState)
+ // const { gameLoaded } = useSnapshot(miscUiState)
17
18
- if (!gameLoaded) return null
+ // if (!gameLoaded) return null
19
20
return (
21
<div
0 commit comments