Find a file
2018-09-29 16:49:47 -07:00
.github Add template for issues and contributing page 2016-02-18 18:16:51 -08:00
.settings Needed to be more pushy. 2018-05-01 06:51:37 -04:00
gradle/wrapper Initial commit for 3.0 2018-09-04 19:54:09 -07:00
src Minor refactoring 2018-09-29 16:49:47 -07:00
.gitattributes Testing 2014-01-17 14:12:49 -05:00
.gitignore Fix JEI Altar recipe (#933) 2016-09-26 00:17:20 -07:00
build.gradle Initial commit for 3.0 2018-09-04 19:54:09 -07:00
changelog.txt Changelog + version 2018-07-22 07:10:00 -07:00
gradle.properties Initial commit for 3.0 2018-09-04 19:54:09 -07:00
gradlew Huge commit for the Pull-Request. 2016-02-18 17:25:11 +01:00
gradlew.bat Moment of truth! 2014-10-31 18:07:43 -04:00
LICENSE Re-license under LGPL 2.1 2018-09-14 21:47:42 -07:00
README.md Update README 2018-09-14 21:47:52 -07:00
settings.gradle Rewrite is Go! 2015-10-29 20:22:16 -07:00

Blood Magic: Alchemical Wizardry Discord

Gruesome? Probably. Worth it? Definitely!

Have you ever picked up a magic mod for Minecraft, and thought that it was too tame? Was there not enough danger involved when creating your next high-tech gadget? Bored with all of those peaceful animals just staring at you without a care in the world? Well then, I am glad you came here!

Blood Magic is an arcane art that is practiced by mages who attempt to gather a vast amount of power through utilizing a forbidden material: blood. Even though it does grant a huge amount of power, every single action that is performed with this volatile magic can prove deadly. You have been warned.

WayofTime:

TehNut

Building

  1. Clone this repository to your local file system.
  2. Open a terminal in the directory you cloned to.
  3. Run gradlew build (or ./gradlew build if that doesn't work).
  4. Navigate to ./build/libs, you will find the compiled jars there.

License

Blood Magic: AlchemicalWizardry by WayofTime is licensed under the GNU Lesser General Public License 2.1.

Installation Instructions

This mod requires "Minecraft Forge" in order to operate. It is incredibly easy to download and set up, so might as well get to it!

  1. Download Forge. Usually "Recommended" is best - you want the "universal", not the source. Forge also has an "install" option now, so all you need to do is launch that program and it will make a lovely Forge profile. If you haven't, look up how to use the installer and the new 1.6.x launcher if you are confused!

  2. Download the latest version of BloodMagic from Curseforge.

  3. Place the mod in the mods folder of your .minecraft. If you are unsure of where that is located, it is here: ../Users/you/AppData/roaming/.minecraft.

Development Setup

First, clone this repository to your local file system, then follow the steps outlined on the Minecraft Forge documentation site.

Adding Compatibility

Add to your build.gradle:

repositories {
    maven { url "https://tehnut.info/maven/" }
}
dependencies {
    deobfCompile "com.wayoftime.bloodmagic:BloodMagic:${BLOODMAGIC_VERSION}:api"
}

${BLOODMAGIC_VERSION} can be found on CurseForge (or via the Maven itself), check the file name of the version you want. If making a full addon, remove the :api modifier to get the full project.