bc-minecraft-molang 1.20.71-3 → 1.20.71-4
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.
|
@@ -5,7 +5,7 @@ exports.Attachables = void 0;
|
|
|
5
5
|
var Attachables;
|
|
6
6
|
(function (Attachables) {
|
|
7
7
|
/**The list of usable variables for this specific type*/
|
|
8
|
-
Attachables.Variables = [];
|
|
8
|
+
Attachables.Variables = [{ id: "is_enchanted" }];
|
|
9
9
|
/**The list of specific contexts usable for this specific type*/
|
|
10
10
|
Attachables.Contexts = [{ id: "is_first_person" }, { id: "item_slot" }];
|
|
11
11
|
/**The list of usable temp variables for this specific type*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attachables.js","sourceRoot":"","sources":["../../../src/MolangData/Attachables.ts"],"names":[],"mappings":";;;AAEA,2CAA2C;AAC3C,IAAiB,WAAW,CAO3B;AAPD,WAAiB,WAAW;IAC1B,wDAAwD;IAC3C,qBAAS,GAAW,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"Attachables.js","sourceRoot":"","sources":["../../../src/MolangData/Attachables.ts"],"names":[],"mappings":";;;AAEA,2CAA2C;AAC3C,IAAiB,WAAW,CAO3B;AAPD,WAAiB,WAAW;IAC1B,wDAAwD;IAC3C,qBAAS,GAAW,CAAC,EAAC,EAAE,EAAE,cAAc,EAAC,CAAC,CAAC;IACxD,gEAAgE;IACnD,oBAAQ,GAAW,CAAC,EAAE,EAAE,EAAE,iBAAiB,EAAE,EAAE,EAAE,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC;IACjF,6DAA6D;IAChD,iBAAK,GAAW,EAAE,CAAC;AAClC,CAAC,EAPgB,WAAW,2BAAX,WAAW,QAO3B"}
|
|
@@ -17,6 +17,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
__exportStar(require("./Animations"), exports);
|
|
19
19
|
__exportStar(require("./AnimationsControllers"), exports);
|
|
20
|
+
__exportStar(require("./Attachables"), exports);
|
|
20
21
|
__exportStar(require("./Blocks"), exports);
|
|
21
22
|
__exportStar(require("./Data"), exports);
|
|
22
23
|
__exportStar(require("./Entities"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/MolangData/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,+CAA6B;AAC7B,0DAAwC;AACxC,2CAAyB;AACzB,yCAAuB;AACvB,6CAA2B;AAC3B,kDAAgC;AAChC,4CAA0B;AAC1B,0CAAwB;AACxB,+CAA6B;AAC7B,mDAAiC;AACjC,8CAA4B;AAC5B,sDAAoC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/MolangData/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,+CAA6B;AAC7B,0DAAwC;AACxC,gDAA8B;AAC9B,2CAAyB;AACzB,yCAAuB;AACvB,6CAA2B;AAC3B,kDAAgC;AAChC,4CAA0B;AAC1B,0CAAwB;AACxB,+CAA6B;AAC7B,mDAAiC;AACjC,8CAA4B;AAC5B,sDAAoC"}
|