Results 5 issues of Stevertus

I have the MonacoConfig in an extra file: ``` import { MonacoEditorModule, NgxMonacoEditorConfig } from 'ngx-monaco-editor'; const monacoConfig: NgxMonacoEditorConfig = { defaultOptions: {scrollBeyondLastLine: false}, onMonacoLoad: () => { // Register...

That is the minor bug. If this bug is fixed, the datapacks generated will be compatible up to minecraft 1.16.1 and onwards. But I have a small suggestion on something...

enhancement

Originally created for mcscript by @WilliamRagstad here: https://github.com/Stevertus/mcscript/issues/23 There is a poly-fill trick for supporting arguments to functions using the new `/data get storage [name] [path]`. Format example: ``` mcscriptfunctions...

suggestion

You should add a separate arrow raycasting (or with arrow:true) in objD so you can more easily make "attack" projeciles so you don't have to test for a player in...

suggestion