bc-minecraft-molang 1.21.100-9 → 1.21.133-0
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/README.md +21 -18
- package/{lib/src → dist}/data/animations-controllers.d.ts +2 -1
- package/dist/data/animations-controllers.d.ts.map +1 -0
- package/{lib/src → dist}/data/animations-controllers.js +2 -2
- package/dist/data/animations-controllers.js.map +1 -0
- package/{lib/src → dist}/data/animations.d.ts +2 -1
- package/dist/data/animations.d.ts.map +1 -0
- package/{lib/src → dist}/data/animations.js +2 -2
- package/dist/data/animations.js.map +1 -0
- package/{lib/src → dist}/data/attachables.d.ts +2 -1
- package/dist/data/attachables.d.ts.map +1 -0
- package/{lib/src → dist}/data/attachables.js +2 -2
- package/dist/data/attachables.js.map +1 -0
- package/{lib/src → dist}/data/blocks.d.ts +2 -1
- package/dist/data/blocks.d.ts.map +1 -0
- package/dist/data/blocks.js.map +1 -0
- package/dist/data/data.d.ts +4 -0
- package/dist/data/data.d.ts.map +1 -0
- package/{lib/src → dist}/data/data.js.map +1 -1
- package/{lib/src → dist}/data/entities.d.ts +2 -1
- package/dist/data/entities.d.ts.map +1 -0
- package/{lib/src → dist}/data/entities.js +2 -2
- package/dist/data/entities.js.map +1 -0
- package/{lib/src → dist}/data/features-rules.d.ts +2 -1
- package/dist/data/features-rules.d.ts.map +1 -0
- package/{lib/src → dist}/data/features-rules.js +8 -1
- package/dist/data/features-rules.js.map +1 -0
- package/{lib/src → dist}/data/general.d.ts +2 -1
- package/dist/data/general.d.ts.map +1 -0
- package/dist/data/general.js +1807 -0
- package/dist/data/general.js.map +1 -0
- package/dist/data/index.d.ts +14 -0
- package/dist/data/index.d.ts.map +1 -0
- package/dist/data/index.js.map +1 -0
- package/{lib/src → dist}/data/items.d.ts +2 -1
- package/dist/data/items.d.ts.map +1 -0
- package/{lib/src → dist}/data/items.js +1 -1
- package/dist/data/items.js.map +1 -0
- package/{lib/src → dist}/data/molang-data.d.ts +22 -12
- package/dist/data/molang-data.d.ts.map +1 -0
- package/{lib/src → dist}/data/molang-data.js +34 -2
- package/dist/data/molang-data.js.map +1 -0
- package/{lib/src → dist}/data/molang-function.d.ts +11 -4
- package/dist/data/molang-function.d.ts.map +1 -0
- package/{lib/src → dist}/data/molang-function.js +4 -4
- package/dist/data/molang-function.js.map +1 -0
- package/{lib/src → dist}/data/particles.d.ts +2 -1
- package/dist/data/particles.d.ts.map +1 -0
- package/dist/data/particles.js +28 -0
- package/dist/data/particles.js.map +1 -0
- package/{lib/src → dist}/data/render-controllers.d.ts +2 -1
- package/dist/data/render-controllers.d.ts.map +1 -0
- package/{lib/src → dist}/data/render-controllers.js +2 -2
- package/dist/data/render-controllers.js.map +1 -0
- package/{lib/src → dist}/graph/index.d.ts +1 -0
- package/dist/graph/index.d.ts.map +1 -0
- package/dist/graph/index.js.map +1 -0
- package/{lib/src → dist}/graph/mermaid.d.ts +3 -2
- package/dist/graph/mermaid.d.ts.map +1 -0
- package/{lib/src → dist}/graph/mermaid.js +43 -41
- package/dist/graph/mermaid.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/{lib/src/main.js → dist/index.js} +1 -1
- package/dist/index.js.map +1 -0
- package/{lib/src → dist}/molang/cache.d.ts +3 -2
- package/dist/molang/cache.d.ts.map +1 -0
- package/{lib/src → dist}/molang/cache.js +1 -0
- package/dist/molang/cache.js.map +1 -0
- package/{lib/src → dist}/molang/functions.d.ts +1 -0
- package/dist/molang/functions.d.ts.map +1 -0
- package/{lib/src → dist}/molang/functions.js +14 -14
- package/dist/molang/functions.js.map +1 -0
- package/dist/molang/index.d.ts +6 -0
- package/dist/molang/index.d.ts.map +1 -0
- package/dist/molang/index.js.map +1 -0
- package/{lib/src → dist}/molang/molang-set.d.ts +5 -3
- package/dist/molang/molang-set.d.ts.map +1 -0
- package/{lib/src → dist}/molang/molang-set.js +36 -15
- package/dist/molang/molang-set.js.map +1 -0
- package/{lib/src → dist}/molang/syntax/builder.d.ts +2 -1
- package/dist/molang/syntax/builder.d.ts.map +1 -0
- package/{lib/src → dist}/molang/syntax/builder.js +8 -2
- package/dist/molang/syntax/builder.js.map +1 -0
- package/dist/molang/syntax/collect.d.ts +3 -0
- package/dist/molang/syntax/collect.d.ts.map +1 -0
- package/dist/molang/syntax/collect.js.map +1 -0
- package/{lib/src → dist}/molang/syntax/errors.d.ts +2 -1
- package/dist/molang/syntax/errors.d.ts.map +1 -0
- package/{lib/src → dist}/molang/syntax/errors.js +4 -2
- package/dist/molang/syntax/errors.js.map +1 -0
- package/dist/molang/syntax/flatten.d.ts +3 -0
- package/dist/molang/syntax/flatten.d.ts.map +1 -0
- package/dist/molang/syntax/flatten.js.map +1 -0
- package/dist/molang/syntax/index.d.ts +11 -0
- package/dist/molang/syntax/index.d.ts.map +1 -0
- package/dist/molang/syntax/index.js.map +1 -0
- package/{lib/src → dist}/molang/syntax/nodes.d.ts +6 -5
- package/dist/molang/syntax/nodes.d.ts.map +1 -0
- package/{lib/src → dist}/molang/syntax/nodes.js +4 -5
- package/dist/molang/syntax/nodes.js.map +1 -0
- package/{lib/src → dist}/molang/syntax/operators.d.ts +2 -1
- package/dist/molang/syntax/operators.d.ts.map +1 -0
- package/{lib/src → dist}/molang/syntax/operators.js +26 -27
- package/dist/molang/syntax/operators.js.map +1 -0
- package/dist/molang/syntax/parse.d.ts +5 -0
- package/dist/molang/syntax/parse.d.ts.map +1 -0
- package/{lib/src → dist}/molang/syntax/parse.js +94 -35
- package/dist/molang/syntax/parse.js.map +1 -0
- package/dist/molang/syntax/tokens.d.ts +37 -0
- package/dist/molang/syntax/tokens.d.ts.map +1 -0
- package/{lib/src → dist}/molang/syntax/tokens.js +110 -64
- package/dist/molang/syntax/tokens.js.map +1 -0
- package/{lib/src → dist}/molang/syntax/util.d.ts +1 -0
- package/dist/molang/syntax/util.d.ts.map +1 -0
- package/{lib/src → dist}/molang/syntax/util.js +3 -3
- package/dist/molang/syntax/util.js.map +1 -0
- package/{lib/src → dist}/molang/syntax/walk.d.ts +2 -1
- package/dist/molang/syntax/walk.d.ts.map +1 -0
- package/dist/molang/syntax/walk.js.map +1 -0
- package/{lib/src → dist}/molang/traverse.d.ts +2 -1
- package/dist/molang/traverse.d.ts.map +1 -0
- package/{lib/src → dist}/molang/traverse.js +6 -6
- package/dist/molang/traverse.js.map +1 -0
- package/package.json +59 -59
- package/LICENSE +0 -29
- package/lib/src/data/animations-controllers.js.map +0 -1
- package/lib/src/data/animations.js.map +0 -1
- package/lib/src/data/attachables.js.map +0 -1
- package/lib/src/data/blocks.js.map +0 -1
- package/lib/src/data/data.d.ts +0 -3
- package/lib/src/data/entities.js.map +0 -1
- package/lib/src/data/features-rules.js.map +0 -1
- package/lib/src/data/general.js +0 -1522
- package/lib/src/data/general.js.map +0 -1
- package/lib/src/data/index.d.ts +0 -13
- package/lib/src/data/index.js.map +0 -1
- package/lib/src/data/items.js.map +0 -1
- package/lib/src/data/molang-data.js.map +0 -1
- package/lib/src/data/molang-function.js.map +0 -1
- package/lib/src/data/particles.js +0 -28
- package/lib/src/data/particles.js.map +0 -1
- package/lib/src/data/render-controllers.js.map +0 -1
- package/lib/src/graph/index.js.map +0 -1
- package/lib/src/graph/mermaid.js.map +0 -1
- package/lib/src/main.d.ts +0 -3
- package/lib/src/main.js.map +0 -1
- package/lib/src/molang/cache.js.map +0 -1
- package/lib/src/molang/functions.js.map +0 -1
- package/lib/src/molang/index.d.ts +0 -5
- package/lib/src/molang/index.js.map +0 -1
- package/lib/src/molang/molang-set.js.map +0 -1
- package/lib/src/molang/syntax/builder.js.map +0 -1
- package/lib/src/molang/syntax/collect.d.ts +0 -2
- package/lib/src/molang/syntax/collect.js.map +0 -1
- package/lib/src/molang/syntax/errors.js.map +0 -1
- package/lib/src/molang/syntax/flatten.d.ts +0 -2
- package/lib/src/molang/syntax/flatten.js.map +0 -1
- package/lib/src/molang/syntax/index.d.ts +0 -10
- package/lib/src/molang/syntax/index.js.map +0 -1
- package/lib/src/molang/syntax/nodes.js.map +0 -1
- package/lib/src/molang/syntax/operators.js.map +0 -1
- package/lib/src/molang/syntax/parse.d.ts +0 -4
- package/lib/src/molang/syntax/parse.js.map +0 -1
- package/lib/src/molang/syntax/tokens.d.ts +0 -35
- package/lib/src/molang/syntax/tokens.js.map +0 -1
- package/lib/src/molang/syntax/util.js.map +0 -1
- package/lib/src/molang/syntax/walk.js.map +0 -1
- package/lib/src/molang/traverse.js.map +0 -1
- /package/{lib/src → dist}/data/blocks.js +0 -0
- /package/{lib/src → dist}/data/data.js +0 -0
- /package/{lib/src → dist}/data/index.js +0 -0
- /package/{lib/src → dist}/graph/index.js +0 -0
- /package/{lib/src → dist}/molang/index.js +0 -0
- /package/{lib/src → dist}/molang/syntax/collect.js +0 -0
- /package/{lib/src → dist}/molang/syntax/flatten.js +0 -0
- /package/{lib/src → dist}/molang/syntax/index.js +0 -0
- /package/{lib/src → dist}/molang/syntax/walk.js +0 -0
package/README.md
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
# BC-Minecraft-Molang
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
```
|
|
1
|
+
# BC-Minecraft-Molang
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<a href="https://www.npmjs.com/package/bc-minecraft-molang">
|
|
5
|
+
<img alt="npm" src="https://img.shields.io/npm/v/bc-minecraft-molang">
|
|
6
|
+
<img alt="npm" src="https://img.shields.io/npm/dt/bc-minecraft-molang">
|
|
7
|
+
</a>
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
The typescript library for dealing with minecraft bedrock molang
|
|
11
|
+
|
|
12
|
+
## Contributing
|
|
13
|
+
|
|
14
|
+
First, read the [contributing guide](./CONTRIBUTING.md). fork the project, clone it and run the following commands:
|
|
15
|
+
|
|
16
|
+
**Installation**
|
|
17
|
+
|
|
18
|
+
```cmd
|
|
19
|
+
npm ci
|
|
20
|
+
npm update
|
|
21
|
+
```
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data } from
|
|
1
|
+
import { Data } from './data';
|
|
2
2
|
/**Molang data for animations controllers*/
|
|
3
3
|
export declare namespace AnimationsControllers {
|
|
4
4
|
/**The list of usable variables for this specific type*/
|
|
@@ -8,3 +8,4 @@ export declare namespace AnimationsControllers {
|
|
|
8
8
|
/**The list of usable temp variables for this specific type*/
|
|
9
9
|
const Temps: Data[];
|
|
10
10
|
}
|
|
11
|
+
//# sourceMappingURL=animations-controllers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations-controllers.d.ts","sourceRoot":"","sources":["../../src/data/animations-controllers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,2CAA2C;AAC3C,yBAAiB,qBAAqB,CAAC;IACrC,wDAAwD;IACjD,MAAM,SAAS,EAAE,IAAI,EAA4B,CAAC;IACzD,gEAAgE;IACzD,MAAM,QAAQ,EAAE,IAAI,EAAqD,CAAC;IACjF,6DAA6D;IACtD,MAAM,KAAK,EAAE,IAAI,EAAO,CAAC;CACjC"}
|
|
@@ -5,9 +5,9 @@ exports.AnimationsControllers = void 0;
|
|
|
5
5
|
var AnimationsControllers;
|
|
6
6
|
(function (AnimationsControllers) {
|
|
7
7
|
/**The list of usable variables for this specific type*/
|
|
8
|
-
AnimationsControllers.Variables = [{ id:
|
|
8
|
+
AnimationsControllers.Variables = [{ id: 'attack_time' }];
|
|
9
9
|
/**The list of specific contexts usable for this specific type*/
|
|
10
|
-
AnimationsControllers.Contexts = [{ id:
|
|
10
|
+
AnimationsControllers.Contexts = [{ id: 'is_first_person' }, { id: 'item_slot' }];
|
|
11
11
|
/**The list of usable temp variables for this specific type*/
|
|
12
12
|
AnimationsControllers.Temps = [];
|
|
13
13
|
})(AnimationsControllers || (exports.AnimationsControllers = AnimationsControllers = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations-controllers.js","sourceRoot":"","sources":["../../src/data/animations-controllers.ts"],"names":[],"mappings":";;;AAEA,2CAA2C;AAC3C,IAAiB,qBAAqB,CAOrC;AAPD,WAAiB,qBAAqB;IACpC,wDAAwD;IAC3C,+BAAS,GAAW,CAAC,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;IACzD,gEAAgE;IACnD,8BAAQ,GAAW,CAAC,EAAE,EAAE,EAAE,iBAAiB,EAAE,EAAE,EAAE,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC;IACjF,6DAA6D;IAChD,2BAAK,GAAW,EAAE,CAAC;AAClC,CAAC,EAPgB,qBAAqB,qCAArB,qBAAqB,QAOrC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data } from
|
|
1
|
+
import { Data } from './data';
|
|
2
2
|
/**Molang data for animations */
|
|
3
3
|
export declare namespace Animations {
|
|
4
4
|
/**The list of usable variables for this specific type*/
|
|
@@ -8,3 +8,4 @@ export declare namespace Animations {
|
|
|
8
8
|
/**The list of usable temp variables for this specific type*/
|
|
9
9
|
const Temps: Data[];
|
|
10
10
|
}
|
|
11
|
+
//# sourceMappingURL=animations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../src/data/animations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,gCAAgC;AAChC,yBAAiB,UAAU,CAAC;IAC1B,wDAAwD;IACjD,MAAM,SAAS,EAAE,IAAI,EAA4B,CAAC;IACzD,gEAAgE;IACzD,MAAM,QAAQ,EAAE,IAAI,EAAqD,CAAC;IACjF,6DAA6D;IACtD,MAAM,KAAK,EAAE,IAAI,EAAO,CAAC;CACjC"}
|
|
@@ -5,9 +5,9 @@ exports.Animations = void 0;
|
|
|
5
5
|
var Animations;
|
|
6
6
|
(function (Animations) {
|
|
7
7
|
/**The list of usable variables for this specific type*/
|
|
8
|
-
Animations.Variables = [{ id:
|
|
8
|
+
Animations.Variables = [{ id: 'attack_time' }];
|
|
9
9
|
/**The list of specific contexts usable for this specific type*/
|
|
10
|
-
Animations.Contexts = [{ id:
|
|
10
|
+
Animations.Contexts = [{ id: 'is_first_person' }, { id: 'item_slot' }];
|
|
11
11
|
/**The list of usable temp variables for this specific type*/
|
|
12
12
|
Animations.Temps = [];
|
|
13
13
|
})(Animations || (exports.Animations = Animations = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.js","sourceRoot":"","sources":["../../src/data/animations.ts"],"names":[],"mappings":";;;AAEA,gCAAgC;AAChC,IAAiB,UAAU,CAO1B;AAPD,WAAiB,UAAU;IACzB,wDAAwD;IAC3C,oBAAS,GAAW,CAAC,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;IACzD,gEAAgE;IACnD,mBAAQ,GAAW,CAAC,EAAE,EAAE,EAAE,iBAAiB,EAAE,EAAE,EAAE,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC;IACjF,6DAA6D;IAChD,gBAAK,GAAW,EAAE,CAAC;AAClC,CAAC,EAPgB,UAAU,0BAAV,UAAU,QAO1B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data } from
|
|
1
|
+
import { Data } from './data';
|
|
2
2
|
/**Molang data for animations controllers*/
|
|
3
3
|
export declare namespace Attachables {
|
|
4
4
|
/**The list of usable variables for this specific type*/
|
|
@@ -8,3 +8,4 @@ export declare namespace Attachables {
|
|
|
8
8
|
/**The list of usable temp variables for this specific type*/
|
|
9
9
|
const Temps: Data[];
|
|
10
10
|
}
|
|
11
|
+
//# sourceMappingURL=attachables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachables.d.ts","sourceRoot":"","sources":["../../src/data/attachables.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,2CAA2C;AAC3C,yBAAiB,WAAW,CAAC;IAC3B,wDAAwD;IACjD,MAAM,SAAS,EAAE,IAAI,EAA6B,CAAC;IAC1D,gEAAgE;IACzD,MAAM,QAAQ,EAAE,IAAI,EAAqD,CAAC;IACjF,6DAA6D;IACtD,MAAM,KAAK,EAAE,IAAI,EAAO,CAAC;CACjC"}
|
|
@@ -5,9 +5,9 @@ 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 = [{ id:
|
|
8
|
+
Attachables.Variables = [{ id: 'is_enchanted' }];
|
|
9
9
|
/**The list of specific contexts usable for this specific type*/
|
|
10
|
-
Attachables.Contexts = [{ id:
|
|
10
|
+
Attachables.Contexts = [{ id: 'is_first_person' }, { id: 'item_slot' }];
|
|
11
11
|
/**The list of usable temp variables for this specific type*/
|
|
12
12
|
Attachables.Temps = [];
|
|
13
13
|
})(Attachables || (exports.Attachables = Attachables = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachables.js","sourceRoot":"","sources":["../../src/data/attachables.ts"],"names":[],"mappings":";;;AAEA,2CAA2C;AAC3C,IAAiB,WAAW,CAO3B;AAPD,WAAiB,WAAW;IAC1B,wDAAwD;IAC3C,qBAAS,GAAW,CAAC,EAAE,EAAE,EAAE,cAAc,EAAE,CAAC,CAAC;IAC1D,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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data } from
|
|
1
|
+
import { Data } from './data';
|
|
2
2
|
/**Molang data for blocks*/
|
|
3
3
|
export declare namespace Blocks {
|
|
4
4
|
/**The list of usable variables for this specific type*/
|
|
@@ -8,3 +8,4 @@ export declare namespace Blocks {
|
|
|
8
8
|
/**The list of usable temp variables for this specific type*/
|
|
9
9
|
const Temps: Data[];
|
|
10
10
|
}
|
|
11
|
+
//# sourceMappingURL=blocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blocks.d.ts","sourceRoot":"","sources":["../../src/data/blocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,2BAA2B;AAC3B,yBAAiB,MAAM,CAAC;IACtB,wDAAwD;IACjD,MAAM,SAAS,EAAE,IAAI,EAAO,CAAC;IACpC,gEAAgE;IACzD,MAAM,QAAQ,EAAE,IAAI,EAAO,CAAC;IACnC,6DAA6D;IACtD,MAAM,KAAK,EAAE,IAAI,EAAO,CAAC;CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blocks.js","sourceRoot":"","sources":["../../src/data/blocks.ts"],"names":[],"mappings":";;;AAEA,2BAA2B;AAC3B,IAAiB,MAAM,CAOtB;AAPD,WAAiB,MAAM;IACrB,wDAAwD;IAC3C,gBAAS,GAAW,EAAE,CAAC;IACpC,gEAAgE;IACnD,eAAQ,GAAW,EAAE,CAAC;IACnC,6DAA6D;IAChD,YAAK,GAAW,EAAE,CAAC;AAClC,CAAC,EAPgB,MAAM,sBAAN,MAAM,QAOtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/data/data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE3E,wCAAwC;AACxC,MAAM,MAAM,IAAI,GAAG,YAAY,GAAG,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/data/data.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data } from
|
|
1
|
+
import { Data } from './data';
|
|
2
2
|
/**Molang data for entities*/
|
|
3
3
|
export declare namespace Entities {
|
|
4
4
|
/**The list of usable variables for this specific type*/
|
|
@@ -8,3 +8,4 @@ export declare namespace Entities {
|
|
|
8
8
|
/**The list of usable temp variables for this specific type*/
|
|
9
9
|
const Temps: Data[];
|
|
10
10
|
}
|
|
11
|
+
//# sourceMappingURL=entities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../src/data/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,6BAA6B;AAC7B,yBAAiB,QAAQ,CAAC;IACxB,wDAAwD;IACjD,MAAM,SAAS,EAAE,IAAI,EAA4B,CAAC;IACzD,gEAAgE;IACzD,MAAM,QAAQ,EAAE,IAAI,EAAqD,CAAC;IACjF,6DAA6D;IACtD,MAAM,KAAK,EAAE,IAAI,EAAO,CAAC;CACjC"}
|
|
@@ -5,9 +5,9 @@ exports.Entities = void 0;
|
|
|
5
5
|
var Entities;
|
|
6
6
|
(function (Entities) {
|
|
7
7
|
/**The list of usable variables for this specific type*/
|
|
8
|
-
Entities.Variables = [{ id:
|
|
8
|
+
Entities.Variables = [{ id: 'attack_time' }];
|
|
9
9
|
/**The list of specific contexts usable for this specific type*/
|
|
10
|
-
Entities.Contexts = [{ id:
|
|
10
|
+
Entities.Contexts = [{ id: 'is_first_person' }, { id: 'item_slot' }];
|
|
11
11
|
/**The list of usable temp variables for this specific type*/
|
|
12
12
|
Entities.Temps = [];
|
|
13
13
|
})(Entities || (exports.Entities = Entities = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entities.js","sourceRoot":"","sources":["../../src/data/entities.ts"],"names":[],"mappings":";;;AAEA,6BAA6B;AAC7B,IAAiB,QAAQ,CAOxB;AAPD,WAAiB,QAAQ;IACvB,wDAAwD;IAC3C,kBAAS,GAAW,CAAC,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;IACzD,gEAAgE;IACnD,iBAAQ,GAAW,CAAC,EAAE,EAAE,EAAE,iBAAiB,EAAE,EAAE,EAAE,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC;IACjF,6DAA6D;IAChD,cAAK,GAAW,EAAE,CAAC;AAClC,CAAC,EAPgB,QAAQ,wBAAR,QAAQ,QAOxB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data } from
|
|
1
|
+
import { Data } from './data';
|
|
2
2
|
/**Molang data for feature rules*/
|
|
3
3
|
export declare namespace FeaturesRules {
|
|
4
4
|
/**The list of usable variables for this specific type*/
|
|
@@ -8,3 +8,4 @@ export declare namespace FeaturesRules {
|
|
|
8
8
|
/**The list of usable temp variables for this specific type*/
|
|
9
9
|
const Temps: Data[];
|
|
10
10
|
}
|
|
11
|
+
//# sourceMappingURL=features-rules.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"features-rules.d.ts","sourceRoot":"","sources":["../../src/data/features-rules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,kCAAkC;AAClC,yBAAiB,aAAa,CAAC;IAC7B,wDAAwD;IACjD,MAAM,SAAS,EAAE,IAAI,EAO3B,CAAC;IACF,gEAAgE;IACzD,MAAM,QAAQ,EAAE,IAAI,EAAO,CAAC;IACnC,6DAA6D;IACtD,MAAM,KAAK,EAAE,IAAI,EAAO,CAAC;CACjC"}
|
|
@@ -5,7 +5,14 @@ exports.FeaturesRules = void 0;
|
|
|
5
5
|
var FeaturesRules;
|
|
6
6
|
(function (FeaturesRules) {
|
|
7
7
|
/**The list of usable variables for this specific type*/
|
|
8
|
-
FeaturesRules.Variables = [
|
|
8
|
+
FeaturesRules.Variables = [
|
|
9
|
+
{ id: 'originx' },
|
|
10
|
+
{ id: 'originy' },
|
|
11
|
+
{ id: 'originz' },
|
|
12
|
+
{ id: 'worldx' },
|
|
13
|
+
{ id: 'worldy' },
|
|
14
|
+
{ id: 'worldz' },
|
|
15
|
+
];
|
|
9
16
|
/**The list of specific contexts usable for this specific type*/
|
|
10
17
|
FeaturesRules.Contexts = [];
|
|
11
18
|
/**The list of usable temp variables for this specific type*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"features-rules.js","sourceRoot":"","sources":["../../src/data/features-rules.ts"],"names":[],"mappings":";;;AAEA,kCAAkC;AAClC,IAAiB,aAAa,CAc7B;AAdD,WAAiB,aAAa;IAC5B,wDAAwD;IAC3C,uBAAS,GAAW;QAC/B,EAAE,EAAE,EAAE,SAAS,EAAE;QACjB,EAAE,EAAE,EAAE,SAAS,EAAE;QACjB,EAAE,EAAE,EAAE,SAAS,EAAE;QACjB,EAAE,EAAE,EAAE,QAAQ,EAAE;QAChB,EAAE,EAAE,EAAE,QAAQ,EAAE;QAChB,EAAE,EAAE,EAAE,QAAQ,EAAE;KACjB,CAAC;IACF,gEAAgE;IACnD,sBAAQ,GAAW,EAAE,CAAC;IACnC,6DAA6D;IAChD,mBAAK,GAAW,EAAE,CAAC;AAClC,CAAC,EAdgB,aAAa,6BAAb,aAAa,QAc7B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MolangFunction } from
|
|
1
|
+
import { MolangFunction } from './molang-function';
|
|
2
2
|
/**General molang data*/
|
|
3
3
|
export declare namespace General {
|
|
4
4
|
/**The collection of math functions*/
|
|
@@ -18,3 +18,4 @@ export declare namespace General {
|
|
|
18
18
|
*/
|
|
19
19
|
function getQuery(id: string): MolangFunction | undefined;
|
|
20
20
|
}
|
|
21
|
+
//# sourceMappingURL=general.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"general.d.ts","sourceRoot":"","sources":["../../src/data/general.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,wBAAwB;AACxB,yBAAiB,OAAO,CAAC;IACvB,qCAAqC;IAC9B,MAAM,IAAI,EAAE,cAAc,EAoThC,CAAC;IAEF;;;;OAIG;IACH,SAAgB,OAAO,CAAC,EAAE,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAO9D;IAED,8BAA8B;IACvB,MAAM,OAAO,EAAE,cAAc,EAyhDnC,CAAC;IAEF;;;;OAIG;IACH,SAAgB,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAO/D;CACF"}
|