Code Monkey home page Code Monkey logo

soul-shards-the-old-ways's Introduction

Soul Shards: The Old Ways Build Status

Ever wanted to create your own mob spawners? Now you can!

Links

Information

This is a fan continuation of the popular 1.4.7 mod, Soul Shards.

This version of the mod is based on the sources of Soul Shards: Reborn by Moze_Intel and Soul Shards: The Old Ways by Team Whammich.

This version is a near direct clone of the original mod.

For more information, you can see the Wiki. Information about modifying the ShardTiers.json config can be found there.

##Development Setup

  1. Fork this project to your own Github repository and clone it to your desktop.
  2. Navigate to the directory you cloned to. Open a command window there and run gradlew setupDevWorkspace then (if you use Eclipse) gradlew eclipse or (if you use IDEA) gradlew idea.
  3. This process will setup Forge, your workspace, and all dependencies.
  4. Open the project in your IDE of choice.

####IntelliJ IDEA extra steps

  1. Navigate to File > Settings > Plugins > Browse repositories.... Search for Lombok and install the plugin.
  2. Navigate to File > Settings > Build, Execution, Deployment > Compiler > Annotation Processors. Check Enable annotation processing.

Setup video by LexManos. For more information, refer to the Forge Forums.

Developing Addons

Add to your build.gradle:

repositories {
  maven {
    url "http://tehnut.info/maven/"
  }
}

dependencies {
  deobfCompile "com.whammic.sstow:SoulShards-TOW:<SSTOW-VERSION>"
}

<SSTOW-VERSION> can be found on CurseForge (or via the Maven itself), check the file name of the version you want.

License

Soul Shards: The Old Ways for Minecraft 1.8.9 and above is licensed as MIT.

All of the art is property of BBoldt. The art is released into the public domain.

Custom Builds

Custom builds are unsupported. If you have an issue while using an unofficial build, it is not guaranteed that you will get support.

How to make a custom build:

  1. Clone directly from this repository to your desktop.
  2. Navigate to the directory you cloned to. Open a command window there and run gradlew build
  3. Once it completes, your new build will be found at ../build/libs/SoulShards-TOW-*.jar. You can ignore the api, sources, and javadoc jars.

soul-shards-the-old-ways's People

Contributors

3tusk avatar adaptivity avatar bboldt avatar crafteverywhere avatar didis54 avatar dredhorse avatar hadesdurin avatar sgtpunishment avatar tehnut avatar unstoppablen avatar vsngamer avatar wilkemeyer avatar

Watchers

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