{"id":15014901,"url":"https://github.com/cc-tweaked/cc-tweaked","last_synced_at":"2026-04-26T19:03:57.681Z","repository":{"id":37043731,"uuid":"110749131","full_name":"cc-tweaked/CC-Tweaked","owner":"cc-tweaked","description":"Just another ComputerCraft fork","archived":false,"fork":false,"pushed_at":"2025-04-06T12:47:01.000Z","size":23505,"stargazers_count":1002,"open_issues_count":125,"forks_count":226,"subscribers_count":27,"default_branch":"mc-1.20.x","last_synced_at":"2025-04-12T01:49:36.533Z","etag":null,"topics":["computercraft","fabric","forge","lua","minecraft","minecraft-forge","minecraft-mod"],"latest_commit_sha":null,"homepage":"https://tweaked.cc","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cc-tweaked.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSES/Apache-2.0.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-11-14T21:52:14.000Z","updated_at":"2025-04-11T03:15:51.000Z","dependencies_parsed_at":"2023-10-05T00:00:36.176Z","dependency_job_id":"d3b3f5d2-28dc-4c85-a818-90aae4eae8d4","html_url":"https://github.com/cc-tweaked/CC-Tweaked","commit_stats":{"total_commits":2362,"total_committers":114,"mean_commits":"20.719298245614034","dds":"0.21972904318374264","last_synced_commit":"7e2f490626a8255319a54c84e77fe7d46eaee6d1"},"previous_names":[],"tags_count":242,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-tweaked%2FCC-Tweaked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-tweaked%2FCC-Tweaked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-tweaked%2FCC-Tweaked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cc-tweaked%2FCC-Tweaked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cc-tweaked","download_url":"https://codeload.github.com/cc-tweaked/CC-Tweaked/tar.gz/refs/heads/mc-1.20.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505872,"owners_count":21115354,"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":["computercraft","fabric","forge","lua","minecraft","minecraft-forge","minecraft-mod"],"created_at":"2024-09-24T19:46:14.441Z","updated_at":"2025-12-24T11:09:55.629Z","avatar_url":"https://github.com/cc-tweaked.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2017 The CC: Tweaked Developers\n\nSPDX-License-Identifier: MPL-2.0\n--\u003e\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./doc/logo-darkmode.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./doc/logo.png\"\u003e\n  \u003cimg alt=\"CC: Tweaked\" src=\"./doc/logo.png\"\u003e\n\u003c/picture\u003e\n\n[![Current build status](https://github.com/cc-tweaked/CC-Tweaked/workflows/Build/badge.svg)](https://github.com/cc-tweaked/CC-Tweaked/actions \"Current build status\")\n[![Download CC: Tweaked on Modrinth](https://img.shields.io/static/v1?label=Download\u0026color=00AF5C\u0026logoColor=00AF5C\u0026logo=Modrinth\u0026message=CC:%20Tweaked)][Modrinth]\n\nCC: Tweaked is a mod for Minecraft which adds programmable computers, turtles and more to the game. A fork of the\nmuch-beloved [ComputerCraft], it continues its legacy with improved performance and stability, along with a wealth of\nnew features.\n\nCC: Tweaked can be installed from [Modrinth]. It runs on both [Minecraft Forge] and [Fabric].\n\n## Contributing\nAny contribution is welcome, be that using the mod, reporting bugs or contributing code. If you want to get started\ndeveloping the mod, [check out the instructions here](CONTRIBUTING.md#developing).\n\n## Community\nIf you need help getting started with CC: Tweaked, want to show off your latest project, or just want to chat about\nComputerCraft, do check out our [GitHub discussions page][GitHub discussions]! There's also a fairly populated,\nalbeit quiet IRC channel on [EsperNet], if that's more your cup of tea. You can join `#computercraft` through your\ndesktop client, or online using [KiwiIRC].\n\nWe also host fairly comprehensive documentation at [tweaked.cc](https://tweaked.cc/ \"The CC: Tweaked website\").\n\n## Using\nCC: Tweaked is hosted on my maven repo, and so is relatively simple to depend on. You may wish to add a soft (or hard)\ndependency in your `mods.toml` file, with the appropriate version bounds, to ensure that API functionality you depend\non is present.\n\n```groovy\nrepositories {\n  maven {\n    url \"https://maven.squiddev.cc\"\n    content {\n      includeGroup(\"cc.tweaked\")\n    }\n  }\n}\n\ndependencies {\n  // Vanilla (i.e. for multi-loader systems)\n  compileOnly(\"cc.tweaked:cc-tweaked-$mcVersion-common-api:$cctVersion\")\n\n  // Forge Gradle\n  compileOnly(\"cc.tweaked:cc-tweaked-$mcVersion-core-api:$cctVersion\")\n  compileOnly(fg.deobf(\"cc.tweaked:cc-tweaked-$mcVersion-forge-api:$cctVersion\"))\n  runtimeOnly(fg.deobf(\"cc.tweaked:cc-tweaked-$mcVersion-forge:$cctVersion\"))\n\n  // Fabric Loom\n  modCompileOnly(\"cc.tweaked:cc-tweaked-$mcVersion-fabric-api:$cctVersion\")\n  modRuntimeOnly(\"cc.tweaked:cc-tweaked-$mcVersion-fabric:$cctVersion\")\n}\n```\n\nYou should also be careful to only use classes within the `dan200.computercraft.api` package. Non-API classes are\nsubject to change at any point. If you depend on functionality outside the API (or need to mixin to CC:T), please file\nan issue to let me know!\n\nWe bundle the API sources with the jar, so documentation should be easily viewable within your editor. Alternatively,\nthe generated documentation [can be browsed online](https://tweaked.cc/javadoc/).\n\n[computercraft]: https://github.com/dan200/ComputerCraft \"ComputerCraft on GitHub\"\n[modrinth]: https://modrinth.com/mod/gu7yAYhd \"Download CC: Tweaked from Modrinth\"\n[Minecraft Forge]: https://files.minecraftforge.net/ \"Download Minecraft Forge.\"\n[Fabric]: https://fabricmc.net/use/installer/ \"Download Fabric.\"\n[GitHub Discussions]: https://github.com/cc-tweaked/CC-Tweaked/discussions\n[EsperNet]: https://www.esper.net/\n[KiwiIRC]: https://kiwiirc.com/nextclient/#irc://irc.esper.net:+6697/#computercraft \"#computercraft on EsperNet\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcc-tweaked%2Fcc-tweaked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcc-tweaked%2Fcc-tweaked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcc-tweaked%2Fcc-tweaked/lists"}