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
Fixed the ARC so that it could actually accept FluidStacks via capabilities. Also added several entries to the book regarding the Blood Altar and its runes.
Currently WIP.
Added the ability for the selected Ritual Range to be rendered when holding the RItual Tinkerer.
Also fixed the saving issue for the ritual's Ranges.