fabric
fabric copied to clipboard
sounds.json and lang.json support in fabric-data-generation-api-v1
The title is quite self-explanatory but as far as I have looked I have been unable to find a way to use this API(fabric-data-generation-api-v1) to generate the sounds.json file with custom SoundEvents or any language file(lang/en_us.json, lang/es_es.json...). Being a mod developer in both fabric and forge, I've use the SoundDefinitionsProvider and LanguageProvider data providers in forge - example of sound usage, Example of Lang usage - these have worked well for me but I can't find anything in this API or anywhere else in Fabric that does the same without having to copy-paste many files from forge and adapt them to the Fabric environment. If I have just missed something that already exists, Sorry for wasting your time and I'd appreciate letting me know where it is and how to use it. Thanks.
Maybe I'll take a look at this
Lang is already a PR
Oh thanks. I shall await this Pull Request to be Merged.
Any updates on sounds data generator?