This is not the official carpet version by 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 renewable
Almost 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 for the latest development version
Primarily aimed for use as a standalone mod, but compatibility with other open source mods is attempted if feasible. Report an issue in that case.
- Install Fabric: Instructions
- Download QuickCarpet:
- Full releases from Releases
- Development builds from Actions
- Select the build you want to download
(
masterfor the latest stable Minecraft version,other branches for snapshots) - When logged in click on
quickcarpet-jars - Extract
quickcarpet-jarsand use the JAR file with the shortest name (without-dev.jaror-sources)
- Select the build you want to download
(
- Put the
quickcarpet-<version>.jarinto themods/folder
Steps 2 & 3 are optional if you don't want to change the source code
- Clone this repo
- Run
gradlew genSources ideafor IntelliJ andgradlew genSources eclipsefor Eclipse and import the Gradle project - Run
gradlew generateJavaand addbuild/generated/javaas a source directory ("Generated Sources Root" in IntelliJ) - Run
gradlew buildfor creating a build (result inbuild/libs/)