sounds.json and lang.json support in fabric-data-generation-api-v1
moltenwolfcub opened this issue ยท 4 comments
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.