issues
search
WingedSeal
/
jmc
A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack
https://jmc.wingedseal.com
MIT License
64
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Emit improvements
#119
Nico314159
opened
2 months ago
0
[FEATURE_REQUEST] Manual compiler bypass.
#118
FireBallMC3
closed
2 months ago
1
[BUG] Unable to handle nbt called "item".
#117
FireBallMC3
opened
2 months ago
1
[BUG] Cant use "execute if function".
#116
FireBallMC3
closed
2 months ago
1
Make advancement functions work on 1.21+
#115
Nico314159
closed
2 months ago
0
Using return command inside the Player.join makes it constantly run the given function.
#114
OguzhanUmutlu
closed
3 months ago
2
[FEATURE_REQUEST] `JMC.call($callback)`
#113
Nico314159
opened
4 months ago
0
[FEATURE_REQUEST] `switch (...) { ... } with ...;`
#112
Nico314159
opened
4 months ago
0
[BUG] Item.give() doesn't work because of the new format
#111
patrykduda2005
opened
4 months ago
1
[BUG] `EVAL` throws errors in macro factories
#110
Nico314159
opened
4 months ago
1
[FEATURE_REQUEST] Support `scoreboard ??= nbt_path`
#109
Nico314159
opened
4 months ago
0
[FEATURE_REQUEST] Shorthand syntax for `execute if function`
#108
Nico314159
opened
4 months ago
0
[FEATURE_REQUEST] `stringify` (or similar keyword) after JSON definitions
#107
Nico314159
opened
4 months ago
0
[FUNCTION_REQUEST] Compile-time logging
#106
Nico314159
opened
4 months ago
1
[FEATURE_REQUEST] Allow JMC's custom NBT syntax in more places
#105
Nico314159
opened
4 months ago
0
[BUG] If statements break return statements and function macros
#104
OguzhanUmutlu
opened
4 months ago
1
[BUG] cant call a function by macros
#103
amqndin
opened
5 months ago
1
[BUG] Extraneous `run execute`
#102
Nico314159
closed
4 months ago
1
fix: items not being vanilla condition.
#101
amqndin
closed
6 months ago
0
[BUG] Hashtag-comments inside a class prevent containing a single quote cause compiler error
#100
Shywizz
opened
6 months ago
0
[BUG] cant use macros in conditions
#99
amqndin
closed
6 months ago
2
[BUG] else if doesnt work with macros
#98
amqndin
opened
6 months ago
0
[FEATURE_REQUEST] `#import` header
#97
WingedSeal
opened
6 months ago
0
[FEATURE_REQUEST] Add an expression calculation
#96
WingedSeal
opened
6 months ago
1
[FEATURE_REQUEST] Add fake multiline string that automatically remove newline
#95
WingedSeal
opened
6 months ago
0
Add debug build to JMC along with debug functions
#94
WingedSeal
opened
6 months ago
0
Add a way to import an existing mcfunction datapack to migrate to JMC
#93
WingedSeal
opened
6 months ago
0
[BUG] unable to use macros with variables.
#92
amqndin
opened
7 months ago
2
[FEATURE_REQUEST] Allow line breaks inside EVAL
#91
Nico314159
opened
7 months ago
0
Pass the vanilla macro context to every function called in built-in function
#90
WingedSeal
opened
7 months ago
0
Add compile time check for vanilla macro
#89
WingedSeal
opened
7 months ago
1
`if ($var == -1..-2) {` crashing
#88
WingedSeal
closed
7 months ago
1
[BUG] `Advancement.grant()` does not detect advancements
#87
TM10YMhp
closed
7 months ago
1
[BUG] `weather clear` syntax does not work
#86
TM10YMhp
closed
7 months ago
1
Adding multiple timers to a single target causes problems
#85
w00tyd00d
opened
7 months ago
0
Add `jmc=True` to `emit` in `JMC.python`
#84
WingedSeal
closed
7 months ago
2
Add `@private` decoratr
#83
WingedSeal
opened
8 months ago
0
Add `async while` for repeating clock
#82
WingedSeal
closed
7 months ago
1
Support `execute if function` and future `execute if` conditions.
#81
Nico314159
closed
8 months ago
2
Improve `if` `else` by not creating unnecessary functions
#80
WingedSeal
closed
8 months ago
2
JMC thinks `[-1]` is a string slice
#79
WingedSeal
closed
8 months ago
1
Assigning nbt to variable doesn't compile
#78
WingedSeal
closed
8 months ago
1
Missing documentation for Array.forEach()
#77
WingedSeal
closed
8 months ago
0
Add `#bind EVAL` for compile time expression evaluation
#76
WingedSeal
closed
8 months ago
1
Add `#enum` for header
#75
WingedSeal
closed
8 months ago
1
@Nicoder - Make Hardcode function definition conserve class context and add `@root` to opt out.
#74
WingedSeal
closed
8 months ago
2
[BUG]
#73
linked3
closed
8 months ago
3
Make indexString work on source of NBT
#72
Nico314159
closed
10 months ago
0
Object.isEqual() & String.isEqual() dont require `type` argument now
#71
amqndin
closed
11 months ago
0
Properly insert NBT `source` key on post 1.20.3
#70
Nico314159
closed
11 months ago
0
Next