Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quickcarpet/quickcarpet
Powerful toolbox with ultimate control for technical Minecraft
https://github.com/quickcarpet/quickcarpet
fabricmc minecraft mods
Last synced: about 1 month ago
JSON representation
Powerful toolbox with ultimate control for technical Minecraft
- Host: GitHub
- URL: https://github.com/quickcarpet/quickcarpet
- Owner: QuickCarpet
- License: mit
- Created: 2019-02-13T16:44:20.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T20:54:24.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T13:12:17.711Z (about 1 month ago)
- Topics: fabricmc, minecraft, mods
- Language: Java
- Homepage:
- Size: 2.77 MB
- Stars: 132
- Watchers: 10
- Forks: 30
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
![QuickCarpet Icon](src/template/resources/quickcarpet/[email protected])
# QuickCarpet
![GitHub](https://img.shields.io/github/license/QuickCarpet/QuickCarpet?style=flat-square)
![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/QuickCarpet/QuickCarpet/latest/main?style=flat-square)
![GitHub commits since latest release (by date including pre-releases)](https://img.shields.io/github/commits-since/QuickCarpet/QuickCarpet/latest/main?include_prereleases&style=flat-square)This is not the [official carpet version](https://github.com/gnembon/fabric-carpet) by [gnembon](https://github.com/gnembon),
but an alternative implementation providing a different set of features.Major features include:
- Commands to measure performance and change the tick speed
- Movable Block Entities
- Auto Crafting Table
- Features to make more items renewableAlmost all features can be configured using `/carpet` and are set to their vanilla value by default.
A list of all configurable rules can be queried with `/carpet list` or seen
[here][rules] for the latest development versionPrimarily aimed for use as a standalone mod, but compatibility with other *open source* mods is attempted if feasible.
Report an [issue][new-issue] in that case.## Installation
- Install Fabric: [Instructions][fabric-wiki-install]
- Download QuickCarpet:
- Full releases from [Releases][releases]
- Development builds from [Actions][actions-dev-builds]
- Select the build you want to download
(`master` for the latest stable Minecraft version,other branches for snapshots)
- When logged in click on `quickcarpet-jars`
- Extract `quickcarpet-jars` and use the JAR file with the shortest name (without `-dev.jar` or `-sources`)
- Put the `quickcarpet-.jar` into the `mods/` folder## Compiling
Steps 2 & 3 are optional if you don't want to change the source code1. Clone this repo
2. Run `gradlew genSources idea` for IntelliJ and `gradlew genSources eclipse` for Eclipse and import the Gradle project
3. Run `gradlew generateJava` and add `build/generated/java` as a source directory ("Generated Sources Root" in IntelliJ)
4. Run `gradlew build` for creating a build (result in `build/libs/`)[rules]: rules.md
[new-issue]: ../../issues/new
[releases]: ../../releases
[actions-dev-builds]: ../../actions?query=workflow%3A%22Development+Builds%22
[fabric-wiki-install]: https://fabricmc.net/wiki/install