minecraft-textures 26.2.0-beta.3 → 26.2.0
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 +4 -4
- package/dist/index.d.ts +2 -2
- package/dist/minecraft-textures.mjs +2 -1
- package/dist/textures/assets/020e70055412ebec.png +0 -0
- package/dist/textures/assets/0890cf9c4a183a42.png +0 -0
- package/dist/textures/assets/118e635f4bb8d265.png +0 -0
- package/dist/textures/assets/1a7256aeece77a85.png +0 -0
- package/dist/textures/assets/229430b0f85d69d5.png +0 -0
- package/dist/textures/assets/238683a050e06329.png +0 -0
- package/dist/textures/assets/2507b6cb9e0c0ce9.png +0 -0
- package/dist/textures/assets/2863600fe366572e.png +0 -0
- package/dist/textures/assets/334bf3348ef260d2.png +0 -0
- package/dist/textures/assets/343f3b9985ab58f6.png +0 -0
- package/dist/textures/assets/38031515dc5713c1.png +0 -0
- package/dist/textures/assets/38b3cc58bf7e455d.png +0 -0
- package/dist/textures/assets/3f6b5ac687e993be.png +0 -0
- package/dist/textures/assets/443b6bf3f783682a.png +0 -0
- package/dist/textures/assets/512ca815c40422d1.png +0 -0
- package/dist/textures/assets/51e11cf03af22988.png +0 -0
- package/dist/textures/assets/6bdc2590509890da.png +0 -0
- package/dist/textures/assets/74cfa2db754b5b73.png +0 -0
- package/dist/textures/assets/7ed89cb3b553054b.png +0 -0
- package/dist/textures/assets/88c112e95bdb8f34.png +0 -0
- package/dist/textures/assets/8b605d894958f578.png +0 -0
- package/dist/textures/assets/9e35ebdde2a3f6c4.png +0 -0
- package/dist/textures/assets/a1530020dcd04153.png +0 -0
- package/dist/textures/assets/a92de1e04279d2a1.png +0 -0
- package/dist/textures/assets/afa4175429c741c8.png +0 -0
- package/dist/textures/assets/b68b69523d4bd2d6.png +0 -0
- package/dist/textures/assets/ba26841294f790b6.png +0 -0
- package/dist/textures/assets/df4ebd1b830552e5.png +0 -0
- package/dist/textures/assets/e63c998449bc167a.png +0 -0
- package/dist/textures/assets/efa792459f4117cf.png +0 -0
- package/dist/textures/assets/f93a435a806f55c6.png +0 -0
- package/dist/textures/json/26.2.id.json +6153 -0
- package/dist/textures/json/26.2.json +7690 -0
- package/dist/textures/manifest/26.2.id.json +6154 -0
- package/dist/textures/manifest/26.2.json +7691 -0
- package/dist/textures/manifest/index.json +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[![GitHub Actions][github-actions-src]][github-actions-href]
|
|
5
5
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
6
6
|
|
|
7
|
-
Minecraft item texture metadata and PNG assets for versions 1.12 through 26.
|
|
7
|
+
Minecraft item texture metadata and PNG assets for versions 1.12 through 26.2.
|
|
8
8
|
|
|
9
9
|
`npm install minecraft-textures`
|
|
10
10
|
|
|
@@ -14,7 +14,7 @@ Use the generated manifests for item metadata and relative PNG asset paths:
|
|
|
14
14
|
|
|
15
15
|
```js
|
|
16
16
|
import manifestIndex from 'minecraft-textures/manifest/index.json' with { type: 'json' };
|
|
17
|
-
import manifest from 'minecraft-textures/manifest/26.
|
|
17
|
+
import manifest from 'minecraft-textures/manifest/26.2.json' with { type: 'json' };
|
|
18
18
|
|
|
19
19
|
const assetBaseUrl = `/minecraft-textures/${manifestIndex.packageVersion}`;
|
|
20
20
|
|
|
@@ -46,7 +46,7 @@ if (hasVersion(version)) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
console.log(versions); // all available versions
|
|
49
|
-
console.log(latestVersion); // '26.
|
|
49
|
+
console.log(latestVersion); // '26.2'
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
## Deprecated Base64 Compatibility
|
|
@@ -88,7 +88,7 @@ const sword = textures.items['minecraft:diamond_sword'];
|
|
|
88
88
|
|
|
89
89
|
## Update Notes
|
|
90
90
|
|
|
91
|
-
### 26.2.0
|
|
91
|
+
### 26.2.0
|
|
92
92
|
|
|
93
93
|
- Texture images now live as PNG files in `data/textures`.
|
|
94
94
|
- Version and item metadata now lives in `data/versions`.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Last } from './lib/types';
|
|
2
|
-
export declare const textures: readonly ['1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.21.2', '1.21.4', '1.21.5', '1.21.6', '1.21.7', '1.21.9', '1.21.11', '26.1'];
|
|
3
|
-
export declare const versions: readonly ["1.12", "1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.21.2", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.9", "1.21.11", "26.1"];
|
|
2
|
+
export declare const textures: readonly ['1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.21.2', '1.21.4', '1.21.5', '1.21.6', '1.21.7', '1.21.9', '1.21.11', '26.1', '26.2'];
|
|
3
|
+
export declare const versions: readonly ["1.12", "1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.21.2", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.9", "1.21.11", "26.1", "26.2"];
|
|
4
4
|
export declare const latestVersion: Last<typeof textures>;
|
|
5
5
|
declare const hasVersion: (version: string) => boolean;
|
|
6
6
|
export type { TexturesType, TexturesTypeById, Item } from './lib/types';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|