Devan-Kerman / ARRP

A fabric api for creating resources and assets at runtime
Mozilla Public License 2.0
104 stars 27 forks source link

Sound resource/subresource support #40

Open stashymane opened 3 years ago

stashymane commented 3 years ago

With sound resources, a pack only has one file to define them, which is sounds.json. It's not possible to add multiple sound resources manually with the provided addAsset, as it overwrites the file instead of appending to it. The only way to work around this at the moment is to regenerate the entire file on modification, which is exponentially not very gucci.

stashymane commented 3 years ago

Essentially the same issue as #37, just more generic