mcscript
mcscript copied to clipboard
A programming language for Minecraft Vanilla
currently, im struggling doing this: ``` asat(@a) { var slimeKilled @s = 0 if ('entity @s[nbt={SelectedItem:{id:"minecraft:stick",Count:1b}}]') { raycast(10, "air", entity @e[type=slime]) { /kill @s slimeKilled @s = 1 // @s...
While using VSC (with `Minecraft Script` extension) commands written starting with `/` do not have tooltip. Probable fix: "borrow" some code from `language-mcfunction` extension. Also, please, make "event detector" (in...
Hello. Is there any chance you could update this extension to include the new commands so that way VSCode doesn't yell at me thinking it's wrong?
This pull request addresses compatibility issues with Minecraft version 1.21. The following changes have been implemented: 1. Updated `generator.js` and `gen_new.js` to create a `pack.mcmeta` file with pack format 48,...