sandstone-mc / sandstone

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

Custom Resource Type 'binary' #100

Closed ColinTimBarndt closed 1 year ago

ColinTimBarndt commented 3 years ago

At the moment, all custom resources have to be text ("json", "raw" string), but there are cases where a binary resource needs to be emitted, namely texture files. Texture files should have type Buffer or Uint8Array.