jmc icon indicating copy to clipboard operation
jmc copied to clipboard

A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack

Results 28 jmc issues
Sort by recently updated
recently updated
newest added

## Description Minecraft 1.20.3 added the `execute if function` command, which can be quite useful. JMC does support putting such a condition into an `if` statement, but we're limited to...

Type: Feature request

## Description The following syntax will be used to convert specific paths inside a JSON definition from nested objects to string form. The purpose of this is to have an...

Type: Feature request

## Description It's both annoying and idiosyncratic to have to write `if (data storage namespace:foo bar)` every single time when it would make more sense to write just `if (foo::bar)`....

Type: Feature request

## Describe the bug If statements break into new functions inside __private__ folder which breaks both /return and function macros ## To Reproduce Example code that breaks /return: ```javascript $a...

Type: Bug

## Describe the bug when trying to call any function using macros in a subdirectory it will throw an error. "expected operator" ## To Reproduce https://jmc.wingedseal.com/try-out?jmc=FAMwrgdgxgLglgewgAjAdzACgJTIN7ACQAXMQIYBOA5gM4B0CaCyAvMgESMLsDcRRAUwAeAqGBgDkFSPiKEAJFzrzM6MNhx9CAX2Ro4MABbJSlWn23BQkWIhRKuOWYQAOFOBBghMnJu2wWQA ## Expected behavior be...

Type: Bug
Priority: Low

## Describe the bug The compiler will complain that "_bracket for a class was never closed_" if using a comment containing a single quote ## To Reproduce create a dummy...

Type: Bug

## Describe the bug Running a command that tries to modify an nbt tag called "item" throws an exception when compiling. ## To Reproduce 1. Write a command that modifies...

Type: Bug