mc-assets 0.2.47 → 0.2.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.MD CHANGED
@@ -13,12 +13,11 @@ npm i mc-assets
13
13
  - **Automatic Updates** - This library is automatically updated and published to npm.
14
14
  - **Fully Typed** - Today is nothing can be done without TypeScript. We ship best type definitions possible.
15
15
  - **Early Access** - It always includes the latest pre and rc (release candidate) version.
16
- - **Version Accurate** - Includes data for **all released versions** starting from 1.7.10.
16
+ - **Version Accurate** - Includes data for **all released versions** starting from 1.7.10 (models from 1.13.0 post-flattening).
17
+ - **Block Entities Models** - Includes community-crafted models for block entities.
17
18
  - **New Items Format Support** - Get different item models based on conditions (using item, display context, etc)
18
19
  - **Memory Efficient** - Small installation size, for the fastest download & loading time.
19
20
  - **Simple & Complete API** - Works in browsers out of the box and provides parsers for all the data this library provides.
20
- - **Easy to Use Items Textures** - Includes hand-crafted isometric textures for some blocks.
21
- - **Block Entities Models** - Includes community-crafted models for block entities.
22
21
 
23
22
  This module was originally designed as standalone package for [https://mcraft.fun](mcraft.fun) ([repo](https://github.com/zardoy/minecraft-web-client/)) project so it is easier to maintain, but now it became a library that I think can cover any use case where you need to work with minecraft assets. This library means block states, models data and texture contents, it doesn't cover minecraft-data use cases. With the best block model parser you can build your own renderers, editors, etc.
24
23
 
@@ -28,7 +27,7 @@ For contributing & building instructions see [building](#building) section.
28
27
  > Tested on Node.js 18 and above.
29
28
 
30
29
 
31
- All blockstates + models + all atlas textures for all versions bundled with rsbuild (uncompressed): 5.15 MB.
30
+ All blockstates + models + all atlas textures for all versions bundled with rsbuild (uncompressed): 4.99 MB.
32
31
 
33
32
  This packages includes versions for: 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5-pre2, 1.21.5-pre3, 1.21.5-rc1, 1.21.5-rc2, 1.21.5.
34
33