-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically downloads the latest translation packages/Automated Resource Kit Compression Workflow #25
Comments
Yet ever time that the Build task is executaded the resources is reset due mcreator so i have a python script in my local workspace that copy the lang files of other folder and paste in the |
If you read the code I submitted you'll know I'm using SubscribeEvent, so there's no need to register it manually. |
Or do you mean that the automatically downloaded translation packages also disappear? |
Any File in Resorces/assets/lang will be overrite |
That's not what I'm talking about, it's under run/resources. |
What i mean is that The files in |
In my setup, the translation packs start downloading after the module is initialized, so it makes sense that they wouldn't be completely deleted as a problem. |
So you don't have to put the translation package into resources. |
I use github's workflow to be able to zip a folder. |
I use a github workflow that allows me to submit a translation file while packaging it into a resource package. |
I was browsing through the modules and came up with a thought... if you automatically download the latest translation resource packs you don't have to put the lang files in them over and over again to be able to translate them properly? Then we can write the lang file in the resource pack, can't we?
The text was updated successfully, but these errors were encountered: