BloodMagic/src/main/java/wayoftime/bloodmagic
VT-14 2ec58c1e60
Updated Sanguine Scientiem. (#1730)
* Initial work on Patchouli Processors

Created Processors for Blood Altar and Hellfire Forge recipes so the upcoming Patchouli Guide will be able to show the current recipes rather than having them hard coded to the mod's defaults.

Still to do: Alchemy Array, Alchemy Table, ARC, and to clean up these first-time passes.

* Improved Altar and Hellfire Forge process

Used Switch statements where possible, and made the multiple inputs on the Hellfire Forge handled under a single entry.  Changed key "LP" to lower case (also done on template file).

* Added item input Cycle.  Created Alchemy Array, and Forge + Array Processors.

* Added Alchemy Table Processor

* Various Processor Changes.

Added ARCProcessor.

Overhauled AlchemyTableProcessor.  It now only handles one recipe at a time.  The Templates were changed to use nested templates.

ForgeAndArrayProcessor was removed and replaced with similar nested templates.

* Removed uneeded comments from ARCProcessor.

* Uploaded New Book's Content

This book was written by Wrincewind and myself on #wrincewind/Blood-Magic-Manual.

Co-Authored-By: wrincewind <1457878+wrincewind@users.noreply.github.com>

* Book updates.

Co-Authored-By: wrincewind <1457878+wrincewind@users.noreply.github.com>

Co-authored-by: wrincewind <1457878+wrincewind@users.noreply.github.com>
2020-12-26 14:57:15 -05:00
..
altar Fixed Augmented Capacity runes 2020-12-07 19:37:36 -05:00
api Added more rituals 2020-11-26 15:21:03 -05:00
block/enums Creating a usable API (#1713) 2020-11-23 21:03:19 -05:00
client Added a few more upgrades to the Living Armour 2020-12-05 11:26:01 -05:00
command Added Demon Will Gauge config. 2020-11-12 13:16:44 -05:00
common Added more to the upgrades 2020-12-07 09:09:50 -05:00
compat Updated Sanguine Scientiem. (#1730) 2020-12-26 14:57:15 -05:00
core Added more to the upgrades 2020-12-07 09:09:50 -05:00
demonaura Creating a usable API (#1713) 2020-11-23 21:03:19 -05:00
entity Attempt to fix 1.16.3 branch's issues on the repository 2020-10-29 15:50:03 -04:00
event First stab at Living Armour reimplementation. 2020-11-28 12:04:11 -05:00
gson Creating a usable API (#1713) 2020-11-23 21:03:19 -05:00
impl Added Bloodstone Bricks as a valid altar component 2020-12-07 15:14:13 -05:00
incense Creating a usable API (#1713) 2020-11-23 21:03:19 -05:00
network Added more rituals 2020-11-26 15:21:03 -05:00
potion Added more rituals 2020-11-26 15:21:03 -05:00
recipe Creating a usable API (#1713) 2020-11-23 21:03:19 -05:00
ritual Added more to the upgrades 2020-12-07 09:09:50 -05:00
structures Work on mimics as well as some structure tinkering. 2020-11-18 13:51:58 -05:00
tile Added a few more upgrades to the Living Armour 2020-12-05 11:26:01 -05:00
util Fixed the Living Armour causing a NPE under certain conditions 2020-12-15 18:53:33 -05:00
will Creating a usable API (#1713) 2020-11-23 21:03:19 -05:00
BloodMagic.java Added a few more upgrades to the Living Armour 2020-12-05 11:26:01 -05:00
ConfigHandler.java Attempt to fix 1.16.3 branch's issues on the repository 2020-10-29 15:50:03 -04:00
ConfigManager.java Added Demon Will Gauge config. 2020-11-12 13:16:44 -05:00