All Projects → CraftTweaker → Crafttweaker

CraftTweaker / Crafttweaker

Licence: mit
Tweak your minecraft experience

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Crafttweaker

Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (+107.53%)
Mutual labels:  hacktoberfest, minecraft, mod, forge
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (-18.49%)
Mutual labels:  minecraft, mod, forge, minecraft-mod
Equivalent Exchange 3
Stars: ✭ 727 (+397.95%)
Mutual labels:  minecraft, mod, forge, minecraft-mod
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (+9.59%)
Mutual labels:  minecraft, mod, forge, minecraft-mod
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (+164.38%)
Mutual labels:  hacktoberfest, minecraft, mod, forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+186.3%)
Mutual labels:  minecraft, mod, forge, minecraft-mod
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-89.73%)
Mutual labels:  minecraft, mod, forge, minecraft-mod
Minebot
Minebot
Stars: ✭ 119 (-18.49%)
Mutual labels:  minecraft, mod, forge
Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (-21.23%)
Mutual labels:  minecraft, mod, minecraft-mod
Bewitchment
Mod inspired by Witchery
Stars: ✭ 128 (-12.33%)
Mutual labels:  minecraft, mod, forge
Chisel
A builder's best friend
Stars: ✭ 131 (-10.27%)
Mutual labels:  minecraft, mod, minecraft-mod
Betteranimalsplus
A mod adding new animals to Minecraft
Stars: ✭ 60 (-58.9%)
Mutual labels:  hacktoberfest, minecraft, forge
Equivalent Exchange
Stars: ✭ 37 (-74.66%)
Mutual labels:  minecraft, mod, forge
Connectedtexturesmod
Extensions to the vanilla model system, mainly for connected textures
Stars: ✭ 64 (-56.16%)
Mutual labels:  minecraft, mod, minecraft-mod
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (-10.27%)
Mutual labels:  minecraft, forge, minecraft-mod
Industrial Foregoing
IF: you need to automate all the things
Stars: ✭ 125 (-14.38%)
Mutual labels:  hacktoberfest, minecraft, minecraft-mod
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+656.16%)
Mutual labels:  minecraft, mod, forge
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-56.16%)
Mutual labels:  minecraft, mod, forge
Buildcraft
BuildCraft
Stars: ✭ 1,218 (+734.25%)
Mutual labels:  minecraft, mod, forge
Gamesense Client
Minecraft 1.12.2 Utility Mod for Anarchy and Crystal PvP
Stars: ✭ 73 (-50%)
Mutual labels:  minecraft, mod, forge

                    GitHub issues GitHub license Jenkins Maven Discord

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.git

After 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 build

and 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.5:[VERSION]")
}

Just replace [VERSION] with the latest released version, which is currently:

Maven

Simply remove the v and use that version, so v7.0.0.0 becomes 7.0.0.0

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].