bc-minecraft-bedrock-vanilla-data 1.21.80-0 → 1.21.80-1

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 (25) hide show
  1. package/lib/src/Lib/Edu/ResourcePack/index.d.ts +2 -0
  2. package/lib/src/Lib/Edu/ResourcePack/index.js +2 -0
  3. package/lib/src/Lib/Edu/ResourcePack/index.js.map +1 -1
  4. package/lib/src/Lib/Edu/ResourcePack/texture-atlas-item.d.ts +2 -0
  5. package/lib/src/Lib/Edu/ResourcePack/texture-atlas-item.js +8 -0
  6. package/lib/src/Lib/Edu/ResourcePack/texture-atlas-item.js.map +1 -0
  7. package/lib/src/Lib/Edu/ResourcePack/texture-atlas-terrain.d.ts +2 -0
  8. package/lib/src/Lib/Edu/ResourcePack/texture-atlas-terrain.js +6 -0
  9. package/lib/src/Lib/Edu/ResourcePack/texture-atlas-terrain.js.map +1 -0
  10. package/lib/src/Lib/Types/ResourcePack/ResourcePack.d.ts +5 -0
  11. package/lib/src/Lib/Types/ResourcePack/TextureAtlas.d.ts +4 -0
  12. package/lib/src/Lib/Types/ResourcePack/TextureAtlas.js +3 -0
  13. package/lib/src/Lib/Types/ResourcePack/TextureAtlas.js.map +1 -0
  14. package/lib/src/Lib/Vanilla/ResourcePack/index.d.ts +2 -0
  15. package/lib/src/Lib/Vanilla/ResourcePack/index.js +2 -0
  16. package/lib/src/Lib/Vanilla/ResourcePack/index.js.map +1 -1
  17. package/lib/src/Lib/Vanilla/ResourcePack/texture-atlas-item.d.ts +2 -0
  18. package/lib/src/Lib/Vanilla/ResourcePack/texture-atlas-item.js +348 -0
  19. package/lib/src/Lib/Vanilla/ResourcePack/texture-atlas-item.js.map +1 -0
  20. package/lib/src/Lib/Vanilla/ResourcePack/texture-atlas-terrain.d.ts +2 -0
  21. package/lib/src/Lib/Vanilla/ResourcePack/texture-atlas-terrain.js +1221 -0
  22. package/lib/src/Lib/Vanilla/ResourcePack/texture-atlas-terrain.js.map +1 -0
  23. package/lib/src/main.js +4 -0
  24. package/lib/src/main.js.map +1 -1
  25. package/package.json +1 -1
@@ -9,3 +9,5 @@ export * from "./render_controllers";
9
9
  export * from "./sounds";
10
10
  export * from "./sounds_files";
11
11
  export * from "./textures";
12
+ export * from "./texture-atlas-item";
13
+ export * from "./texture-atlas-terrain";
@@ -26,4 +26,6 @@ __exportStar(require("./render_controllers"), exports);
26
26
  __exportStar(require("./sounds"), exports);
27
27
  __exportStar(require("./sounds_files"), exports);
28
28
  __exportStar(require("./textures"), exports);
