mc-assets 0.1.1 → 0.1.2

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
@@ -26,6 +26,7 @@ This module was originally designed as standalone package for [https://mcraft.fu
26
26
 
27
27
 
28
28
  All blockstates + models + all atlas textures for all versions bundled: 4.5 MB.
29
+
29
30
  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.
30
31
 
31
32
 
@@ -5,7 +5,7 @@
5
5
  "width": 1024,
6
6
  "height": 1024,
7
7
  "textures": {
8
- "block/unknown": {
8
+ "unknown": {
9
9
  "u": 0,
10
10
  "v": 0,
11
11
  "tileIndex": 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mc-assets",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "author": "Vitaly Turovsky <vital2580@icloud.com>",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -32,6 +32,9 @@
32
32
  "version": "0.1.0"
33
33
  }
34
34
  },
35
+ "engines": {
36
+ "node": ">=18.0.0"
37
+ },
35
38
  "keywords": [
36
39
  "minecraft",
37
40
  "assets",
@@ -48,9 +51,6 @@
48
51
  "minecraft extracter"
49
52
  ],
50
53
  "repository": "https://github.com/zardoy/mc-assets",
51
- "engines": {
52
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
53
- },
54
54
  "scripts": {
55
55
  "build": "tsx src/datapaths-builder.ts && tsx src/newAssetsBuilder.ts && tsx src/genItems.ts && tsx src/genParticles.ts && tsx src/genBlocks.ts && tsx src/copyOtherTextures.ts && tsx src/compressImages.ts && pnpm type-check && pnpm build-consumer && pnpm build-web && tsx src/buildEndChecks.ts && tsx src/changeReadme.ts",
56
56
  "type-check": "tsc --noEmit",