Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/generated/resources/assets/bloodmagic/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down