{"id":15532345,"url":"https://github.com/the-fireplace/mc-en-ud-generator","last_synced_at":"2025-10-26T16:14:49.364Z","repository":{"id":121801943,"uuid":"121473897","full_name":"The-Fireplace/MC-en-UD-Generator","owner":"The-Fireplace","description":"Turns English lang files for Minecraft mods into en_UD.lang (Upside Down joke language that comes with the game)","archived":false,"fork":false,"pushed_at":"2018-09-01T22:17:14.000Z","size":38,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T08:51:07.377Z","etag":null,"topics":["gradle-plugin","kotlin","minecraft","silly"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The-Fireplace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-14T05:18:27.000Z","updated_at":"2024-04-21T12:41:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9029a5d-3d42-4d2f-819f-7778dc989e1f","html_url":"https://github.com/The-Fireplace/MC-en-UD-Generator","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"5c3456262be80bf5e56180b04b726c9dbf35e57a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Fireplace%2FMC-en-UD-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Fireplace%2FMC-en-UD-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Fireplace%2FMC-en-UD-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Fireplace%2FMC-en-UD-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Fireplace","download_url":"https://codeload.github.com/The-Fireplace/MC-en-UD-Generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246108163,"owners_count":20724678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gradle-plugin","kotlin","minecraft","silly"],"created_at":"2024-10-02T11:29:53.928Z","updated_at":"2025-10-07T17:01:42.088Z","avatar_url":"https://github.com/The-Fireplace.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"To add this to your gradle project:\nBetween `buildscript{...}` and `apply plugin: 'net.minecraftforge.gradle.forge'`, insert the following:\n\n`plugins{\n    id \"thefireplace.en2ud\" version \"1.0.2\"\n}`\n\nAnywhere after the plugins are applied, add the following:\n`en2ud {\n     modid = \"YOUR_MODID_GOES_HERE\"\n }`\nThis section tells it which folder to look for the lang files in, assuming the default directory structure of `src/main/resources/assets/YOUR_MODID_GOES_HERE/lang`\n\nInside `en2ud{...}`, there are also several optional parameters you may set:\n\n`customRegex` can be set to a regex String that should not be turned upside down. If your mod uses something in the lang files like @VERSION@, or @1, @2, @3, etc, you should set this to regex that covers that to prevent it from being turned backwards and upside down.\n\n`copyInvalidLines` can be set to a boolean that specifies if you want to copy invalid lines to the generated file. If you write comments saying what each section is, you might want to set this to true. Default setting is false.\n\n`debug` can be set to a boolean that, when true, makes the console output more verbose. This is useful if you are having issues getting this to generate the file. Default setting is false.\n \nTo run the script, run `gradlew en2ud`\n \nAnd that's all there is to it! The output from running it will let you know if anything went wrong.\n \nThis supports ~~vanilla color codes (§1, §f, etc) and~~ variables inserted with %s, %d, etc.\nVanilla color code support is borked at the moment. Working on a fix.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-fireplace%2Fmc-en-ud-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-fireplace%2Fmc-en-ud-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-fireplace%2Fmc-en-ud-generator/lists"}