Find a file
AEon - Tobias 1f392721fa Reinstated Compression sigil. (#1374)
*  Reinstated Compression sigil.
- does not compress wooden planks into crafting tables
- searches for reversible 3x3/2x2 recipes with a single material type
- probably has a lot of redundant stuff and looks silly
- uses try/catch (might want to find a different approach, some people scoff at this)
- should probably have spent the night sleeping, I'm taking exams tomorrow and will probably sleep the whole day through.

* Learned how to properly handle the "NullPointerException"-situation.

* Update BaseCompressionHandler.java

* Update CompressionRegistry.java

* Removed (almost) all code comments (only a one-liner remains that serves as pointer to a completly commented-out class (StorageBlockCraftingRecipeAssimilator)).
Made methods and variables for long function calls to be more efficient.
Fixed an oversight that resulted in a NullPointerException after removing redundant checks that were made to prevent exactly that.

Rearranged and reformatted code.

* corrected something that could be considered a typo but was an oversight

* This should be it. An Array should be more efficient but you can correct me if I'm wrong. In either case it does what it is supposed to do.

* Fixed. Needed a seperate inventory for the reversible check (or clear the previously used one, but then I'd had to repopulate again and that would just have been messy)

* Forgot one of my lines.

* Fix and cleanup.
Could definitely clean more but that should suffice for now.
2018-08-26 13:05:30 -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 Upgradle 2018-04-08 12:53:23 -07:00
src Reinstated Compression sigil. (#1374) 2018-08-26 13:05:30 -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 Upgradle 2018-04-08 12:53:23 -07:00
changelog.txt Changelog + version 2018-07-22 07:10:00 -07:00
gradle.properties Changelog + version 2018-07-22 07:10:00 -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 Update README and add LICENSE to repo 2014-12-06 15:07:21 -08:00
README.md Add Discord badge to readme 2018-02-21 18:03:36 -08:00
settings.gradle Rewrite is Go! 2015-10-29 20:22:16 -07:00

Blood Magic: Alchemical Wizardry Discord

Gruesome? Probably. Worth it? Definitely!

Downloads

Information

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.

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. Follow the Forge Documentation (start at step 4) to setup your workspace. If you use IDEA, follow this set of steps.

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.wayoftime.bloodmagic:BloodMagic:<BLOODMAGIC-VERSION>"
}

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

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/BloodMagic-*.jar. You can ignore the deobf, sources, and javadoc jars.

License

CCA4.0

Blood Magic: AlchemicalWizardry by WayofTime is licensed under a Creative Commons Attribution 4.0 International License.

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.

FAQ

Q: My weak blood orb doesn't show my current LP! Fix it please.

A: The mechanic for viewing the player's essence has changed due to some issues with mechanics. You now need a Divination Sigil to view a player's essence. It does other things, too, so it is worth it!

Q: Why am I dying so much?

A: It might be a good idea to make sure that you have enough essence to do a task. If you don't have enough essence for, say, an imperfect ritual, it will take it out of your health. If your health reaches 0... Well, you don't have to be a genius to see what would happen.

Q: Waffles?

A: Waffles!

Q: Where is x? When I watched spotlight "w," it had an item called x. Don't you need x to make y, before you can create z?

A: It might be wise to look at an updated spotlight, or check the changelogs. I'm not evil, so I do document everything that I can. There was most likely some issues with balance with the item, so it may have been removed for those reasons. Or you just grabbed the item from NEI without seeing it was a test item, in which case: shame on you!

Q: Isn't that armour ...

A: Yes, the armour texture is from the mod EE2. Pahimar and I are good friends, and I decided to use it for the armour and tools. He has given me his express permission for it, so need not worry! Proof.

Q: My game is crashing with the latest TC4!

A: To help stop this, remove the TC4 API from my Blood Magic zip file (if it is there). It should solve things.

Q: But, my Thaumcraft aspects are messed up!

A: Once again, remove the TC4 API from the Blood Magic zip file to solve this. Azanor changed some aspect combinations.

Q: When will 1.7.2 be released?

A: It's out! Go get it!

Q: Way, I've just had an amazing idea! Why not add an in-game book just like the Thaumonomicon?

A: This has been suggested several times. It I being worked on, and is proceeding quite well. Some framework needs to be completed, but it isn't a priority - ALL of the information you need is on this post, or online.

Q: Why do I not have a Sacrificial Orb? It's only showing up as a knife!

A: This is a config option. The person you saw with an orb had a config that changed the knife to an orb. The orb and knife function exactly the same way, but you can change it in the configs by looking for the "Idontlikefun" option.

Q: When I respawn, I appear to only come back with 3 hearts. What's happening?

A: This is due to another config option in the "WhimpySettings," which is due to my attempt to combat Zerg Rushing. You can disable this if you really want to, but it shouldn't hurt unduly.