BloodMagic/gradle.properties

10 lines
339 B
Properties
Raw Permalink Normal View History

# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
minecraft_version=1.16.3
#Mod dependencies
jei_version=7.6.0.49
Book - More Refactors. Updated Patchouli version. (#1768) * 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.
2021-01-26 19:45:03 +00:00
patchouli_version=1.16.4-48-SNAPSHOT