Table of Contents
Introduction
CraftTweaker is a Minecraft mod which allows modpacks and servers to customize the game. With CraftTweaker you can change recipes, script events, add new commands and even change item properties! When used with other mods the possibilities become endless. Ranging from custom machine recipes to entirely new blocks and items!
Feedback
If you're looking for help with the mod, or just want to come hang out, we have a Discord. If you're running into a bug or have a feature request, please don't be afraid to make an issue on the tracker.
License
Distributed under the MIT License. See the LICENSE file for more information.
Setup
To set up the CraftTweaker development environment you must clone the repo and initialize the submodule.
git clone --recurse-submodules https://github.com/CraftTweaker/CraftTweaker.gitAfter the project has been cloned and initialized you can directly import it into your IDE of choice.
Build
Building the project is as easy as running a Gradle command! Simply run:
gradlew buildand the outputted .jar files will be put in build/libs/.
CraftTweaker also has automated markdown documentation, the output of that will be in the docsOut/ folder.
Maven
Every push to this repository is built and published to the BlameJared maven, to use this builds in your project, simply use the following code in your build.gradle
repositories {
maven { url 'https://maven.blamejared.com' }
}
dependencies {
runtimeOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-1.16.3:[VERSION]")
}Just replace [VERSION] with the latest released version, which is currently:
Simply remove the v and use that version, so v7.0.0.0 becomes 7.0.0.0

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

