From 9c0637b88b0724b634f772f3649f77793ff12006 Mon Sep 17 00:00:00 2001 From: asanetargoss Date: Sun, 26 Sep 2021 10:36:26 -0700 Subject: [PATCH] Add 0.6.1 upgrade guide --- .../modpack/guide/HCAUpgradeGuides.java | 5 +++++ .../lang/en_US.lang | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/main/java/targoss/hardcorealchemy/modpack/guide/HCAUpgradeGuides.java b/src/main/java/targoss/hardcorealchemy/modpack/guide/HCAUpgradeGuides.java index 5e8f0a54..ef6a2adb 100644 --- a/src/main/java/targoss/hardcorealchemy/modpack/guide/HCAUpgradeGuides.java +++ b/src/main/java/targoss/hardcorealchemy/modpack/guide/HCAUpgradeGuides.java @@ -41,6 +41,11 @@ public class HCAUpgradeGuides { .addEntry("midgame", "embers:codex", "1", "2", "3", "4") .build()) )); + UPGRADE_GUIDES.add("0.6.1", new UpgradeGuide(new BookBuilder() + .addCategory(new BookBuilder.Category().setId("gameplay_tips").setItemId("sign") + .addEntry("earlygame", "sign", "1") + .build()) + )); } } diff --git a/src/main/resources/assets/hardcorealchemy_upgrade_guide/lang/en_US.lang b/src/main/resources/assets/hardcorealchemy_upgrade_guide/lang/en_US.lang index ff1e2668..f675e8a0 100644 --- a/src/main/resources/assets/hardcorealchemy_upgrade_guide/lang/en_US.lang +++ b/src/main/resources/assets/hardcorealchemy_upgrade_guide/lang/en_US.lang @@ -71,3 +71,19 @@ hardcorealchemy.upgradeguide.0.6.0.gameplay_tips.midgame.1=This release makes a hardcorealchemy.upgradeguide.0.6.0.gameplay_tips.midgame.2=Ars Magica spells will no longer work in the Nether. Consider using other schools of magic to improve your arsenal. hardcorealchemy.upgradeguide.0.6.0.gameplay_tips.midgame.3=Thaumaturge alchemists may have noticed a new research entry added to their Thaumonomicon. This is simply a hint to consider using Embers to improve their metal processing yield. You do not have to complete the research as no recipes are locked behind it. Now that Embers and Thaumcraft metal systems are integrated, some recipes are more expensive earlier on, but you can now get even more metal out of your ores, and more plates out of your metals, with the right setup. hardcorealchemy.upgradeguide.0.6.0.gameplay_tips.midgame.4=The Embers guidebook has changed. It is now called the "codex" and has a new recipe. To get the ingredients, you should kill an ancient golem. If you have already crafted the eye of the ancients in a previous version, it should now be converted into a codex. The base mechanics of Embers haven't changed much aside from this, but there are new gadgets to experiment with. + +############ +# 0.6.1 Upgrade Guide +############ + +hardcorealchemy.upgradeguide.0.6.1.author=Hardcore Alchemy +hardcorealchemy.upgradeguide.0.6.1.display=0.6.1 Upgrade Guide +hardcorealchemy.upgradeguide.0.6.1.title=0.6.1 Upgrade Guide +hardcorealchemy.upgradeguide.0.6.1.welcome=Hardcore Alchemy + +# 0.6.1 Upgrade Guide: Gameplay tips + +hardcorealchemy.upgradeguide.0.6.1.gameplay_tips.title=Gameplay tips + +hardcorealchemy.upgradeguide.0.6.1.gameplay_tips.earlygame.title=Early game +hardcorealchemy.upgradeguide.0.6.1.gameplay_tips.earlygame.1=Heads up! It should be a bit easier to find reeds in new chunks in winter, as the bottom blocks of reeds can now survive next to ice. However, as a tradeoff, reeds and cacti no longer grow in winter.