All Projects → QuickCarpet → QuickCarpet

QuickCarpet / QuickCarpet

Licence: MIT license
Powerful toolbox with ultimate control for technical Minecraft

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to QuickCarpet

multifold
The next-generation cross-platform Minecraft Launcher.
Stars: ✭ 30 (-76%)
Mutual labels:  mods, fabricmc
Industrial-Revolution
An Industrial mod made for Fabric.
Stars: ✭ 153 (+22.4%)
Mutual labels:  mods, fabricmc
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (-66.4%)
Mutual labels:  mods, fabricmc
bl2sdk Mods
No description or website provided.
Stars: ✭ 33 (-73.6%)
Mutual labels:  mods
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-83.2%)
Mutual labels:  mods
BTD-Mod-Helper
A powerful and easy to use API for modding BTD6, BATTD, and other Ninja Kiwi games.
Stars: ✭ 76 (-39.2%)
Mutual labels:  mods
PolyMC
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)
Stars: ✭ 1,961 (+1468.8%)
Mutual labels:  fabricmc
Adorn
A decoration mod for Minecraft 1.14+.
Stars: ✭ 81 (-35.2%)
Mutual labels:  fabricmc
Requiem
Revamps Minecraft's vanilla death experience and adds various related mechanics.
Stars: ✭ 88 (-29.6%)
Mutual labels:  fabricmc
wgpu-mc
Rust-based replacement for the default Minecraft renderer
Stars: ✭ 254 (+103.2%)
Mutual labels:  fabricmc
SimpleInstaller
Simply installer
Stars: ✭ 18 (-85.6%)
Mutual labels:  mods
pastelwonderland
A mod that uses pastel colors and feels to provide you with a beautiful, yet chaotic, dimension.
Stars: ✭ 17 (-86.4%)
Mutual labels:  fabricmc
modget-minecraft
The Minecraft Mod Package Manager!
Stars: ✭ 47 (-62.4%)
Mutual labels:  fabricmc
PoW-Loader
The Modloader for a community-driven English patch for the Chinese video game "Path of Wuxia"
Stars: ✭ 21 (-83.2%)
Mutual labels:  mods
inmis
I need more inventory space! A Fabric backpack mod.
Stars: ✭ 29 (-76.8%)
Mutual labels:  fabricmc
A71-Hidden-Mods
A magisk module adding some mods to your Galaxy A71 systemlessly.
Stars: ✭ 16 (-87.2%)
Mutual labels:  mods
TerrariaOverhaul
A huge game mechanics changing mod for Terraria.
Stars: ✭ 125 (+0%)
Mutual labels:  mods
urmomia-client
based utility mod
Stars: ✭ 19 (-84.8%)
Mutual labels:  fabricmc
FancyMenu
Source code for the FancyMenu mod.
Stars: ✭ 93 (-25.6%)
Mutual labels:  mods
vanilla-hammers
Introduces 3x3 mining tools for fast digging! Available on 1.14, 1.15, 1.16, and 1.17.
Stars: ✭ 22 (-82.4%)
Mutual labels:  fabricmc

QuickCarpet Icon

QuickCarpet

GitHub GitHub commits since latest release (by date) GitHub commits since latest release (by date including pre-releases)

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.

Installation

  • Install Fabric: Instructions
  • Download QuickCarpet:
    • Full releases from Releases
    • Development builds from Actions
      • 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-<version>.jar into the mods/ folder

Compiling

Steps 2 & 3 are optional if you don't want to change the source code

  1. 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/)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].