minity icon indicating copy to clipboard operation
minity copied to clipboard

Minity is a scripting language for Vanilla Minecraft

Results 25 minity issues
Sort by recently updated
recently updated
newest added

Potentially, the npm package called lnk could be used to fix this.

bug
windows

``` PS G:\Minecraft\MultiMC\instances\1.17.1\.minecraft\saves\House3\datapacks\minecarts-nowadays> minity help C:\Program Files\nvm\v14.18.1\node_modules\minity\bin\Project.js:349 buildDirectory??=this.buildDirectory; ^^^ SyntaxError: Unexpected token '??=' at wrapSafe (internal/modules/cjs/loader.js:1001:16) at Module._compile (internal/modules/cjs/loader.js:1049:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:12) at Module.require...

Currently we rely too much on wrapping anything that could potentially be a block of multiple commands into a separate function. This produces one-line functions, which should be inlined in...

enhancement

Repeated calls of the same macro with the same arguments produce new function files for each call.

bug

Allay (at [DoubleF3lix/Allay](https://github.com/DoubleF3lix/Allay)) is a tool used to convert a descriptive, rich-text like text format into minecraft text components. It would be super cool if we could write Allay-compatible strings...

enhancement