{"id":15014828,"url":"https://github.com/quickcarpet/quickcarpet","last_synced_at":"2025-07-30T09:04:05.456Z","repository":{"id":38298784,"uuid":"170542869","full_name":"QuickCarpet/QuickCarpet","owner":"QuickCarpet","description":"Powerful toolbox with ultimate control for technical Minecraft","archived":false,"fork":false,"pushed_at":"2023-03-29T20:54:24.000Z","size":2906,"stargazers_count":132,"open_issues_count":15,"forks_count":30,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-07T15:11:40.324Z","etag":null,"topics":["fabricmc","minecraft","mods"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuickCarpet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["skyrising"]}},"created_at":"2019-02-13T16:44:20.000Z","updated_at":"2025-01-27T00:19:23.000Z","dependencies_parsed_at":"2024-12-19T11:11:38.623Z","dependency_job_id":"3f2b7743-8967-43a7-af58-a155f2d64fa4","html_url":"https://github.com/QuickCarpet/QuickCarpet","commit_stats":{"total_commits":753,"total_committers":16,"mean_commits":47.0625,"dds":"0.25763612217795484","last_synced_commit":"9593c692cbd151666e447f68f22113028c4122c3"},"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/QuickCarpet/QuickCarpet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCarpet%2FQuickCarpet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCarpet%2FQuickCarpet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCarpet%2FQuickCarpet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCarpet%2FQuickCarpet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuickCarpet","download_url":"https://codeload.github.com/QuickCarpet/QuickCarpet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCarpet%2FQuickCarpet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267842973,"owners_count":24153133,"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-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["fabricmc","minecraft","mods"],"created_at":"2024-09-24T19:46:09.036Z","updated_at":"2025-07-30T09:04:04.238Z","avatar_url":"https://github.com/QuickCarpet.png","language":"Java","funding_links":["https://github.com/sponsors/skyrising"],"categories":[],"sub_categories":[],"readme":"![QuickCarpet Icon](src/template/resources/quickcarpet/icon@128.png)\n\n# QuickCarpet\n![GitHub](https://img.shields.io/github/license/QuickCarpet/QuickCarpet?style=flat-square)\n![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/QuickCarpet/QuickCarpet/latest/main?style=flat-square)\n![GitHub commits since latest release (by date including pre-releases)](https://img.shields.io/github/commits-since/QuickCarpet/QuickCarpet/latest/main?include_prereleases\u0026style=flat-square)\n\nThis is not the [official carpet version](https://github.com/gnembon/fabric-carpet) by [gnembon](https://github.com/gnembon),\nbut an alternative implementation providing a different set of features.\n\nMajor features include:\n- Commands to measure performance and change the tick speed\n- Movable Block Entities\n- Auto Crafting Table\n- Features to make more items renewable\n\nAlmost all features can be configured using `/carpet` and are set to their vanilla value by default.\n\nA list of all configurable rules can be queried with `/carpet list` or seen\n[here][rules] for the latest development version\n\nPrimarily aimed for use as a standalone mod, but compatibility with other *open source* mods is attempted if feasible.\nReport an [issue][new-issue] in that case.\n\n## Installation\n- Install Fabric: [Instructions][fabric-wiki-install] \n- Download QuickCarpet:\n    - Full releases from [Releases][releases]\n    - Development builds from [Actions][actions-dev-builds]\n        - Select the build you want to download\n            (`master` for the latest stable Minecraft version,other branches for snapshots)\n        - When logged in click on `quickcarpet-jars`\n        - Extract `quickcarpet-jars` and use the JAR file with the shortest name (without `-dev.jar` or `-sources`)\n- Put the `quickcarpet-\u003cversion\u003e.jar` into the `mods/` folder\n\n## Compiling\nSteps 2 \u0026 3 are optional if you don't want to change the source code\n\n1. Clone this repo\n2. Run `gradlew genSources idea` for IntelliJ and `gradlew genSources eclipse` for Eclipse and import the Gradle project\n3. Run `gradlew generateJava` and add `build/generated/java` as a source directory (\"Generated Sources Root\" in IntelliJ)\n4. Run `gradlew build` for creating a build (result in `build/libs/`)\n\n[rules]: rules.md\n[new-issue]: ../../issues/new\n[releases]: ../../releases\n[actions-dev-builds]: ../../actions?query=workflow%3A%22Development+Builds%22\n[fabric-wiki-install]: https://fabricmc.net/wiki/install","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickcarpet%2Fquickcarpet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquickcarpet%2Fquickcarpet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickcarpet%2Fquickcarpet/lists"}