29
+ __exportStar(require("./texture-atlas-item"), exports);
30
+ __exportStar(require("./texture-atlas-terrain"), exports);
29
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Lib/Edu/ResourcePack/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,0DAAwC;AACxC,+CAA6B;AAC7B,6CAA2B;AAC3B,yCAAuB;AACvB,8CAA4B;AAC5B,2CAAyB;AACzB,8CAA4B;AAC5B,uDAAqC;AACrC,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Lib/Edu/ResourcePack/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,0DAAwC;AACxC,+CAA6B;AAC7B,6CAA2B;AAC3B,yCAAuB;AACvB,8CAA4B;AAC5B,2CAAyB;AACzB,8CAA4B;AAC5B,uDAAqC;AACrC,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B;AAC3B,uDAAqC;AACrC,0DAAwC"}
@@ -0,0 +1,2 @@
1
+ /** Notice: Auto generated file, do not edit */
2
+ export declare const TextureItems: string[];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /** Notice: Auto generated file, do not edit */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.TextureItems = void 0;
5
+ exports.TextureItems = [
6
+ "photo"
7
+ ];
8
+ //# sourceMappingURL=texture-atlas-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"texture-atlas-item.js","sourceRoot":"","sources":["../../../../../src/Lib/Edu/ResourcePack/texture-atlas-item.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAGlC,QAAA,YAAY,GACzB;IACE,OAAO;CACR,CAAA"}
@@ -0,0 +1,2 @@
1
+ /** Notice: Auto generated file, do not edit */
2
+ export declare const TextureTerrain: string[];
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /** Notice: Auto generated file, do not edit */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.TextureTerrain = void 0;
5
+ exports.TextureTerrain = [];
6
+ //# sourceMappingURL=texture-atlas-terrain.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"texture-atlas-terrain.js","sourceRoot":"","sources":["../../../../../src/Lib/Edu/ResourcePack/texture-atlas-terrain.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAGlC,QAAA,cAAc,GAC3B,EAAE,CAAA"}
@@ -8,6 +8,7 @@ import { Particle } from "./Particle";
8
8
  import { RenderController } from "./RenderController";
9
9
  import { Sound } from "./Sound";
10
10
  import { Texture } from "./Texture";
11
+ import { TextureAtlas } from "./TextureAtlas";
11
12
  /**The interface that stores vanilla resource pack data*/
