WingedSeal

Results 9 issues of WingedSeal

``` │ main.hjmc │ main.jmc │ └───folder_name └───a_path file_name.mcfunction ``` ```c #import folder_name ``` should create `namespace:a_path/file_name` function

Type: Feature request

```js $a = ($b + $c) - 5 ```

Type: Feature request

``` "a b c \ d e f" ``` V ``` "a b c d e f" ```

Type: Feature request

This can be done by either importing it at compile time or transpiling it to JMC with command line tool

Type: Feature request

Copy the `with ...` to every `function ...`generated by built-in func

Type: Feature request

```js function helloWorld(string) { $say "$(string)"; } helloWorld("hi"); ```

Type: Feature request
Priority: Low

Allow the function to only be called from the same class.

Type: Feature request

When I'm looking at an item after scrolling all the way up, then item's lore update and the position reset all the way down. Starting at top also have the...