Giter Site home page Giter Site logo

projectred's Introduction

ProjectRed

A Minecraft Forge mod all about Redstone circuity.

Release Branch MC Version Status
publish/1.16/release 1.16.5 badge
publish/1.16/beta 1.16.5 badge
publish/1.15/beta 1.15.2 badge

Development Environment Setup

Project Red uses a standard Forge Gradle environment. Setup steps should be the same as most other mods:

  1. Create a new folder and check out the repository:

    mkdir ~/projectred && cd ~/projectred
    git checkout https://github.com/MrTJP/ProjectRed.git .
    
  2. Setup a new workspace with a decompiled copy of Minecraft:

    ./gradlew setupDecompWorkspace
    
  3. You can now either set up Eclipse or IntelliJ Idea as your IDE.

    For Eclipse:

    • Generate an Eclipse project with ./gradlew eclipse
    • Import the generated project with File > Import > General > Existing Projects into Workspace

    For Intellij Idea:

    • Open IntelliJ and from the splash screen, select Import Project
    • Point IntelliJ to the ./build.gradle file in the git repo
    • Close IntelliJ and run ./gradlew genIntellijRuns to complete setup
  4. If you'd like to contribute changes, you'll need to create your own fork of ProjectRed, push your changes, and then open a Pull Request for review.

Building Locally

You can build a locally checked out copy of the repository by simply running:

./gradlew build

The built jars will be found in ./build/libs.

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.