pages235/scripts
Vitaly 9b72cdb8f0
feat: migrate to mc-assets & Rsbuild better resource pack support (#164)
The complete migration from `minecraft-assets` to [`mc-assets`](https://npmjs.com/mc-assets).

Now all block states & block models are processed dynamically! So it is now easily possible to implement custom models

- no post-install work anymore: the building is now 3x faster and 4x faster in docker
- drop 10x total deploy size
- display world ~1.5x faster
- fix snow & repeater state parser (they didn't render correctly)

rsbuild pipeline!

- the initial app load is faster ~1.2
- much fewer requests are made & cached
- dev reloads are fast now

Resource pack changes:

- now textures are reloaded much more quickly on the fly
- add hotkey to quickly reload textures (for debugging) assigned to F3+T (open dev widget is now assigned to F3+Y)
- add a way to disable resource pack instead of uninstalling it
- items render from resource pack are now support
- resource pack widgets & icons are now supported
2024-07-26 13:12:28 +03:00
..
build.js feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
buildNpmReact.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
dockerPrepare.mjs feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
downloadSoundsMap.mjs rename project to minecraft-web-client 2024-06-10 03:27:34 +03:00
esbuildPlugins.mjs feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
genMcDataTypes.ts add mc data types 2024-04-17 08:03:49 +03:00
genPixelartTypes.ts fix: bundle pixealrticons with the app instead of fetching them from remote location in runtime 2024-07-07 19:18:48 +03:00
genShims.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
getMissingRecipes.mjs feat: Add recipes, usages & guides for every item in the game to builtin JEI! 2024-06-19 00:51:00 +03:00
githubActions.mjs feat: add gamemode selector in create world screen. always use creative with ?singleplayer=1 2024-05-26 18:58:46 +03:00
optimizeBlockCollisions.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
outdatedGitPackages.mjs outdated commit hints in ci!! (#101) 2024-04-15 05:44:25 +03:00
prepareData.mjs fix: drop download & deploy size by 1.5x by inlining optimized block collision shapes 2023-11-04 09:04:09 +03:00
prepareSounds.mjs rename project to minecraft-web-client 2024-06-10 03:27:34 +03:00
replaceFavicon.mjs feat: new clean favicon (#155) 2024-07-06 00:28:59 +03:00
updateHandledPackets.mjs add handled packets stats 2024-07-13 06:17:47 +03:00