From e5746051dfc9c4973dd2b27117e69df66962197e Mon Sep 17 00:00:00 2001 From: highestinthespb <74508879+highestinthespb@users.noreply.github.com> Date: Mon, 22 Mar 2021 22:35:32 +0300 Subject: [PATCH] update book.json for to simplify the work of translators --- .../data/bloodmagic/patchouli_books/guide/book.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 4d8fef9b64..39f0073e2a 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", "book_texture": "patchouli:textures/gui/book_red.png", "filler_texture": "bloodmagic:textures/gui/patchouli_book/page_filler.png", "creative_tab": "bloodmagictab", @@ -20,4 +20,4 @@ "$(raw)": "$(#36C6C6)", "$(blood)": "$(#AA0000)" } -} \ No newline at end of file +}