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.
- package/lib/src/Lib/Edu/ResourcePack/index.d.ts +1 -0
- package/lib/src/Lib/Edu/ResourcePack/index.js +1 -0
- package/lib/src/Lib/Edu/ResourcePack/index.js.map +1 -1
- package/lib/src/Lib/Edu/ResourcePack/sounds_files.d.ts +2 -0
- package/lib/src/Lib/Edu/ResourcePack/sounds_files.js +6 -0
- package/lib/src/Lib/Edu/ResourcePack/sounds_files.js.map +1 -0
- package/lib/src/Lib/Types/ResourcePack/ResourcePack.d.ts +2 -0
- package/lib/src/Lib/Vanilla/ResourcePack/index.d.ts +1 -0
- package/lib/src/Lib/Vanilla/ResourcePack/index.js +1 -0
- package/lib/src/Lib/Vanilla/ResourcePack/index.js.map +1 -1
- package/lib/src/Lib/Vanilla/ResourcePack/sounds_files.d.ts +2 -0
- package/lib/src/Lib/Vanilla/ResourcePack/sounds_files.js +5816 -0
- package/lib/src/Lib/Vanilla/ResourcePack/sounds_files.js.map +1 -0
- package/lib/src/main.d.ts +10 -0
- package/lib/src/main.js +18 -0
- package/lib/src/main.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 @@
|
|
|
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
|
}
|
|
@@ -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"}
|