sandstone-mc / sandstone

Sandstone | Next Generation Framework for Minecraft
https://sandstone.dev/
MIT License
174 stars 15 forks source link

Parse root JSON component correctly #118

Closed TheEternalShine closed 2 years ago

TheEternalShine commented 2 years ago

The JSONTextComponentClass parser does not currently correctly parse root components with a _toChatComponent or toJSON functions, only those nested inside them.

This can cause problems as demonstrated in #102.