* Updated book to match v3.0.4-9.
did a general quality pass, removed extranious $(item) tags where $(l:) tags were already being used, added a page for the explosive charges, added a description of blood transfer to and from the blood altar, added a 2x soulforge template, removed progress bar (for now)
* added changelog
also added links from the changelog to various relevant pages in the book, and added anchors accordingly.
* Remove Living Armor Extra Recipe Mappings
They don't work, likely due to data on the JEI item. They were also putting errors in the log due to pointing at nonexistant page 4 (starts counting from 0).
* Added more Setup info to Resonance of the Faceted Crystal Ritual.
* Updated "Use Ritual Diviner" Message on Each Ritual.
Let's correctly spell "conStruction" and add links to the Ritual Diviner's page.
I also added a link Anchor to the Ritual Diviner's Dusk version page, and linked each ritual to the appropriate one (Dusk to the Dusk page, and the normal one to the start of the entry)
* Added Error Handling to Patchouli Processors
If a recipe doesn't exist at all, this should log an error and move past it.
* Patchouli Processor Improvements
As recommended by TehNut over Discord.
* Resonance of the Faceted Crystal only needs 5 spires on the Raw Crystal Cluster
* Removed No Longer Needed Examples, Renamed Tome of Peritia Entry
The Double-Array Examles aren't needed anymore since they are actually being used now.
Renaming the Tome of Peritia entry to not end in book.json means the dev environment doesn't try to use it when setting up the book.
* Removed Duplicated Assets
These two folders were renamed to use snake_case when we initially updated the book. I forgot to properly replace the originals and ended up just duplicating them.
* Removed a Few More Unused Assets
These are from before we put all of the Guide's Crafting GUI elements on one texture (located in the textures/gui/patchouli_book folder) to save space.
* Expanded Aspected Will Entry
Note that Sentient Tools will use the largest will type in the player's inventory.
Co-Authored-By: wrincewind <1457878+wrincewind@users.noreply.github.com>
Co-authored-by: wrincewind <1457878+wrincewind@users.noreply.github.com>
- Added new alchemy arrays:
- Two arrays, which changes the current daylight cycle to day and night.
- Fixed the JEI so that it no longer ouputs an error when loading Alchemy Array recipes without a crafting output.
Fixes a net.minecraft.util.ResourceLocationException that happens when the mod is loaded with Actually Additions due to the third party crop integration using an old block ID with deprecated casing.
This gives the Functional Array template a 32x32 output render rather than the previous 16x16.
The Alchemy Table's output texture was removed to make room. That template was tweaked to use the soulforge's output texture (which is/was identical)
The dark box was moved to that position (where there was now room) and enlarged.
The Functional Array template had almost all elements shifted for proper allignment. The new texture was used. The 'crafting method' item (Arcane Ash) was shifted under the arrow to make room. The scale of the rendered output texture was doubled from 0.03125 to 0.0625.
* Double Arrray Template with Example
Added a Double Array Template of type "2x_crafting_array"
An example using this template was added to the Utilities category. This should be removed before release.
* Double Functional Arrays
New template and example using double FUNCTIONAL arrays.
* 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>
Added a lot of the regular upgrades, as well as added the recipe for the Binding Reagent. The rituals used for upgrading/removing upgrades for the Living Armour were also added, as well as the Ellipsoid ritual. Complete for BM 3.0.2
* Initial stab at API structuring
* Throwing all the things into the API*
Eliminated all internal imports
Also added some helpful comments
*except for the ritual stuff
* Reducing the API
Threw back the altar/incense/unnecessary items to main
Added in a functional API instance
* API cleanup
Removing all the unnecessities
Smushed and vaporized some redundant recipe stuffs
* Made API dummy instances
Refactor packaging