mc-assets 0.2.18 → 0.2.19

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.
Files changed (50) hide show
  1. package/README.MD +2 -2
  2. package/dist/blockStatesModels.json +2846 -1857
  3. package/dist/blocksAtlasLatest.png +0 -0
  4. package/dist/blocksAtlases.json +170 -135
  5. package/dist/itemsAtlasLatest.png +0 -0
  6. package/dist/itemsAtlases.json +1119 -1114
  7. package/dist/other-textures/latest/entity/signs/hanging/pale_oak.png +0 -0
  8. package/dist/other-textures/latest/entity/signs/pale_oak.png +0 -0
  9. package/dist/other-textures/latest/entity/slime/magmacube.png +0 -0
  10. package/dist/other-textures/latest/gui/container/brewing_stand.png +0 -0
  11. package/dist/other-textures/latest/gui/sprites/advancements/box_obtained.png.mcmeta +10 -0
  12. package/dist/other-textures/latest/gui/sprites/advancements/box_unobtained.png.mcmeta +10 -0
  13. package/dist/other-textures/latest/gui/sprites/container/bundle/slot_background.png +0 -0
  14. package/dist/other-textures/latest/gui/sprites/container/bundle/slot_background.png.mcmeta +10 -0
  15. package/dist/other-textures/latest/gui/sprites/container/bundle/slot_highlight_back.png +0 -0
  16. package/dist/other-textures/latest/gui/sprites/container/bundle/slot_highlight_front.png +0 -0
  17. package/dist/other-textures/latest/gui/sprites/container/slot/amethyst_shard.png +0 -0
  18. package/dist/other-textures/latest/gui/sprites/container/slot/axe.png +0 -0
  19. package/dist/other-textures/latest/gui/sprites/container/slot/banner.png +0 -0
  20. package/dist/other-textures/latest/gui/sprites/container/slot/banner_pattern.png +0 -0
  21. package/dist/other-textures/latest/gui/sprites/container/slot/boots.png +0 -0
  22. package/dist/other-textures/latest/gui/sprites/container/slot/brewing_fuel.png +0 -0
  23. package/dist/other-textures/latest/gui/sprites/container/slot/chestplate.png +0 -0
  24. package/dist/other-textures/latest/gui/sprites/container/slot/diamond.png +0 -0
  25. package/dist/other-textures/latest/gui/sprites/container/slot/dye.png +0 -0
  26. package/dist/other-textures/latest/gui/sprites/container/slot/emerald.png +0 -0
  27. package/dist/other-textures/latest/gui/sprites/container/slot/helmet.png +0 -0
  28. package/dist/other-textures/latest/gui/sprites/container/slot/hoe.png +0 -0
  29. package/dist/other-textures/latest/gui/sprites/container/slot/horse_armor.png +0 -0
  30. package/dist/other-textures/latest/gui/sprites/container/slot/ingot.png +0 -0
  31. package/dist/other-textures/latest/gui/sprites/container/slot/lapis_lazuli.png +0 -0
  32. package/dist/other-textures/latest/gui/sprites/container/slot/leggings.png +0 -0
  33. package/dist/other-textures/latest/gui/sprites/container/slot/llama_armor.png +0 -0
  34. package/dist/other-textures/latest/gui/sprites/container/slot/pickaxe.png +0 -0
  35. package/dist/other-textures/latest/gui/sprites/container/slot/potion.png +0 -0
  36. package/dist/other-textures/latest/gui/sprites/container/slot/quartz.png +0 -0
  37. package/dist/other-textures/latest/gui/sprites/container/slot/redstone_dust.png +0 -0
  38. package/dist/other-textures/latest/gui/sprites/container/slot/saddle.png +0 -0
  39. package/dist/other-textures/latest/gui/sprites/container/slot/shield.png +0 -0
  40. package/dist/other-textures/latest/gui/sprites/container/slot/shovel.png +0 -0
  41. package/dist/other-textures/latest/gui/sprites/container/slot/smithing_template_armor_trim.png +0 -0
  42. package/dist/other-textures/latest/gui/sprites/container/slot/smithing_template_netherite_upgrade.png +0 -0
  43. package/dist/other-textures/latest/gui/sprites/container/slot/sword.png +0 -0
  44. package/dist/other-textures/latest/gui/sprites/toast/system.png +0 -0
  45. package/dist/other-textures/latest/gui/sprites/toast/system.png.mcmeta +15 -0
  46. package/dist/other-textures/latest/gui/sprites/toast/tutorial.png.mcmeta +10 -0
  47. package/dist/other-textures/latest/trims/color_palettes/resin.png +0 -0
  48. package/dist/particlesAtlasLatest.png +0 -0
  49. package/dist/particlesAtlases.json +60 -0
  50. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ {
2
+ "gui": {
3
+ "scaling": {
4
+ "type": "nine_slice",
5
+ "width": 200,
6
+ "height": 26,
7
+ "border": 10
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "gui": {
3
+ "scaling": {
4
+ "type": "nine_slice",
5
+ "width": 200,
6
+ "height": 26,
7
+ "border": 10
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "gui": {
3
+ "scaling": {
4
+ "type": "nine_slice",
5
+ "width": 24,
6
+ "height": 24,
7
+ "border": 4
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "gui": {
3
+ "scaling": {
4
+ "type": "nine_slice",
5
+ "width": 160,
6
+ "height": 64,
7
+ "border": {
8
+ "left": 17,
9
+ "top": 30,
10
+ "right": 4,
11
+ "bottom": 4
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "gui": {
3
+ "scaling": {
4
+ "type": "nine_slice",
5
+ "width": 160,
6
+ "height": 32,
7
+ "border": 3
8
+ }
9
+ }
10
+ }
Binary file
@@ -1154,6 +1154,66 @@
1154
1154
  "u": 0.3125,
1155
1155
  "v": 0.875,
1156
1156
  "tileIndex": 229
1157
+ },
1158
+ "pale_oak_0": {
1159
+ "u": 0.375,
1160
+ "v": 0.875,
1161
+ "tileIndex": 230
1162
+ },
1163
+ "pale_oak_1": {
1164
+ "u": 0.4375,
1165
+ "v": 0.875,
1166
+ "tileIndex": 231
1167
+ },
1168
+ "pale_oak_10": {
1169
+ "u": 0.5,
1170
+ "v": 0.875,
1171
+ "tileIndex": 232
1172
+ },
1173
+ "pale_oak_11": {
1174
+ "u": 0.5625,
1175
+ "v": 0.875,
1176
+ "tileIndex": 233
1177
+ },
1178
+ "pale_oak_2": {
1179
+ "u": 0.625,
1180
+ "v": 0.875,
1181
+ "tileIndex": 234
1182
+ },
1183
+ "pale_oak_3": {
1184
+ "u": 0.6875,
1185
+ "v": 0.875,
1186
+ "tileIndex": 235
1187
+ },
1188
+ "pale_oak_4": {
1189
+ "u": 0.75,
1190
+ "v": 0.875,
1191
+ "tileIndex": 236
1192
+ },
1193
+ "pale_oak_5": {
1194
+ "u": 0.8125,
1195
+ "v": 0.875,
1196
+ "tileIndex": 237
1197
+ },
1198
+ "pale_oak_6": {
1199
+ "u": 0.875,
1200
+ "v": 0.875,
1201
+ "tileIndex": 238
1202
+ },
1203
+ "pale_oak_7": {
1204
+ "u": 0.9375,
1205
+ "v": 0.875,
1206
+ "tileIndex": 239
1207
+ },
1208
+ "pale_oak_8": {
1209
+ "u": 0,
1210
+ "v": 0.9375,
1211
+ "tileIndex": 240
1212
+ },
1213
+ "pale_oak_9": {
1214
+ "u": 0.0625,
1215
+ "v": 0.9375,
1216
+ "tileIndex": 241
1157
1217
  }
1158
1218
  }
1159
1219
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mc-assets",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "author": "Vitaly Turovsky <vital2580@icloud.com>",
5
5
  "license": "MIT",
6
6
  "files": [