* Categories Refactor
Created a (currently empty) Alchemy Table Category.
Resorted the order of all Categories.
Refactored the 3 Sub-Cateogires. They now have folders named inside the categories folder named after their parent category. This will make them easier to keep track of, especially if we end up having multiple sub-categories in a category (such as separate Living Armor upgrades and downgrades).
Updated the Category for all entries in those sub-cagetories.
* Alchemy Array Categories Refactor
Moved Sigils and Living Equipment into Alchemy Arrays as Sub-Categories.
Created a Functional Arrays sub-category in Alchemy Arrays. Moved all of the existing Alchemy Array entries into this category.
Refactored the Category information on all relevant entries.
Also updated the Utility category's sortnum to 99 so it will always appear second to last (just before the Index).
Updated Patchouli version to 1.16.4-48-SNAPSHOT.
With the updated Patchouli version, having a Category with no entries on it places any sub-categories on the right side (like on the book's home page).
* Alchemy Table and Anointments Refactor
Move the Alchemy Table and Anointments entries to the earlier made Alchemy Table category.
Moved all Anointments into a sub-category, and removed them from the Anointments entry. The Anointments Entry is still an overview of the system, and has the Slate-infused Vial recipe on it.
Note to Wrince/Way: These new Categories (Alchemy Table and Annointments) need descriptions. Most of these recent refactors may need slight content tweaks (such as pointing out the sub-categories).
* Added Sigil of Holding page
This includes (I think our first) keybinds in text!
* Hunt of the Broken Links
Fixing as many broken links as I could find from my various refactors.
Initial publishing of the 1.16.3 branch of the mod. A lot of systems are missing (such as Rituals and Living Armour), but enough is present for a decent Alpha release.
* Groundwork for Reader part 1
* More Ritual Reader information & more intuitive to use.
* Added `getCurrentRitual()` to `IMasterRitualStone`
RitualReader can now only be used on MRS with a set Ritual (this prevents a (caught) NPE).
* Refactored
* Added Enum
* Ported Ritual of the Feathered Earth to BM2.
* Changed maximum area
* Feathered Earth Hurt timer fall damage negation based on Set part1
* Part 2, switched to handling through potions, digging into area descriptor range bug
* Fixed Ritual area
* Update gradle.properties
All old configs must be deleted for this to work properly. Since the rest
of the update is filled with world breaking changes, this should be fine.
Also some mapping updates
(cherry picked from commit d587a8c)
Added a search bar to the Upgrade Tomes Creative Tab
Updated some Altar fluid code (remove deprecated stuff)
Moved Rendering classes into appropriate package
Fix the localization errors on the Demon Crystals
A few cleanups here and there