Mojang / ore-ui

💎 Building blocks to construct game UIs using web tech.
https://react-facet.mojang.com/
MIT License
404 stars 19 forks source link

Adding bigint to Value type #129

Closed Tommy-Malone-ZOS closed 12 months ago

Tommy-Malone-ZOS commented 12 months ago

We use 64 bit handles for entities in our game engine which we pass to JS as bigints. We wish to make these handles into facets, thus we need them Value to include them.