Coder Social home page Coder Social logo

dustine / refinedrelocation2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from twelveiterationmods/refinedrelocation2

0.0 2.0 0.0 201 KB

Minecraft Mod. Adds sorting networks, filter systems, block extenders and more.

Home Page: http://blay09.net

Java 100.00%

refinedrelocation2's Introduction

Refined Relocation 2

Minecraft Mod. Adds sorting networks, filter systems, block extenders and more.

Useful Links

API

Refined Relocation 2 is still in very early development, so implementing the API in your mod would be a pretty dumb idea. However, if you'd like to put what's there already into your dev environment, you can do so by following these steps.

  1. Register Refined Relocation's maven repository by adding the following lines to your build.gradle:
repositories {
    maven {
        url = "http://repo.blay09.net"
    }
}
  1. Then, add a dependency to either just the Refined Relocation API (api) or, if you want Refined Relocation to be available while testing as well, the deobfuscated version (dev):
dependencies {
    compile 'net.blay09.mods:refinedrelocation2:major.minor.build:dev'
}

Make sure you enter the correct version number for the Minecraft version you're developing for. The major version is the important part here, it is increased for every Minecraft update. See the Jenkins to find out the latest version number.

  1. Done! Run gradlew to update your project and you'll be good to go.

The latest Refined Relocation API and an unobfuscated version of the mod can also be downloaded from my Jenkins, if you're not into all that Maven stuff.

refinedrelocation2's People

Contributors

blaytheninth avatar

Watchers

James Cloos avatar Dustine Camacho 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.