jmc
jmc copied to clipboard
[BUG] Unable to handle nbt called "item".
Describe the bug
Running a command that tries to modify an nbt tag called "item" throws an exception when compiling.
To Reproduce
- Write a command that modifies an nbt tag called "item" like
execute if entity @s data item run say "hello world!"
- Hit compile.
Expected behavior
The compiler shouldn't throw an exception. Instead it should be compiled to execute if data entity @s item run say "hello world!
Screenshots
[If applicable, add screenshots to help explain your problem.]
Desktop
Windows
Additional context
I am using the pre released version for datapack version 48 support.