sandstone-mc / sandstone

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

`InteractivityTags['insertion']` is only `string` #170

Closed GrantGryczan closed 1 year ago

GrantGryczan commented 2 years ago

ContentTag['text'] is string | number | boolean, but despite also accepting string | number | boolean in-game, InteractivityTags['insertion'] is only string.