|
.github/workflows
|
vercel: get correct env
|
2023-09-01 08:55:03 +03:00 |
|
.vscode
|
add firefox attach config that I don't use
|
2023-09-03 13:19:47 +03:00 |
|
assets
|
format manifest: specify orientation
|
2023-08-28 06:38:11 +03:00 |
|
cypress
|
test error fix
|
2023-08-28 13:52:07 +03:00 |
|
prismarine-viewer
|
do not bundle large assets package, cleanup esbuildPlugins
|
2023-09-03 17:27:20 +03:00 |
|
scripts
|
do not bundle large assets package, cleanup esbuildPlugins
|
2023-09-03 17:27:20 +03:00 |
|
src
|
do not bundle large assets package, cleanup esbuildPlugins
|
2023-09-03 17:27:20 +03:00 |
|
.dockerignore
|
Added docker support, made config dynamic (#108)
|
2021-03-21 17:14:14 +01:00 |
|
.gitignore
|
use custom mc loader to drop a few mb of bundle & allow to specify allowlist for faster dev builds (will be cached in future)
|
2023-08-30 10:43:21 +03:00 |
|
.gitpod
|
remove custom gitpod as the default one is good enough and faster
|
2021-03-14 22:58:20 +01:00 |
|
.npmignore
|
fix package.json
|
2021-02-27 22:28:08 +00:00 |
|
.npmrc
|
[pnpm] enable shell-emulator for new contributors on windows
|
2023-08-21 22:06:38 +03:00 |
|
config.json
|
change default host
|
2023-04-09 01:10:50 +02:00 |
|
cypress.json
|
first real cypress test, try on ci
|
2023-08-17 05:35:29 +03:00 |
|
Dockerfile
|
Added docker support, made config dynamic (#108)
|
2021-03-21 17:14:14 +01:00 |
|
esbuild.mjs
|
copy only entity textures, inline others! it reduces copy time and deploy size
|
2023-08-30 10:53:58 +03:00 |
|
index.html
|
move building to esbuild
|
2023-08-28 06:37:57 +03:00 |
|
LICENSE
|
Initial commit
|
2021-02-27 22:27:59 +01:00 |
|
minecraft-server.mjs
|
test error fix
|
2023-08-28 13:52:07 +03:00 |
|
package.json
|
try to fix with css loading with webpack + new space-squid esbuild require
|
2023-09-03 10:04:26 +03:00 |
|
pnpm-workspace.yaml
|
use local version of prismarine-viewer for futher modifications & improvements
|
2023-08-12 17:40:07 +03:00 |
|
screenshot.png
|
[ImgBot] Optimize images (#348)
|
2023-07-22 14:55:20 +02:00 |
|
server.js
|
fix dev esbuild config
|
2023-08-28 10:34:22 +03:00 |
|
tsconfig.json
|
inventory support with sprites (only multiplayer fully supported for now)! true block rendering!
|
2023-08-31 19:33:33 +03:00 |
|
webpack.common.js
|
try to fix with css loading with webpack + new space-squid esbuild require
|
2023-09-03 10:04:26 +03:00 |
|
webpack.dev.js
|
inventories are almost here wip:
|
2023-08-22 05:03:36 +03:00 |
|
webpack.prod.js
|
manually craft sw to allow singleplayer fully offline!
|
2023-08-19 04:26:24 +03:00 |