diff --git a/src/generated/resources/assets/bloodmagic/lang/en_us.json b/src/generated/resources/assets/bloodmagic/lang/en_us.json index 370048a93e..ea48410e39 100644 --- a/src/generated/resources/assets/bloodmagic/lang/en_us.json +++ b/src/generated/resources/assets/bloodmagic/lang/en_us.json @@ -82,8 +82,9 @@ "chat.bloodmagic.ritual.prevent": "The ritual is actively resisting you!", "chat.bloodmagic.ritual.weak": "You feel a push, but are too weak to perform this ritual.", "gui.bloodmagic.empty": "Empty", - "guide.bloodmagic.landing_text": "\"It is my dear hope that by holding this tome in your hands, I may impart the knowledge of the lost art that is Blood Magic\"$(br)$(o)- Magus Arcana$()", + "guide.bloodmagic.landing_text": "Welcome to $(6)Blood Magic$()! $(br2)$(l:bloodmagic:utility/nyi)A lot of stuff$() isn't yet implemented, so please excuse our dust. $(br2)Click $(l:bloodmagic:utility/getting_started)HERE$() to get started. If you find any bugs, please report them on our $(l:https://github.com/WayofTime/BloodMagic/issues)Github$().", "guide.bloodmagic.name": "Sanguine Scientiem", + "guide.bloodmagic.subtitle":"Alchemical Wizardry", "hud.bloodmagic.inactive": "Inactive", "item.bloodmagic.activationcrystalawakened": "Awakened Activation Crystal", "item.bloodmagic.activationcrystalcreative": "Creative Activation Crystal", @@ -518,4 +519,4 @@ "tooltip.bloodmagic.tier": "Tier %d", "tooltip.bloodmagic.will": "Will Quality: %s", "tooltip.bloodmagic.willGauge": "A strange device that can measure the Demon Will in the Aura." -} \ No newline at end of file +} diff --git a/src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java b/src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java index 77366b53f2..5a3686a4fe 100644 --- a/src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java +++ b/src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java @@ -375,7 +375,8 @@ protected void addTranslations() // Guide add("guide.bloodmagic.name", "Sanguine Scientiem"); - add("guide.bloodmagic.landing_text", "\"It is my dear hope that by holding this tome in your hands, I may impart the knowledge of the lost art that is Blood Magic\"$(br)$(o)- Magus Arcana$()"); + add("guide.bloodmagic.landing_text", "Welcome to $(6)Blood Magic$()! $(br2)$(l:bloodmagic:utility/nyi)A lot of stuff$() isn't yet implemented, so please excuse our dust. $(br2)Click $(l:bloodmagic:utility/getting_started)HERE$() to get started. If you find any bugs, please report them on our $(l:https://github.com/WayofTime/BloodMagic/issues)Github$()."); + add("guide.bloodmagic.subtitle", "Alchemical Wizardry"); // Patchouli Guidebook add("patchouli.bloodmagic.common.double_new_line", "$(br2)%s"); diff --git a/src/main/resources/data/bloodmagic/patchouli_books/guide/book.json b/src/main/resources/data/bloodmagic/patchouli_books/guide/book.json index 430ab91f42..04b4667371 100644 --- a/src/main/resources/data/bloodmagic/patchouli_books/guide/book.json +++ b/src/main/resources/data/bloodmagic/patchouli_books/guide/book.json @@ -1,7 +1,7 @@ { "name": "guide.bloodmagic.name", - "subtitle": "Alchemical Wizardry", - "landing_text": "Welcome to $(6)Blood Magic$()! $(br2)$(l:bloodmagic:utility/nyi)A lot of stuff$() isn't yet implemented, so please excuse our dust. $(br2)Click $(l:bloodmagic:utility/getting_started)HERE$() to get started. If you find any bugs, please report them on our $(l:https://github.com/WayofTime/BloodMagic/issues)Github$().", + "subtitle": "guide.bloodmagic.subtitle", + "landing_text": "guide.bloodmagic.landing_text", "book_texture": "patchouli:textures/gui/book_red.png", "filler_texture": "bloodmagic:textures/gui/patchouli_book/page_filler.png", "creative_tab": "bloodmagictab",