{"id":29693848,"url":"https://github.com/cpsdisplay/cpsdisplay4","last_synced_at":"2025-07-23T08:09:38.079Z","repository":{"id":305964309,"uuid":"1024124130","full_name":"CPSDisplay/cpsdisplay4","owner":"CPSDisplay","description":"v4 when v3 is not even finished ahahah","archived":false,"fork":false,"pushed_at":"2025-07-22T21:48:54.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"1.8.9","last_synced_at":"2025-07-22T23:31:06.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CPSDisplay.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,"zenodo":null}},"created_at":"2025-07-22T08:12:28.000Z","updated_at":"2025-07-22T21:42:58.000Z","dependencies_parsed_at":"2025-07-22T23:31:11.189Z","dependency_job_id":"5f340f73-5e4d-4033-950a-69faeae6b56e","html_url":"https://github.com/CPSDisplay/cpsdisplay4","commit_stats":null,"previous_names":["cpsdisplay/cpsdisplay4"],"tags_count":null,"template":false,"template_full_name":"nea89o/Forge1.8.9Template","purl":"pkg:github/CPSDisplay/cpsdisplay4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPSDisplay%2Fcpsdisplay4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPSDisplay%2Fcpsdisplay4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPSDisplay%2Fcpsdisplay4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPSDisplay%2Fcpsdisplay4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CPSDisplay","download_url":"https://codeload.github.com/CPSDisplay/cpsdisplay4/tar.gz/refs/heads/1.8.9","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPSDisplay%2Fcpsdisplay4/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266640830,"owners_count":23960809,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-07-23T08:09:37.351Z","updated_at":"2025-07-23T08:09:38.050Z","avatar_url":"https://github.com/CPSDisplay.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Architectury Loom based template for 1.8.9 forge mods\n\n**For other templates, do check out the [other branches of this repository](https://github.com/romangraef/Forge1.8.9Template/branches/all)**\n\n## Usage\n\nCheck out https://moddev.nea.moe/ for a full tutorial on legacy modding.\n\nAlternatively, read here for a basic overview on how to use this repository.\n\nTo get started, [Use this template](https://github.com/new?template_name=Forge1.8.9Template\u0026template_owner=nea89o).\n\n\u003e [!WARNING]\n\u003e Do not Fork or Clone or Download ZIP this template. If you \"use\" this template a custom mod id will be generated. You can do that manually using the `make-my-own` script, if you are on linux. If not, just click the use this template button. If you want to use kotlin or make a 1.12 mod check the \"Include all branches\" and change the default branch in https://github.com/yourname/yourreponame/branches\n\nThis project uses [DevAuth](https://github.com/DJtheRedstoner/DevAuth) per default, so you can log in using your real\nminecraft account. If you don't need that, you can remove it from the buildscript.\n\nTo run the mod you will need two JDKs, one Java 17 jdk and one Java 1.8 jdk. You can download those\nfrom [here](https://adoptium.net/temurin/releases) (or use your own downloads).\n\nWhen you import your project into IntelliJ, you need to set the gradle jvm to the Java 17 JDK in the gradle tab, and the\nProject SDK to the Java 1.8 JDK. Then click on the sync button in IntelliJ, and it should create a run task\ncalled `Minecraft Client`. If it doesn't then try relaunching your IntelliJ. **Warning for Mac users**: You might have to remove the `-XStartOnFirstThread` vm argument from your run configuration. In the future, that should be handled by the plugin, but for now you'll probably have to do that manually.\n\nTo export your project, run the `gradle build` task, and give other people the\nfile `build/libs/\u003cmodid\u003e-\u003cversion\u003e.jar`. Ignore the jars in the `build/badjars` folder. Those are intermediary jars that\nare used by the build system but *do not work* in a normal forge installation.\n\nIf you don't want mixins (which allow for modifying vanilla code), then you can remove the references to mixins from\nthe `build.gradle.kts` at the lines specified with comments and the `com.example.mixin` package.\n\nIf you don't want access transformers (which allow for making methods public/non-final) you can delete the\n`accesstransformer.cfg` file. If you make a change to the `accesstransformers.cfg` you might need to rebuild your\nproject using `./gradlew build --refresh-dependencies`.\n\n### For those who have not an attention span\n\n[![Youtube Tutorial](https://i.ytimg.com/vi/nWzHlomdCgc/maxresdefault.jpg)](https://www.youtube.com/watch?v=nWzHlomdCgc)\n\n## Licensing\n\nThis template is licensed under the Unlicense (license copy present in this repository), or alternatively under [Creative Commons 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/), and all contributions and PR to this template are expected to follow this. This means your mod, based on this template can be licensed whatever way you want, and does not need to reference back to this template in any way.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpsdisplay%2Fcpsdisplay4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpsdisplay%2Fcpsdisplay4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpsdisplay%2Fcpsdisplay4/lists"}