bc-minecraft-bedrock-vanilla-data 1.21.44-0 → 1.21.44-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.
@@ -7,4 +7,5 @@ export * from "./models";
7
7
  export * from "./particles";
8
8
  export * from "./render_controllers";
9
9
  export * from "./sounds";
10
+ export * from "./sounds_files";
10
11
  export * from "./textures";
@@ -24,5 +24,6 @@ __exportStar(require("./models"), exports);
24
24
  __exportStar(require("./particles"), exports);
25
25
  __exportStar(require("./render_controllers"), exports);
26
26
  __exportStar(require("./sounds"), exports);
27
+ __exportStar(require("./sounds_files"), exports);
27
28
  __exportStar(require("./textures"), exports);
28
29
  //# 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,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"}
@@ -0,0 +1,2 @@
1
+ /** Notice: Auto generated file, do not edit */
2
+ export declare const SoundFiles: 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.SoundFiles = void 0;
5
+ exports.SoundFiles = [];
6
+ //# sourceMappingURL=sounds_files.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sounds_files.js","sourceRoot":"","sources":["../../../../../src/Lib/Edu/ResourcePack/sounds_files.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAGlC,QAAA,UAAU,GACvB,EAAE,CAAA"}
@@ -28,6 +28,8 @@ export interface ResourcePack {
28
28
  readonly render_controllers: RenderController[];
29
29
  /**The collection of sounds*/
30
30
  readonly sounds: Sound[];
31
+ /**The collection of sounds files*/
32
+ readonly sound_files: string[];
31
33
  /**The collection of textures*/
32
34
  readonly textures: Texture[];
33
35
  }
@@ -7,4 +7,5 @@ export * from "./models";
7
7
  export * from "./particles";
8
8
  export * from "./render_controllers";
9
9
  export * from "./sounds";
10
+ export * from "./sounds_files";
10
11
  export * from "./textures";
@@ -24,5 +24,6 @@ __exportStar(require("./models"), exports);
24
24
  __exportStar(require("./particles"), exports);
25
25
  __exportStar(require("./render_controllers"), exports);
26
26
  __exportStar(require("./sounds"), exports);
27
+ __exportStar(require("./sounds_files"), exports);
27
28
  __exportStar(require("./textures"), exports);
28
29
  //# 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,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"}
@@ -0,0 +1,2 @@
1
+ /** Notice: Auto generated file, do not edit */
2
+ export declare const SoundFiles: string[];