mc-assets 0.2.59 → 0.2.61

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
@@ -29,7 +29,7 @@ For contributing & building instructions see [building](#building) section.
29
29
 
30
30
  All blockstates + models + all atlas textures for all versions bundled with rsbuild (uncompressed): 5.02 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, 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, 1.21.6-pre1, 1.21.6-pre2, 1.21.6-pre3, 1.21.6-rc1.
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, 1.21.6-pre1, 1.21.6-pre2, 1.21.6-pre3, 1.21.6-rc1, 1.21.6, 1.21.7-rc2.
33
33
 
34
34
  <details>
35
35
  <summary>Included Block Entities (Additional Block Models) (138):</summary>
@@ -221265,6 +221265,12 @@
221265
221265
  "layer0": "item/yellow_harness"
221266
221266
  }
221267
221267
  },
221268
+ "item/music_disc_lava_chicken": {
221269
+ "parent": "item/template_music_disc",
221270
+ "textures": {
221271
+ "layer0": "item/music_disc_lava_chicken"
221272
+ }
221273
+ },
221268
221274
  "block/item_frame": {
221269
221275
  "parent": "block/template_item_frame",
221270
221276
  "textures": {
@@ -313943,6 +313949,7 @@
313943
313949
  "purple_harness",
313944
313950
  "red_harness",
313945
313951
  "white_harness",
313946
- "yellow_harness"
313952
+ "yellow_harness",
313953
+ "music_disc_lava_chicken"
313947
313954
  ]
313948
313955
  }
@@ -72,6 +72,8 @@
72
72
  "1.21.6-pre2": {},
73
73
  "1.21.6-pre3": {},
74
74
  "1.21.6-rc1": {},
75
+ "1.21.6": {},
76
+ "1.21.7-rc2": {},
75
77
  "latest": {
76
78
  "acacia_boat": {
77
79
  "model": {
@@ -14196,6 +14198,12 @@
14196
14198
  "type": "minecraft:model",
14197
14199
  "model": "minecraft:item/yellow_harness"
14198
14200
  }
14201
+ },
14202
+ "music_disc_lava_chicken": {
14203
+ "model": {
14204
+ "type": "minecraft:model",
14205
+ "model": "minecraft:item/music_disc_lava_chicken"
14206
+ }
14199
14207
  }
14200
14208
  }
14201
14209
  }
Binary file
@@ -5239,6 +5239,11 @@
5239
5239
  "u": 0.84375,
5240
5240
  "v": 0,
5241
5241
  "tileIndex": 54
5242
+ },
5243
+ "music_disc_lava_chicken": {
5244
+ "u": 0.859375,
5245
+ "v": 0,
5246
+ "tileIndex": 55
5242
5247
  }
5243
5248
  }
5244
5249
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mc-assets",
3
- "version": "0.2.59",
3
+ "version": "0.2.61",
4
4
  "author": "Vitaly Turovsky <vital2580@icloud.com>",
5
5
  "license": "MIT",
6
6
  "files": [