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 8 forks source link

Fix quoted booleans in tellraw JSON #39

Closed Nico314159 closed 11 months ago

Nico314159 commented 11 months ago

As of the new Minecraft snapshot 23w40a, quoted booleans (eg. "interpret": "true") are no longer valid syntax in a tellraw command. However, unquoted booleans ("interpret": true) were already valid and will continue to be valid, so this commit ensures forward compatibility while still retaining backward compatibility.