WingedSeal
WingedSeal
``` │ main.hjmc │ main.jmc │ └───folder_name └───a_path file_name.mcfunction ``` ```c #import folder_name ``` should create `namespace:a_path/file_name` function
```js $a = ($b + $c) - 5 ```
``` "a b c \ d e f" ``` V ``` "a b c d e f" ```
This can be done by either importing it at compile time or transpiling it to JMC with command line tool
Copy the `with ...` to every `function ...`generated by built-in func
```js function helloWorld(string) { $say "$(string)"; } helloWorld("hi"); ```
Allow the function to only be called from the same class.
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...