GithubHelp home page GithubHelp logo

eutro / crafttweaker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crafttweaker/crafttweaker

0.0 0.0 0.0 69.76 MB

Tweak your minecraft experience

License: MIT License

Java 99.86% ZenScript 0.14%

crafttweaker's Introduction

                    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.1:[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

crafttweaker's People

Contributors

al132 avatar andrewminer avatar baughn avatar bculkin2442 avatar bloodworkxgaming avatar darkhax avatar fluffle avatar gorymoon avatar hubry avatar jaredlll08 avatar kindlich avatar mezz avatar mohron avatar noobanidus avatar skaviouz avatar skydark avatar skysom avatar tawling avatar techlone avatar the-arcanian avatar tommytt avatar xfel avatar yulife avatar zendarva avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.