Skip to content

Commit

Permalink
deploy: 111188d
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 16, 2023
0 parents commit bf2824a
Show file tree
Hide file tree
Showing 4,660 changed files with 2,461,911 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions blocksStates/1.10.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.11.2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.12.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.13.2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.13.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.14.4.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.15.2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.16.1.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.16.4.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.17.1.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.18.1.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.19.1.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.8.8.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blocksStates/1.9.json

Large diffs are not rendered by default.

Binary file added click_stereo.mp3
Binary file not shown.
7 changes: 7 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"defaultHost": "pjs.deptofcraft.com",
"defaultHostPort": 25565,
"defaultProxy": "",
"defaultProxyPort": 0,
"defaultVersion": ""
}
Binary file added extra-textures/background/panorama_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra-textures/background/panorama_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra-textures/background/panorama_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra-textures/background/panorama_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra-textures/background/panorama_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra-textures/background/panorama_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra-textures/edition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra-textures/gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extra-textures/loading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<script>
window.startLoad = Date.now()
</script>
<script type="module">
const checkLoadEruda = () => {
if (window.location.hash === '#dev') {
// todo precache (check offline)?
import('https://cdn.skypack.dev/eruda').then(({ default: eruda }) => {
eruda.init()
})
}
}
checkLoadEruda()
window.addEventListener('hashchange', (e) => {
setTimeout(() => {
checkLoadEruda()
})
})
</script>
<title>Prismarine Web Client</title>
<link rel="stylesheet" href="index.css">
<link rel="favicon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png" />
<meta name="description" content="Minecraft web client running in your browser">
<meta name="keywords" content="Play, Minecraft, Online, Web, Server, Single player, Javascript, PrismarineJS, Voxel, WebGL, Three.js">
<meta name="date" content="2023-09-11" scheme="YYYY-MM-DD">
<meta name="language" content="English">
<meta name="author" content="PrismarineJS">
<meta name="theme-color" content="#349474">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=no'>
<meta property="og:title" content="Prismarine Web Client" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://prismarinejs.github.io/prismarine-web-client/favicon.png" />
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
</head>
<body>
<div id="ui-root">
<div id="react-root"></div>
<pmui-hud id="hud" style="display: none;"></pmui-hud>
<pmui-pausescreen id="pause-screen" style="display: none;"></pmui-pausescreen>
<pmui-loading-error-screen id="loading-error-screen" style="display: none;"></pmui-loading-error-screen>
<pmui-playscreen id="play-screen" style="display: none;"></pmui-playscreen>
<pmui-keybindsscreen id="keybinds-screen" style="display: none;"></pmui-keybindsscreen>
<pmui-optionsscreen id="options-screen" style="display: none;"></pmui-optionsscreen>
<pmui-advanced-optionsscreen style="display: none;"></pmui-advanced-optionsscreen>
<pmui-titlescreen id="title-screen" style="display: none;"></pmui-titlescreen>
<pmui-notification></pmui-notification>
<context-menu id="context-menu"></context-menu>
</div>
<script src="index.js"></script>
</body>
</html>
5,870 changes: 5,870 additions & 0 deletions index.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions index.js.map

Large diffs are not rendered by default.

Binary file added invsprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Prismarine Web Client",
"short_name": "Prismarine Web Client",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "favicon.png",
"sizes": "512x512"
}
],
"background_color": "#349474",
"theme_color": "#349474",
"lang": "en-US",
"orientation": "landscape",
"display": "standalone"
}
Loading

0 comments on commit bf2824a

Please sign in to comment.