mc-assets 0.2.21 → 0.2.23

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
@@ -27,14 +27,20 @@ For contributing & building instructions see [building](#building) section.
27
27
  > Tested on Node.js 18 and above.
28
28
 
29
29
 
30
- All blockstates + models + all atlas textures for all versions bundled with rsbuild (uncompressed): 4.91 MB.
30
+ All blockstates + models + all atlas textures for all versions bundled with rsbuild (uncompressed): 4.92 MB.
31
31
 
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-pre1, 1.21.2-pre3, 1.21.2-pre4, 1.21.2-rc1, 1.21.2-rc2, 1.21.2, 1.21.3, 1.21.4-pre1, 1.21.4-pre3, 1.21.4-rc3.
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-pre1, 1.21.2-pre3, 1.21.2-pre4, 1.21.2-rc1, 1.21.2-rc2, 1.21.2, 1.21.3, 1.21.4-pre1, 1.21.4-pre3, 1.21.4-rc3, 1.21.4.
33
33
 
34
34
  <details>
35
- <summary>Included Block Entities (Additional Block Models) (132):</summary>
35
+ <summary>Included Block Entities (Additional Block Models) (136):</summary>
36
36
 
37
+ - ✅ pale_oak_hanging_sign
38
+ - ✅ pale_oak_sign
39
+ - ✅ pale_oak_wall_hanging_sign
40
+ - ✅ pale_oak_wall_sign
37
41
  - ✅ item_frame
42
+ - ✅ sign
43
+ - ✅ wall_sign
38
44
  - ✅ acacia_sign
39
45
  - ✅ acacia_wall_sign
40
46
  - ✅ birch_sign
@@ -164,8 +170,6 @@ This packages includes versions for: 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.
164
170
  - ✅ yellow_wall_banner
165
171
  - ✅ zombie_head
166
172
  - ✅ zombie_wall_head
167
- - ✅ sign
168
- - ✅ wall_sign
169
173
  - ❌ end_gateway
170
174
  - ❌ end_portal
171
175
  - ❌ structure_void
@@ -30,7 +30,6 @@ export declare class AtlasParser {
30
30
  latestImage: string;
31
31
  legacyImage?: string | undefined;
32
32
  atlasStore: VersionedStore<StoreType>;
33
- itemsCanvas: any;
34
33
  atlasHasLegacyImage: boolean;
35
34
  constructor(atlasJson: any, latestImage: string, legacyImage?: string | undefined);
36
35
  get atlas(): ItemsAtlases;
@@ -6,7 +6,6 @@ export class AtlasParser {
6
6
  latestImage;
7
7
  legacyImage;
8
8
  atlasStore;
9
- itemsCanvas;
10
9
  atlasHasLegacyImage;
11
10
  constructor(atlasJson, latestImage, legacyImage) {
12
11
  this.atlasJson = atlasJson;