12
13
  export interface ResourcePack {
13
14
  /**The collection of animation controllers*/
@@ -32,4 +33,8 @@ export interface ResourcePack {
32
33
  readonly sound_files: string[];
33
34
  /**The collection of textures*/
34
35
  readonly textures: Texture[];
36
+ /**The collection of definitions from the texture atlas*/
37
+ readonly texture_atlas_items: TextureAtlas[];
38
+ /**The collection of definitions from the texture atlas*/
39
+ readonly texture_atlas_terrain: TextureAtlas[];
35
40
  }
@@ -0,0 +1,4 @@
1
+ /**
2
+ *
3
+ */
4
+ export type TextureAtlas = string;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TextureAtlas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextureAtlas.js","sourceRoot":"","sources":["../../../../../src/Lib/Types/ResourcePack/TextureAtlas.ts"],"names":[],"mappings":""}
@@ -9,3 +9,5 @@ export * from "./render_controllers";
9
9
  export * from "./sounds";
10
10
  export * from "./sounds_files";
11
11
  export * from "./textures";
12
+ export * from "./texture-atlas-item";
13
+ export * from "./texture-atlas-terrain";
@@ -26,4 +26,6 @@ __exportStar(require("./render_controllers"), exports);
26
26
  __exportStar(require("./sounds"), exports);
27
27
  __exportStar(require("./sounds_files"), exports);
28
28
  __exportStar(require("./textures"), exports);
29
+ __exportStar(require("./texture-atlas-item"), exports);
30
+ __exportStar(require("./texture-atlas-terrain"), exports);
29
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Lib/Vanilla/ResourcePack/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,0DAAwC;AACxC,+CAA6B;AAC7B,6CAA2B;AAC3B,yCAAuB;AACvB,8CAA4B;AAC5B,2CAAyB;AACzB,8CAA4B;AAC5B,uDAAqC;AACrC,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Lib/Vanilla/ResourcePack/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,0DAAwC;AACxC,+CAA6B;AAC7B,6CAA2B;AAC3B,yCAAuB;AACvB,8CAA4B;AAC5B,2CAAyB;AACzB,8CAA4B;AAC5B,uDAAqC;AACrC,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B;AAC3B,uDAAqC;AACrC,0DAAwC"}
@@ -0,0 +1,2 @@
1
+ /** Notice: Auto generated file, do not edit */
2
+ export declare const TextureItems: string[];
@@ -0,0 +1,348 @@
1
+ "use strict";
2
+ /** Notice: Auto generated file, do not edit */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.TextureItems = void 0;
5
+ exports.TextureItems = [
6
+ "acacia_door",
7
+ "amethyst_shard",
8
+ "angler_pottery_sherd",
9
+ "apple",
10
+ "apple_golden",
11
+ "archer_pottery_sherd",
12
+ "armadillo_scute",
13
+ "armor_stand",
14
+ "arms_up_pottery_sherd",
15
+ "arrow",
16
+ "axe",
17
+ "bamboo_door",
18
+ "bamboo_sign",
19
+ "banner_pattern",
20
+ "bed",
21
+ "beef_cooked",
22
+ "beef_raw",
23
+ "beetroot",
24
+ "beetroot_soup",
25
+ "birch_door",
26
+ "blade_pottery_sherd",
27
+ "blaze_powder",
28
+ "blaze_rod",
29
+ "boat",
30
+ "bolt_armor_trim_smithing_template",
31
+ "bone",
32
+ "book_enchanted",
33
+ "book_normal",
34
+ "book_portfolio",
35
+ "book_writable",
36
+ "book_written",
37
+ "boots",
38
+ "bordure_indented_banner_pattern",
39
+ "bow_pulling",
40
+ "bow_standby",
41
+ "bowl",
42
+ "bread",
43
+ "breeze_rod",
44
+ "brewer_pottery_sherd",
45
+ "brewing_stand",
46
+ "brick",
47
+ "brush",
48
+ "bucket",
49
+ "bundle",
50
+ "bundle_black",
51
+ "bundle_blue",
52
+ "bundle_brown",
53
+ "bundle_cyan",
54
+ "bundle_gray",
55
+ "bundle_green",
56
+ "bundle_light_blue",
57
+ "bundle_light_gray",
58
+ "bundle_lime",
59
+ "bundle_magenta",
60
+ "bundle_orange",
61
+ "bundle_pink",
62
+ "bundle_purple",
63
+ "bundle_red",
64
+ "bundle_white",
65
+ "bundle_yellow",
66
+ "burn_pottery_sherd",
67
+ "cake",
68
+ "camera",
69
+ "campfire",
70
+ "carrot",
71
+ "carrot_golden",
72
+ "carrot_on_a_stick",
73
+ "cauldron",
74
+ "chain",
75
+ "chalkboard",
76
+ "charcoal",
77
+ "cherry_door",
78
+ "cherry_sign",
79
+ "chest_boat",
80
+ "chestplate",
81
+ "chicken_cooked",
82
+ "chicken_raw",
83
+ "chorus_fruit",
84
+ "chorus_fruit_popped",
85
+ "clay_ball",
86
+ "clock_item",
87
+ "clownfish",
88
+ "coal",
89
+ "coast_armor_trim_smithing_template",
90
+ "comparator",
91
+ "compass_item",
92
+ "cooked_fish",
93
+ "cooked_salmon",
94
+ "cookie",
95
+ "copper_door",
96
+ "copper_ingot",
97
+ "creeper_banner_pattern",
98
+ "crimson_door",
99
+ "crimson_sign_item",
100
+ "crossbow_pulling",
101
+ "crossbow_standby",
102
+ "danger_pottery_sherd",
103
+ "dark_oak_door",
104
+ "diamond",
105
+ "diamond_horse_armor",
106
+ "disc_fragment_5",
107
+ "dragon_breath",
108
+ "dried_kelp",
109
+ "dune_armor_trim_smithing_template",
110
+ "dye_powder",
111
+ "echo_shard",
112
+ "egg",
113
+ "egg_bee",
114
+ "elytra",
115
+ "emerald",
116
+ "empty_armor_slot_boots",
117
+ "empty_armor_slot_chestplate",
118
+ "empty_armor_slot_helmet",
119
+ "empty_armor_slot_leggings",
120
+ "empty_armor_slot_shield",
121
+ "end_crystal",
122
+ "ender_eye",
123
+ "ender_pearl",
124
+ "experience_bottle",
125
+ "explorer_pottery_sherd",
126
+ "exposed_copper_door",
127
+ "eye_armor_trim_smithing_template",
128
+ "feather",
129
+ "field_masoned_banner_pattern",
130
+ "fireball",
131
+ "fireworks",
132
+ "fireworks_charge",
133
+ "fish",
134
+ "fishing_rod",
135
+ "flint",
136
+ "flint_and_steel",
137
+ "flow_armor_trim_smithing_template",
138
+ "flow_banner_pattern",
139
+ "flow_pottery_sherd",
140
+ "flower_banner_pattern",
141
+ "flower_pot",
142
+ "friend_pottery_sherd",
143
+ "ghast_tear",
144
+ "globe_banner_pattern",
145
+ "glow_berries",
146
+ "glow_item_frame",
147
+ "glowstone_dust",
148
+ "goat_horn",
149
+ "gold_horse_armor",
150
+ "gold_ingot",
151
+ "gold_nugget",
152
+ "gunpowder",
153
+ "guster_banner_pattern",
154
+ "guster_pottery_sherd",
155
+ "hanging_roots",
156
+ "heart_of_the_sea",
157
+ "heart_pottery_sherd",
158
+ "heartbreak_pottery_sherd",
159
+ "helmet",
160
+ "hoe",
161
+ "honey_bottle",
162
+ "honeycomb",
163
+ "hopper",
164
+ "host_armor_trim_smithing_template",
165
+ "howl_pottery_sherd",
166
+ "iron_door",
167
+ "iron_horse_armor",
168
+ "iron_ingot",
169
+ "iron_nugget",
170
+ "item_frame",
171
+ "jungle_door",
172
+ "kelp",
173
+ "lead",
174
+ "leather",
175
+ "leather_horse_armor",
176
+ "leggings",
177
+ "lever",
178
+ "lodestonecompass_item",
179
+ "mace",
180
+ "magma_cream",
181
+ "mangrove_door",
182
+ "mangrove_sign",
183
+ "map_empty",
184
+ "map_filled",
185
+ "melon",
186
+ "melon_speckled",
187
+ "minecart_chest",
188
+ "minecart_command_block",
189
+ "minecart_furnace",
190
+ "minecart_hopper",
191
+ "minecart_normal",
192
+ "minecart_tnt",
193
+ "miner_pottery_sherd",
194
+ "mojang_banner_pattern",
195
+ "mourner_pottery_sherd",
196
+ "mushroom_stew",
197
+ "mutton_cooked",
198
+ "mutton_raw",
199
+ "name_tag",
200
+ "nautilus_shell",
201
+ "nether_sprouts",
202
+ "nether_star",
203
+ "nether_wart",
204
+ "netherbrick",
205
+ "netherite_ingot",
206
+ "netherite_scrap",
207
+ "netherite_upgrade_smithing_template",
208
+ "ominous_bottle",
209
+ "ominous_trial_key",
210
+ "oxidized_copper_door",
211
+ "painting",
212
+ "pale_oak_door",
213
+ "pale_oak_sign",
214
+ "paper",
215
+ "phantom_membrane",
216
+ "pickaxe",
217
+ "piglin_banner_pattern",
218
+ "pitcher_pod",
219
+ "plenty_pottery_sherd",
220
+ "porkchop_cooked",
221
+ "porkchop_raw",
222
+ "potato",
223
+ "potato_baked",
224
+ "potato_poisonous",
225
+ "potion_bottle_drinkable",
226
+ "potion_bottle_empty",
227
+ "potion_bottle_lingering",
228
+ "potion_bottle_splash",
229
+ "potion_overlay",
230
+ "prismarine_crystals",
231
+ "prismarine_shard",
232
+ "prize_pottery_sherd",
233
+ "pufferfish",
234
+ "pumpkin_pie",
235
+ "quartz",
236
+ "quiver",
237
+ "rabbit",
238
+ "rabbit_cooked",
239
+ "rabbit_foot",
240
+ "rabbit_hide",
241
+ "rabbit_stew",
242
+ "raiser_armor_trim_smithing_template",
243
+ "raw_copper",
244
+ "raw_gold",
245
+ "raw_iron",
246
+ "record_11",
247
+ "record_13",
248
+ "record_5",
249
+ "record_blocks",
250
+ "record_cat",
251
+ "record_chirp",
252
+ "record_creator",
253
+ "record_creator_music_box",
254
+ "record_far",
255
+ "record_mall",
256
+ "record_mellohi",
257
+ "record_otherside",
258
+ "record_pigstep",
259
+ "record_precipice",
260
+ "record_relic",
261
+ "record_stal",
262
+ "record_strad",
263
+ "record_wait",
264
+ "record_ward",
265
+ "recovery_compass",
266
+ "redstone_dust",
267
+ "reeds",
268
+ "repeater",
269
+ "resin_brick",
270
+ "rib_armor_trim_smithing_template",
271
+ "rotten_flesh",
272
+ "saddle",
273
+ "salmon",
274
+ "scrape_pottery_sherd",
275
+ "seeds_beetroot",
276
+ "seeds_melon",
277
+ "seeds_pumpkin",
278
+ "seeds_wheat",
279
+ "sentry_armor_trim_smithing_template",
280
+ "shaper_armor_trim_smithing_template",
281
+ "sheaf_pottery_sherd",
282
+ "shears",
283
+ "shelter_pottery_sherd",
284
+ "shield",
285
+ "shovel",
286
+ "shulker_shell",
287
+ "sign",
288
+ "sign_acacia",
289
+ "sign_acacia_hanging",
290
+ "sign_bamboo_hanging",
291
+ "sign_birch",
292
+ "sign_birch_hanging",
293
+ "sign_cherry_hanging",
294
+ "sign_crimson_hanging",
295
+ "sign_darkoak",
296
+ "sign_darkoak_hanging",
297
+ "sign_jungle",
298
+ "sign_jungle_hanging",
299
+ "sign_mangrove_hanging",
300
+ "sign_oak_hanging",
301
+ "sign_pale_oak_hanging",
302
+ "sign_spruce",
303
+ "sign_spruce_hanging",
304
+ "sign_warped_hanging",
305
+ "silence_armor_trim_smithing_template",
306
+ "skull_banner_pattern",
307
+ "skull_pottery_sherd",
308
+ "slimeball",
309
+ "snort_pottery_sherd",
310
+ "snout_armor_trim_smithing_template",
311
+ "snowball",
312
+ "soul_campfire",
313
+ "spawn_egg",
314
+ "spawn_egg_bee",
315
+ "spawn_egg_wandering_trader",
316
+ "spider_eye",
317
+ "spider_eye_fermented",
318
+ "spire_armor_trim_smithing_template",
319
+ "spruce_door",
320
+ "spyglass",
321
+ "stick",
322
+ "string",
323
+ "sugar",
324
+ "suspicious_stew",
325
+ "sweet_berries",
326
+ "sword",
327
+ "tide_armor_trim_smithing_template",
328
+ "tipped_arrow",
329
+ "torchflower_seeds",
330
+ "totem",
331
+ "trial_key",
332
+ "trident",
333
+ "turtle_helmet",
334
+ "turtle_shell_piece",
335
+ "vex_armor_trim_smithing_template",
336
+ "ward_armor_trim_smithing_template",
337
+ "warped_door",
338
+ "warped_fungus_on_a_stick",
339
+ "warped_sign_item",
340
+ "wayfinder_armor_trim_smithing_template",
341
+ "weathered_copper_door",
342
+ "wheat",
343
+ "wild_armor_trim_smithing_template",
344
+ "wind_charge",
345
+ "wolf_armor",
346
+ "wooden_door"
347
+ ];
348
+ //# sourceMappingURL=texture-atlas-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"texture-atlas-item.js","sourceRoot":"","sources":["../../../../../src/Lib/Vanilla/ResourcePack/texture-atlas-item.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ /** Notice: Auto generated file, do not edit */
2
+ export declare const TextureTerrain: string[];