sandstone-mc / sandstone

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

`tag.values` doesn't accept the type that the tag is of #146

Closed GrantGryczan closed 1 year ago

GrantGryczan commented 2 years ago

For example, mcFunctionTag.values does not include MCFunctionInstance in its element type, even though it works fine in JS runtime.

image

MulverineX commented 1 year ago

Duplicate of #153