bc-minecraft-bedrock-project 1.21.3-0 → 1.21.3-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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * as BehaviorPack from "./behavior-pack";
|
|
2
2
|
export * as General from "./general";
|
|
3
|
-
export * as ResourcePack from "
|
|
3
|
+
export * as ResourcePack from "./resource-pack";
|
|
4
4
|
export * as SkinPack from "./skin-pack";
|
|
5
5
|
export * as World from "./world";
|
|
6
6
|
export * from "./pack-type";
|
package/lib/src/project/index.js
CHANGED
|
@@ -30,7 +30,7 @@ exports.World = exports.SkinPack = exports.ResourcePack = exports.General = expo
|
|
|
30
30
|
/* Auto generated */
|
|
31
31
|
exports.BehaviorPack = __importStar(require("./behavior-pack"));
|
|
32
32
|
exports.General = __importStar(require("./general"));
|
|
33
|
-
exports.ResourcePack = __importStar(require("
|
|
33
|
+
exports.ResourcePack = __importStar(require("./resource-pack"));
|
|
34
34
|
exports.SkinPack = __importStar(require("./skin-pack"));
|
|
35
35
|
exports.World = __importStar(require("./world"));
|
|
36
36
|
__exportStar(require("./pack-type"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/project/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,gEAAgD;AAChD,qDAAqC;AACrC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/project/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,gEAAgD;AAChD,qDAAqC;AACrC,gEAAgD;AAChD,wDAAwC;AACxC,iDAAiC;AACjC,8CAA4B;AAC5B,iDAA+B;AAC/B,yCAAuB"}
|
package/package.json
CHANGED